Mantis - Resin
Viewing Issue Advanced Details
6180 minor always 08-17-18 16:26 09-04-18 12:56
wileysaw  
ferg  
normal  
closed 4.0.57  
fixed  
none    
none 4.0.59  
0006180: Double quotes not set through web server
-. Double quotes will disappear when putting the cookie value through the Resin WEB Server.
-. It is does not occurred when request it directly from WAS.
-. The method used is simple.
    Cookie cookie1 = new Cookie("count", "\"count\"");
    response.addCookie(cookie1);
-. It occurs when using <resin:LoadBalance> but it does not occurs using <resin:HttpProxy>.

Notes
(0006848)
ferg   
09-04-18 12:56   
server/267f