Re: svn commit: r378588 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-17 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: mturk Date: Fri Feb 17 10:52:26 2006 New Revision: 378588 URL: http://svn.apache.org/viewcvs?rev=378588&view=rev Log: When APR_HAS_SENDFILE is disabled always return false no mater what user set in the config. In init(), there is: // Sendfile usage on

svn commit: r378621 - in /tomcat/container/tc5.5.x/webapps: host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java manager/WEB-INF/classes/org/apache/catalina/manager/Constants.ja

2006-02-17 Thread remm
Author: remm Date: Fri Feb 17 12:36:01 2006 New Revision: 378621 URL: http://svn.apache.org/viewcvs?rev=378621&view=rev Log: - Fix logos. Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/classes/org/apache/catalina/hostmanager/Constants.java tomcat/container/tc5.5.x/webap

DO NOT REPLY [Bug 38697] - tomcat native calls apr_socket_sendfile even when routine doesn't exist

2006-02-17 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: r378588 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 10:52:26 2006 New Revision: 378588 URL: http://svn.apache.org/viewcvs?rev=378588&view=rev Log: When APR_HAS_SENDFILE is disabled always return false no mater what user set in the config. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/Ap

svn commit: r378586 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 10:46:47 2006 New Revision: 378586 URL: http://svn.apache.org/viewcvs?rev=378586&view=rev Log: Use Library.APR_HAS_SENDFILE as default value for sendfile flag. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: t

DO NOT REPLY [Bug 38697] New: - tomcat native calls apr_socket_sendfile even when routine doesn't exist

2006-02-17 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 38630] - Environment (java:comp/env/) sometimes not available

2006-02-17 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 38484] - webapps Admin: Invalid path /login was requested

2006-02-17 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: r378499 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:48:32 2006 New Revision: 378499 URL: http://svn.apache.org/viewcvs?rev=378499&view=rev Log: Check only for our custom messages, and leave to APR to deal with others. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/j

svn commit: r378498 - in /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2006-02-17 Thread remm
Author: remm Date: Fri Feb 17 04:47:40 2006 New Revision: 378498 URL: http://svn.apache.org/viewcvs?rev=378498&view=rev Log: - Update error reports, including the error codes (just in case we get a MS style "Unknown error"). Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util

svn commit: r378496 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:31:18 2006 New Revision: 378496 URL: http://svn.apache.org/viewcvs?rev=378496&view=rev Log: Fix the typo. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/jni/native/src/error.c URL: http://svn.apache.org/viewcvs/to

svn commit: r378495 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:24:44 2006 New Revision: 378495 URL: http://svn.apache.org/viewcvs?rev=378495&view=rev Log: Report unknown errors. Modified: tomcat/connectors/trunk/jni/native/src/error.c Modified: tomcat/connectors/trunk/jni/native/src/error.c URL: http://svn.apache.org/v

svn commit: r378494 - /tomcat/connectors/trunk/jni/native/src/error.c

2006-02-17 Thread mturk
Author: mturk Date: Fri Feb 17 04:13:21 2006 New Revision: 378494 URL: http://svn.apache.org/viewcvs?rev=378494&view=rev Log: Add custom messages for our custom return values. Without that the apr_strerror returns "APR does not understand this error code." Modified: tomcat/connectors/trunk/jn

Re: Tomcat Connector 1.2.15 - JkOption "FlushPackets"-Bug

2006-02-17 Thread Mladen Turk
Pelikan Stephan wrote: Hello, I detected that the "FlushPackets" JkOption does not work. I could solve the problem by the patch FlushPacket works, and the patch is invalid. The service ws_flush is invoked from ajp_common. In theory there can be problems if there is no content_body packets

Tomcat Connector 1.2.15 - JkOption "FlushPackets"-Bug

2006-02-17 Thread Pelikan Stephan
Hello, I detected that the "FlushPackets" JkOption does not work. I could solve the problem by the patch *** jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0/mod_jk.c 2005-09-21 15:59:50.0 +0200 --- jakarta-tomcat-connectors-1.2.15flushing-src/jk/native/apache-2.0/mod_jk .c

Re: sendRedirect and absolute paths

2006-02-17 Thread Tino Schwarze
On Thu, Feb 16, 2006 at 03:24:52PM -0800, Casey Haakenson wrote: > We have a customer who is hitting our web GUI through a fairly > complicated SSH proxy scheme. For example, when they hit a page on our > site such as /redirect.jsp we do a > response.sendRedirect("/newpage.jsp"). This results in