DO NOT REPLY [Bug 42314] New: - Jasper output no details with compilation error in specific case.

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42314] - Jasper output no details with compilation error in specific case.

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42314] - Jasper output no details with compilation error in specific case.

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r534366 - /tomcat/connectors/trunk/jk/native/common/ap_snprintf.h

2007-05-02 Thread fuankg
Author: fuankg Date: Wed May 2 02:32:42 2007 New Revision: 534366 URL: http://svn.apache.org/viewvc?view=rev&rev=534366 Log: added stdarg.h since other platforms might need it for va_list. Modified: tomcat/connectors/trunk/jk/native/common/ap_snprintf.h Modified: tomcat/connectors/trunk/jk/

DO NOT REPLY [Bug 42315] New: - Error Handling Custom Error Pages

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42037] - User principal not always set correctly

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r534293 [1/11] - in /tomcat/sandbox/tomcat-lite: ./ bin/ external/ java/ java/org/apache/commons/logging/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/ctxmap/ java/org/apac

2007-05-02 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: costin Date: Tue May 1 19:22:45 2007 New Revision: 534293 URL: http://svn.apache.org/viewvc?view=rev&rev=534293 Log: Updates/fixes/cleanup for the last few months Added: tomcat/sandbox/tomcat-lite/external/ I was wondering if Tomcat Lite would go somewhe

svn commit: r534492 - in /tomcat/tc6.0.x/trunk/webapps: docs/realm-howto.xml examples/WEB-INF/web.xml

2007-05-02 Thread remm
Author: remm Date: Wed May 2 07:51:32 2007 New Revision: 534492 URL: http://svn.apache.org/viewvc?view=rev&rev=534492 Log: - Fix paths. - Submitted by Frank McCown. Modified: tomcat/tc6.0.x/trunk/webapps/docs/realm-howto.xml tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified

Proposed new CometEvent.notify method

2007-05-02 Thread Remy Maucherat
Hi, To more conveniently support some use cases, a new notify method could be added to the event. This would do an action callback and call a new method in the Poller class would add the socket to a structure like the socket add list. The comet poller thread will then check if there are socke

svn commit: r534661 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2007-05-02 Thread remm
Author: remm Date: Wed May 2 17:11:35 2007 New Revision: 534661 URL: http://svn.apache.org/viewvc?view=rev&rev=534661 Log: - Recycle the comet flag (pretty large glitch ...). Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java Modified: tomcat/tc6.0.x/trunk

Re: svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-05-02 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: question about this one, since a client disconnect is signaled by a READ for the NIO connector, and the only way to find out if the client was disconnected, the InputStream.read() is supposed to return -1, how does that work with the is.ava

Re: svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-05-02 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: correct, but what does available() return on a client disconnect, since in NIO it's detected as a read. Are we coding it such that when a read event happens, available() always return -1 available() would return 1 if there's a read event sent for whatever reason

Re: Proposed new CometEvent.notify method

2007-05-02 Thread Remy Maucherat
Remy Maucherat wrote: Hi, To more conveniently support some use cases, a new notify method could be added to the event. This would do an action callback and call a new method in the Poller class would add the socket to a structure like the socket add list. The comet poller thread will then ch

svn commit: r534695 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2007-05-02 Thread fhanik
Author: fhanik Date: Wed May 2 19:35:56 2007 New Revision: 534695 URL: http://svn.apache.org/viewvc?view=rev&rev=534695 Log: Same fix as for the APR processor, although wouldn't this flag be set on the "recycle" method Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioPr

Re: svn commit: r533881 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2007-05-02 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: correct, but what does available() return on a client disconnect, since in NIO it's detected as a read. Are we coding it such that when a read event happens, available() always return -1 available() would return 1 if there's a read event se

DO NOT REPLY [Bug 42324] New: - Can't find any SSL implementation

2007-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu