Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5352 | minor | always | 01-30-13 13:58 | 02-04-13 11:33 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.35 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | Rep by A. Foong | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|