Mantis - Resin
Viewing Issue Advanced Details
1629 minor always 02-26-07 13:07 06-14-07 12:39
nam  
ferg  
high  
closed 3.1.0  
fixed  
none    
none 3.1.2  
0001629: IIS - bad UTF-8 encoding from multibyte-encoded URLs
(rep by P. Sankar)

With a jsp filename containing a 'u' with an acute accent,

  http://localhost:8080/%C3%BA.jsp [^] works in Resin standalone,

but

  http://localhost/%C3%BA.jsp [^] fails in IIS with the following message:

"The URL contains escaped bytes unsupported by the UTF-8 encoding.
com.caucho.server.dispatch.BadRequestException: The URL contains escaped
bytes unsupported by the UTF-8 encoding."

Notes
(0001824)
ghomicki   
04-06-07 08:40   
This problem seems to exist in the 3.0.x branch (including 3.0.23) and with apache + mod_caucho as well.