Mantis - Resin
Viewing Issue Advanced Details
6213 minor always 02-11-19 13:24 02-12-19 13:13
stbu  
 
normal  
closed 4.0.60  
fixed  
none    
none 4.0.61  
0006213: Reopen #6212: FileServlet still uses HTML escaped URL in Location Header
The bug report from 0006212 is still not fixed in Resin-4.0.60. FileServlet.java still contains
   res.setHeader("Location", htmlUrl);
in line 531.

curl -I 'http://localhost:8080/test?p1=yes&p2=yes' [^] | grep |& grep 'Location'
Location: http://localhost:8080/test/?p1=yes&p2=yes [^]
See also: https://groups.google.com/d/msg/caucho-resin/m6KdvnFbuEA/GwHHZWprDgAJ [^]

Notes
(0006869)
ferg   
02-12-19 13:13   
Fixed in 4.0.61. The bug was fixed during the 4.0.60 release, but the update wasn't properly pushed to the distribution.