DO NOT REPLY [Bug 41057] - Tomcat leaks memory on every request

2007-01-20 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 37869] - Cannot obtain client certificate with SSL / client certificate authentication using APR components

2007-01-20 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 40222] - Default Tomcat configuration alows easy session hijacking

2007-01-20 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 40317] - mod_jk, mixed up response if request contains http status 304 - resources with Content-Length > 0

2007-01-20 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

Fix for old SAX issue causing bug 40356

2007-01-20 Thread Mark Thomas
Hi, Can anyone remember anything about the SAX bug referred to in this commit? http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 The fix appears to be the cause of http://issues.apache.org/bugzilla/show_bug.cgi?id=40356 I have spent some time searching various archives no no avail

DO NOT REPLY [Bug 40367] - startup.sh does not create auto conf file

2007-01-20 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: r498213 - in /tomcat: connectors/trunk/jk/xdocs/webserver_howto/apache.xml container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 15:45:24 2007 New Revision: 498213 URL: http://svn.apache.org/viewvc?view=rev&rev=498213 Log: Fix bug 40367. Add requirement for workers.properties to auto configuration documentation. Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml to

500 Internal Server Error when you don't encode URLs?

2007-01-20 Thread thomasp
I am somewhat baffled by Tomcat's response when you send it a HTTP GET or POST without URL encoding the text that you're sending. I spent a couple days at work trying to figure out why I was getting an internal server error. I called up the people that ran the server and told them they had

svn commit: r498211 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 15:37:15 2007 New Revision: 498211 URL: http://svn.apache.org/viewvc?view=rev&rev=498211 Log: Correct bug number Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.

DO NOT REPLY [Bug 40507] - XML validation fails when xmlValidation="true"

2007-01-20 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: r498140 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 08:28:43 2007 New Revision: 498140 URL: http://svn.apache.org/viewvc?view=rev&rev=498140 Log: As identified in bug 40507, update webapps to use a servlet 2.4 xsd. Patch provided by Chris Halstead. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml

svn commit: r498126 - in /tomcat/container/tc5.5.x: catalina/src/bin/catalina.bat catalina/src/bin/catalina.sh webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 07:38:39 2007 New Revision: 498126 URL: http://svn.apache.org/viewvc?view=rev&rev=498126 Log: Fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new option JPDA_SUSPEND. Patch provided by Kurt Roy. Modified: tomcat/container/tc5.5.x/catalina/

DO NOT REPLY [Bug 40593] - HttpSessionListener#sessionDestroyed is not called though the manager's pathname is emply.

2007-01-20 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

ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty
Hi I'm trying to change user password in Activedirectory... For this i use ssl connection i get the ssl connection for AD using java code... String keystore = "/jre/lib/security/cacerts"; System.setProperty("javax.net.ssl.trustStore",keystore); env.put(Context.INITIAL_CONTEXT_FACTORY,

ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty
Hi I'm trying to change user password in Activedirectory... For this i use ssl connection i get the ssl connection for AD using java code... String keystore = "/jre/lib/security/cacerts"; System.setProperty("javax.net.ssl.trustStore",keystore); env.put(Context.INITIAL_CONTEXT_FACTORY,