Mantis - Resin
Viewing Issue Advanced Details
5352 minor always 01-30-13 13:58 02-04-13 11:33
cowan  
ferg  
normal  
closed  
fixed  
none    
none 4.0.35  
0005352: Cookie set via response.addHeader is not registered as a cookie
if we do the following:

response.addHeader("Set-Cookie", "test=123");

"%{Set-Cookie}o" is blank in the access log.

However, if we do the following:

response.addCookie(new Cookie("Set-Cookie", "test=123"));

"%{Set-Cookie}o" is correct in the access log.
Rep by A. Foong

Notes
(0006177)
ferg   
02-04-13 11:33   
server/02es