Mantis - Resin
Viewing Issue Advanced Details
1539 minor always 01-04-07 14:13 05-01-07 09:24
emil  
ferg  
normal  
closed 3.0.22  
fixed  
none    
none 3.1.2  
0001539: JSP page directive only allows buffer size to be 16kb or none
<%@ 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.

Notes
(0001977)
ferg   
05-01-07 09:24   
jsp/017m