Well, my mistake is obvious. The handler mapping with urlDecode set to false also needs removeSemicolonContent set to false.
Additionally, not appreciating the difference between default...
Type: Posts; User: mdp; Keyword(s):
Well, my mistake is obvious. The handler mapping with urlDecode set to false also needs removeSemicolonContent set to false.
Additionally, not appreciating the difference between default...
Is there any way to configure mappings so that this works?
I have a controller with
@RequestMapping(value="data{filter}", method=GET)
public ResponseEntity<Data>...