Anonymous | Login | Signup for a new account | 12-17-2024 08:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0005393 | [Resin] | minor | always | 03-12-13 10:43 | 08-05-13 09:56 | ||||
Reporter | cowan | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.35 | ||||||
Summary | 0005393: Long headers truncated in access-log when <access-log> is a child of <host-default> | ||||||||
Description |
Individual long headers are truncated when printed in access-log using "%{Cookie}i". Analysis: When <access-log> is configured as a child of <host-default>, ServletService.setAccessLog is never called. AbstractHttpResponse's logBuffer size is initialized during it's constructor from the buffer size of request.getServer().getAccessLog. This always returns null, so AbstractHttpResponse's logBuffer size is always 1024. Setting <access-log> as a child of <cluster-default> works around the issue. |
||||||||
Additional Information | Rep by A. Foong | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed. 29 unique queries executed. |