Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1539 | minor | always | 01-04-07 14:13 | 05-31-07 09:24 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.22 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001539: JSP page directive only allows buffer size to be 16kb or none | ||||
Description: |
<%@ page buffer="32kb" contentType="text/plain; charset=UTF-8" %><% out.print(response.getBufferSize()); %> Incorrectly prints 16384. All other values of XXkb also print this. buffer="none" correctly produces 0. Reported by Andrew Marcuse. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|