Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005352 [Resin] minor always 01-30-13 13:58 02-04-13 11:33
Reporter cowan View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0005352: Cookie set via response.addHeader is not registered as a cookie
Description 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.
Additional Information Rep by A. Foong
Attached Files

- Relationships

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

server/02es
 

- Issue History
Date Modified Username Field Change
01-30-13 13:58 cowan New Issue
01-30-13 14:06 afoong Issue Monitored: afoong
01-30-13 14:24 cowan Additional Information Updated
02-04-13 11:33 ferg Note Added: 0006177
02-04-13 11:33 ferg Assigned To  => ferg
02-04-13 11:33 ferg Status new => closed
02-04-13 11:33 ferg Resolution open => fixed
02-04-13 11:33 ferg Fixed in Version  => 4.0.35


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker