DO NOT REPLY [Bug 5585] - Error page not displayed

2002-11-06 Thread bugzilla
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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2002-11-06 16:07 ---
After reading discussion Re: costin: fix reverted
http://marc.theaimsgroup.com/?t=10364461881r=1w=2
I think this bug can be reopened

Or I'm not right?

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




DO NOT REPLY [Bug 5585] - Error page not displayed

2002-04-24 Thread bugzilla

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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-04-24 23:54 ---
Please note that buffer=none is set in the page directive.  This has the
effect of writing to the reponse buffer directly.  By the time the error happen,
the reponse has already been committed, hence the error is not displayed.

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




DO NOT REPLY [Bug 5585] - Error page not displayed

2002-01-07 Thread bugzilla

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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Jasper  |Catalina



--- Additional Comments From [EMAIL PROTECTED]  2002-01-07 10:14 ---
Looks like the response is already committed when ErrorReportValve tries to
output the error message, and the message is discarded.  This is a problem in
the container.

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




DO NOT REPLY [Bug 5585] - Error page not displayed

2002-01-07 Thread bugzilla

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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-01-07 12:03 ---
This is a user error, for the reasons explained below -- therefore I am marking
this bug report as INVALID.  See below for user workarounds to get more useful
diagnostics.

This is what is happening to cause the behavior that you see:

* Your calling page includes the action:

jsp:include page=test_2.jsp/

* Because you did not include a flush attribute, it defaults
  to true -- just as if you had said:

jsp:include page=test_2.jsp flush=true/

* The effect of flushing is to cause the response to be committed.
  After the response is committed, it is no longer possible for the
  container's error page mechanism to display an error page.

Workarounds to ensure that you see compile errors:

* Call the test_2.jsp page directly from your browser, to make sure
  that it compiles correctly.

* Turn flushing off:  jsp:include page=test_2.jsp flush=false/

* Put the jsp:include inside a try/catch block and catch the
  ServletException that is thrown when Jasper discovers the compile error.

* Look in the Tomcat log files, because they will contain the compile
  exception stack trace even if the response has already been committed.

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




DO NOT REPLY [Bug 5585] - Error page not displayed

2002-01-07 Thread bugzilla

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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2002-01-07 22:18 ---
From JavaServer Pages(TM) (JSP) Specification (“Specification”)
Version: 1.2
Status: FCS
Release: September 17, 2001

Page 79:
Table JSP.4-4
flush Optional boolean attribute. If the value is “true”, the
buffer is flushed now. The default value is “false”.


Error page must be showed.

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




DO NOT REPLY [Bug 5585] - Error page not displayed

2002-01-02 Thread bugzilla

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=5585.
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=5585

Error page not displayed

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Unknown |Jasper

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