DO NOT REPLY [Bug 49275] New: Getting error in jk2.log file at path /apache1.3.1/logs

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49275 Summary: Getting error in jk2.log file at path /apache1.3.1/logs Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Windows XP Status: N

svn commit: r943432 - in /tomcat/trunk/java/org/apache/catalina/core: ApplicationContext.java StandardContext.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 10:24:00 2010 New Revision: 943432 URL: http://svn.apache.org/viewvc?rev=943432&view=rev Log: Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=49181 Add additional check to prevent adding Servlet context listeners once the calls to the Servlet Con

DO NOT REPLY [Bug 49181] Exception thrown incorrectly when dynamically adding a Listener

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49181 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r943434 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 10:29:06 2010 New Revision: 943434 URL: http://svn.apache.org/viewvc?rev=943434&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49224 Only try setting the username and password if they are non-null Patch provided by Matt Passell Modified: t

DO NOT REPLY [Bug 49224] NullPointerException in PooledConnection when username or password are null

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49224 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r943435 - /tomcat/trunk/java/javax/servlet/http/Cookie.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 10:31:04 2010 New Revision: 943435 URL: http://svn.apache.org/viewvc?rev=943435&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49221 Ensure case conversion behaves as expected Patch provided by sebb Modified: tomcat/trunk/java/javax/servlet

DO NOT REPLY [Bug 49221] javax.servlet.http.Cookie.setDomain uses default charset

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49221 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #5 from Mark Thomas 2010-05-12 06:47:44 EDT --- I don't know the code that well so feel free to treat these comments with that in mind. In no particular order... It appears that this patch forces validation to happen even if t

svn commit: r943447 - in /tomcat/trunk/java/org/apache/naming/resources: BaseDirContext.java FileDirContext.java LocalStrings.properties VirtualDirContext.java WARDirContext.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 11:10:03 2010 New Revision: 943447 URL: http://svn.apache.org/viewvc?rev=943447&view=rev Log: Fix remaining issue described in https://issues.apache.org/bugzilla/show_bug.cgi?id=49218 doLookup should return null if the resource cannot be found and should not throw

DO NOT REPLY [Bug 49218] Fix support for META-INF/resources

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49275] Getting error in jk2.log file at path /apache1.3.1/logs

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49275 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Tomcat Wiki] Trivial Update of "PoweredBy" by rwickham

2010-05-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by rwickham. The comment on this change is: added 2020media.com. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=258&rev2=259

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #6 from Matt Passell 2010-05-12 12:12:21 EDT --- (In reply to comment #5) Thanks Mark. Those were reasonable points. I'll respond to each. > It appears that this patch forces validation to happen even if the user > doesn't >

svn commit: r943657 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 19:49:26 2010 New Revision: 943657 URL: http://svn.apache.org/viewvc?rev=943657&view=rev Log: Multiple TCK failures. Child containers are started during the STARTING_PREP state so if a child whilst the container is in that state, it must also be started. Modified:

svn commit: r943658 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 19:50:07 2010 New Revision: 943658 URL: http://svn.apache.org/viewvc?rev=943658&view=rev Log: Remove unused imports Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java U

svn commit: r943664 - /tomcat/trunk/java/org/apache/catalina/valves/ValveBase.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 20:03:40 2010 New Revision: 943664 URL: http://svn.apache.org/viewvc?rev=943664&view=rev Log: Fix TCK failure Restore initialisation of logger that was triggering an NPE Modified: tomcat/trunk/java/org/apache/catalina/valves/ValveBase.java Modified: tomcat/trun

svn commit: r943726 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-05-12 Thread markt
Author: markt Date: Wed May 12 22:32:22 2010 New Revision: 943726 URL: http://svn.apache.org/viewvc?rev=943726&view=rev Log: Wrappers are started when added to the Context (since the Context is already starting). Don't try and start them twice. Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r943733 - in /tomcat/trunk/webapps/docs/appdev/sample: index.html web/index.html

2010-05-12 Thread markt
Author: markt Date: Wed May 12 22:40:54 2010 New Revision: 943733 URL: http://svn.apache.org/viewvc?rev=943733&view=rev Log: Fix HTML niggles. Modified: tomcat/trunk/webapps/docs/appdev/sample/index.html tomcat/trunk/webapps/docs/appdev/sample/web/index.html Modified: tomcat/trunk/webapp

svn commit: r943745 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-05-12 Thread markt
Author: markt Date: Wed May 12 23:01:57 2010 New Revision: 943745 URL: http://svn.apache.org/viewvc?rev=943745&view=rev Log: Remove completed item Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL: http://svn.apache.org/viewvc/tomcat/trunk

DO NOT REPLY [Bug 49284] New: Implement SSL renegotiation for the NIO connector

2010-05-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49284 Summary: Implement SSL renegotiation for the NIO connector Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: enhancement Pr

svn commit: r943746 - /tomcat/trunk/PROPOSALS.txt

2010-05-12 Thread markt
Author: markt Date: Wed May 12 23:08:10 2010 New Revision: 943746 URL: http://svn.apache.org/viewvc?rev=943746&view=rev Log: Remove some stuff we have already done. Modified: tomcat/trunk/PROPOSALS.txt Modified: tomcat/trunk/PROPOSALS.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/PROPO

getPart()/getParts() invocation in the filter ?

2010-05-12 Thread Ivan
Hi, While using the new features of getPart()/getParts() in the Servlet 3.0, I found that those methods could not be invoked in filter. After checking the spec, I found some words below : ---> File upload If a request is of type multipart/form-data and if the servlet handling t