DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 Mauro Molinari changed: What|Removed |Added CC||mauro...@tiscali.it --- Comme

How does tomcat handle IOExceptions thrown by the service method

2009-01-12 Thread Vijayaraghavan Amirisetty
Hi, I am writing a servlet by extending the HttpServlet class. I need to over ride the doPost method to do some custom operations as required by my web application. I had a doubt regarding how Tomcat handles the IOException. Does it set the HTTP response code based upon the type of IOExceptio

DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 --- Comment #10 from Mauro Molinari 2009-01-12 03:49:00 PST --- After giving a quick look at Tomcat6 sources, this problem seems to affect that version of Tomcat6 too. Mauro. -- Configure bugmail: https://issues.apache.org/bugzill

svn commit: r733748 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/sessi

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 05:39:35 2009 New Revision: 733748 URL: http://svn.apache.org/viewvc?rev=733748&view=rev Log: Support for setting SessionTrackingMode Most of this commit is to support invalidating the SSL session by the session manager. I'm not sure yet that support for SSL session

svn commit: r733768 - in /tomcat/trunk/java/javax/servlet: ./ http/ jsp/el/ jsp/tagext/

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 06:16:19 2009 New Revision: 733768 URL: http://svn.apache.org/viewvc?rev=733768&view=rev Log: Apply generics to javax.servlet.* on the basis that the EG is in the process of accepting a patch to do this. Modified: tomcat/trunk/java/javax/servlet/FilterConfig.ja

svn commit: r733769 - /tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 06:16:39 2009 New Revision: 733769 URL: http://svn.apache.org/viewvc?rev=733769&view=rev Log: Correct error in generics Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspCServl

svn commit: r733771 - in /tomcat/trunk/java/javax/servlet: ServletRequestWrapper.java http/HttpServletRequestWrapper.java http/HttpServletResponseWrapper.java

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 06:20:54 2009 New Revision: 733771 URL: http://svn.apache.org/viewvc?rev=733771&view=rev Log: Deprecate wrapper methods that wrap deprecated methods. The assumption is that the EG will accept the patch to do this too. If not, it should be reverted. Modified: to

svn commit: r733775 - in /tomcat/trunk/java/org/apache/catalina: ant/jmx/ connector/ core/ ha/jmx/ ha/session/ session/

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 07:02:23 2009 New Revision: 733775 URL: http://svn.apache.org/viewvc?rev=733775&view=rev Log: Generics changes after updating the spec api and also those enabled by the min 1.6 JDK requirement. Add deprecation to the internal Tomcta methods that implement deprecated

svn commit: r733779 - in /tomcat/trunk/java/org/apache/tomcat: Apr.java util/net/NioEndpoint.java

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 07:17:00 2009 New Revision: 733779 URL: http://svn.apache.org/viewvc?rev=733779&view=rev Log: Misc code clean up to keepo the Eclipse error count trending downwards. Modified: tomcat/trunk/java/org/apache/tomcat/Apr.java tomcat/trunk/java/org/apache/tomcat/u

Re: svn commit: r733748 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/s

2009-01-12 Thread Filip Hanik - Dev Lists
this implementation may ask for more than is warranted. I would -1 based on for example "javax.servlet.request.ssl_session_mgr"; shouldn't extensions be named differently, and not within the javax.servlet namespace? SSLSessionManager.invalidateSession > not sure why the SSL sessions shoul

svn commit: r733823 - in /tomcat/connectors/trunk/jk: build.xml jkstatus/build.xml native/common/jk_status.c native/iis/jk_isapi_plugin.c xdocs/style.xsl

2009-01-12 Thread rjung
Author: rjung Date: Mon Jan 12 07:59:32 2009 New Revision: 733823 URL: http://svn.apache.org/viewvc?rev=733823&view=rev Log: Update copyright year for JK. Modified: tomcat/connectors/trunk/jk/build.xml tomcat/connectors/trunk/jk/jkstatus/build.xml tomcat/connectors/trunk/jk/native/com

svn commit: r733829 - in /tomcat/connectors/trunk/jni: build.xml xdocs/style.xsl

2009-01-12 Thread rjung
Author: rjung Date: Mon Jan 12 08:07:51 2009 New Revision: 733829 URL: http://svn.apache.org/viewvc?rev=733829&view=rev Log: Update copyright year for tc native. Modified: tomcat/connectors/trunk/jni/build.xml tomcat/connectors/trunk/jni/xdocs/style.xsl Modified: tomcat/connectors/trunk/

RE: svn commit: r733748 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/s

2009-01-12 Thread Mark Thomas
> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] > > this implementation may ask for more than is warranted. I would -1 > based > on for example > > > "javax.servlet.request.ssl_session_mgr"; > > shouldn't extensions be named differently, and not within the > javax.servlet namespace?

Re: svn commit: r733748 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/s

2009-01-12 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] this implementation may ask for more than is warranted. I would -1 based on for example "javax.servlet.request.ssl_session_mgr"; shouldn't extensions be named differently, and not within the javax.servlet

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 Kin-Man Chung changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

RE: HTTPOnly in Tomcat -- Yes please!

2009-01-12 Thread Mark Thomas
> Hey Gents, just wanted to follow-up on this. I haven't seen any > activity on the buzilla issue below so I wanted to know if there is > anything we can do to help. I've got a bunch of devs ready and willing > to chip in for testing, ideas, or even submitting patches. Also I can > chip in to get o

svn commit: r733892 - in /tomcat/trunk: build.properties.default build.xml

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 12:34:41 2009 New Revision: 733892 URL: http://svn.apache.org/viewvc?rev=733892&view=rev Log: Servlet 3 requires a 1.6 JDK. *Really* need to fix DBCP... Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.prop

svn commit: r733899 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/session/ java/org/apache/coyote/ java/org/apache/coyote/http11/ weba

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 13:18:54 2009 New Revision: 733899 URL: http://svn.apache.org/viewvc?rev=733899&view=rev Log: Update SSL Session handling based on Filip's comments. HTTP session invalidation is now separate from SSLSession validation. The hooks remain to invalidate the SSL session

svn commit: r733902 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 13:24:11 2009 New Revision: 733902 URL: http://svn.apache.org/viewvc?rev=733902&view=rev Log: Withdraw proposal. New feedback from EG that original WONTFIX resolution is correct. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.t

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 --- Comment #11 from Mark Thomas 2009-01-12 13:29:35 PST --- No problem. Patch reverted. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are t

svn commit: r733905 - in /tomcat/trunk/java/org/apache/jasper: compiler/Generator.java runtime/JspContextWrapper.java

2009-01-12 Thread markt
Author: markt Date: Mon Jan 12 13:29:40 2009 New Revision: 733905 URL: http://svn.apache.org/viewvc?rev=733905&view=rev Log: Revert r733072 after feedback from EG that original INVALID for https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 was correct. Modified: tomcat/trunk/java/org/a

DO NOT REPLY [Bug 46518] New: JSP caching issue

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46518 Summary: JSP caching issue Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Servl

[g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2009-01-12 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk has an issue affecting its community integration. This issue

Campaign for votes for NIO patches

2009-01-12 Thread Filip Hanik - Dev Lists
gents, I'm gonna campaign for some votes on the NIO connectors, let me line up what is needed * [2] Prevent async close NPE on already closed sockets - This simply performs a != null check to make sure the closure of a socket goes through all the phases * [3] Add ability to fix the keyAlias

Re: [g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2009-01-12 Thread Filip Hanik - Dev Lists
time to move this boy to JDK 1.6 as we move towards servlet 3.0 Filip Bill Barker wrote: To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.ap

DO NOT REPLY [Bug 46518] JSP caching issue

2009-01-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46518 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|