[Bug 53697] New: java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697 Priority: P2 Bug ID: 53697 Assignee: dev@tomcat.apache.org Summary: java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInte

svn commit: r1371896 - in /tomcat/trunk: java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/org/apache/tomcat/unittest/tags/ test/webapp-3.0/ test/webapp-3.0/WEB-INF/

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 09:43:19 2012 New Revision: 1371896 URL: http://svn.apache.org/viewvc?rev=1371896view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53545 Ensure buffered data is cleared when using a jsp:forward action to a static resource inside classic a custom

svn commit: r1371900 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/runtime/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 09:52:40 2012 New Revision: 1371900 URL: http://svn.apache.org/viewvc?rev=1371900view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53545 Ensure buffered data is cleared when using a jsp:forward action to a static resource inside classic a custom

[Bug 53545] jsp:forward action to static resources causes IllegalStateException when inside classic custom tag

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53545 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-08-11 Thread Gump
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-taglibs-standard has an issue affecting its community

svn commit: r1371976 - /tomcat/trunk/BUILDING.txt

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 16:55:35 2012 New Revision: 1371976 URL: http://svn.apache.org/viewvc?rev=1371976view=rev Log: Rephrase. It is followup to my r1371017. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL:

svn commit: r1371978 - /tomcat/trunk/webapps/docs/building.xml

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 17:10:54 2012 New Revision: 1371978 URL: http://svn.apache.org/viewvc?rev=1371978view=rev Log: Adjust wording. Followup to r1371017. Modified: tomcat/trunk/webapps/docs/building.xml Modified: tomcat/trunk/webapps/docs/building.xml URL:

svn commit: r1371983 - in /tomcat/tc7.0.x/trunk: ./ BUILDING.txt webapps/docs/building.xml webapps/docs/changelog.xml

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 17:23:27 2012 New Revision: 1371983 URL: http://svn.apache.org/viewvc?rev=1371983view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53601 Clarify that building Tomcat 7 from sources requires Java 6 JDK. Modified: tomcat/tc7.0.x/trunk/

[Bug 53601] tomcat8 build fails with jdk1.6

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53601 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Component|Catalina

svn commit: r1371985 - in /tomcat/tc6.0.x/trunk: BUILDING.txt webapps/docs/building.xml webapps/docs/changelog.xml

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 18:19:13 2012 New Revision: 1371985 URL: http://svn.apache.org/viewvc?rev=1371985view=rev Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53601 Clarify that to build Apache Tomcat 6 from sources a Java 5 JDK is recommended. Modified:

[Bug 53574] metadata-complete=true and servlet defined as jsp not working

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53574 --- Comment #2 from Mark Thomas ma...@apache.org --- This looks like a Tomcat bug. I have a test case for trunk that reproduces this and am working on a fix. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1371995 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/startup/TestContextConfig.java test/webapp-3.0/WEB-INF/jsp/ test/webapp-3.0/WEB-IN

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 18:54:53 2012 New Revision: 1371995 URL: http://svn.apache.org/viewvc?rev=1371995view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53574 Ensure Servlets defined using jsp-file are available when metadata-complete is true. Added:

svn commit: r1371997 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ test/org/apache/catalina/startup/ test/webapp-3.0/WEB-INF/ test/webapp-3.0/WEB-INF/jsp/ webapps/docs/

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 18:58:49 2012 New Revision: 1371997 URL: http://svn.apache.org/viewvc?rev=1371997view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53574 Ensure Servlets defined using jsp-file are available when metadata-complete is true. Added:

[Bug 53574] metadata-complete=true and servlet defined as jsp not working

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53574 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1371999 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 19:14:30 2012 New Revision: 1371999 URL: http://svn.apache.org/viewvc?rev=1371999view=rev Log: Update comments after confirmation from EG Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified:

[Bug 53531] ExpandWar.expand does not check the return value of File.mkdir and File.mkdirs

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53531 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 29212 -- https://issues.apache.org/bugzilla/attachment.cgi?id=29212action=edit 2012-08-11_tc55_53531.patch Patch for Tomcat 5.5. Includes a fix for

svn commit: r1372002 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 19:26:30 2012 New Revision: 1372002 URL: http://svn.apache.org/viewvc?rev=1372002view=rev Log: Update Christopher Schultz' proposal with an actual patch. I am keeping Christopher's vote. The difference between this patch and his fix in TC6 is trivial. Modified:

svn commit: r1372003 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2012-08-11 Thread markt
Author: markt Date: Sat Aug 11 19:27:52 2012 New Revision: 1372003 URL: http://svn.apache.org/viewvc?rev=1372003view=rev Log: Update comments and change-log post clarification from the Servlet EG Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 53619] If absolute-ordering is defined, only fragments mentioned in it shall get class-scanned

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53619 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1372031 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/filters/CsrfPreventionFilter.java webapps/docs/changelog.xml

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 21:34:11 2012 New Revision: 1372031 URL: http://svn.apache.org/viewvc?rev=1372031view=rev Log: Fix conflict with CSRF protection filter and clustering. Cache needs to be serializable. It is backport of r1083987 from 7.0.x (markt) Modified:

svn commit: r1372035 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sat Aug 11 21:59:31 2012 New Revision: 1372035 URL: http://svn.apache.org/viewvc?rev=1372035view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Fix high CPU load with SSL, NIO and sendfile when client breaks the connection before reading all the

[Bug 52858] High CPU load in the NIO connector, when a client breaks connection unexpectedly

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com --- Fixed in 6.0 by r1372035 and will be in 6.0.36. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623 --- Comment #1 from Mark Thomas ma...@apache.org --- Thanks for the excellent test case. Very easy to work with. I have the bug in the first scenario fixed. I'll look at the second scenario next. It looks like the bug in the second and

[Bug 53071] ErrorReportValve ignores message from throwable

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53071 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

Re: svn commit: r1371995 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/startup/TestContextConfig.java test/webapp-3.0/WEB-INF/jsp/ test/webapp-3.0/WE

2012-08-11 Thread Konstantin Kolinko
2012/8/11 ma...@apache.org: Author: markt Date: Sat Aug 11 18:54:53 2012 New Revision: 1371995 URL: http://svn.apache.org/viewvc?rev=1371995view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53574 Ensure Servlets defined using jsp-file are available when

svn commit: r1372041 - in /tomcat/trunk/test: org/apache/jasper/runtime/ org/apache/tomcat/unittest/tags/ webapp-3.0/ webapp-3.0/WEB-INF/ webapp-3.0/WEB-INF/jsp/

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sun Aug 12 01:05:35 2012 New Revision: 1372041 URL: http://svn.apache.org/viewvc?rev=1372041view=rev Log: Set svn:eol-style=native Modified: tomcat/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java (props changed)

svn commit: r1372042 - in /tomcat/tc7.0.x/trunk/test: org/apache/jasper/runtime/ org/apache/tomcat/unittest/tags/ webapp-3.0/ webapp-3.0/WEB-INF/ webapp-3.0/WEB-INF/jsp/

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sun Aug 12 01:10:51 2012 New Revision: 1372042 URL: http://svn.apache.org/viewvc?rev=1372042view=rev Log: Set svn:eol-style=native Modified: tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java (props changed)

svn commit: r1372044 - in /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/test/

2012-08-11 Thread kkolinko
Author: kkolinko Date: Sun Aug 12 01:25:23 2012 New Revision: 1372044 URL: http://svn.apache.org/viewvc?rev=1372044view=rev Log: Remove unneeded svn:mergeinfo properties The merge with r1371896 has already been recorded on tomcat/tc7.0.x/trunk/ in r1371900 The values were