DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15508>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15508

jsp pages have sometimes no output

           Summary: jsp pages have sometimes no output
           Product: Tomcat 4
           Version: 4.1.17
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Example:  
  
<%  
System.out.println( "BEGIN" )  
%>  
This is a test  
<%  
System.out.println( out.getRemaining())  
System.out.println( "END" )  
%>  
  
In catalina.out, i always have BEGIN/buffer remaining/END, but tomcat response  
this....  
 
...Sample: 
 
200 Ok 
Content-Length: 0

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to