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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39126


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major




------- Additional Comments From [EMAIL PROTECTED]  2006-04-14 11:54 -------
tried with latest tomcat (5.5.16), the situation is even worse.

While in the past you got a error in catalina.out telling the error 
redirection could ne be done (so you had hints sometihng was wrong), now, the 
exception is simply dropped silently!!
i created a simple jsp which does lots of output and then throws a 
JspException.
This JspException is neither visible on screen, neither in catalina.out! The 
only visible symptom is a truncated output of .jsp

I think this now really need fixing.

testcode (test.jsp):
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<%@ page contentType="text/html"%>
<%@ page language="java" %>
<%@ page pageEncoding="UTF-8"%>
<%@ taglib uri="/tags/struts-logic"   prefix="logic" %>
<html> <body>
test content test content 
test content test content 
... lines and lines and lines of them (.jsp=300k in side)
test content test content 
test content test content 
<% 
    if (1<2)
    throw new JspException("merde");
%>

1234567
</body></html>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to