Mantis - Resin
Viewing Issue Advanced Details
5786 minor always 08-13-14 18:49 08-27-14 13:45
nam  
ferg  
normal  
closed  
unable to reproduce  
none    
none  
0005786: allow configuration of request getRequestURL() encoding
(rep by R. Cohen)

By default, it's always ISO-8859-1.

<url-character-encoding> only works for getRequestURI()

Notes
(0006477)
ferg   
08-27-14 13:45   
getRequestURL() uses getRequestURI() as the source for the StringBuffer. So it's not possible for getRequestURI() and getRequestURL() to be have differently, as described in the bug report.