[Bug 56472] All classes remain in memory after stop of web application, when LDAP was used.

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56472 --- Comment #10 from Stefan Frings stefan_fri...@qvc.com --- Created attachment 31671 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31671action=edit Screenshot of jvisualvm showing that webappclassloader has no gc root I tested

[Bug 56555] Multiple connection headers for status 400 when keep-alive is specified

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 --- Comment #5 from Mark Thomas ma...@apache.org --- Having re-read RFC2616 the use of a 400 response code in this case looks wrong. 400 is meant to be used to indicate a syntax error in the request which is why Tomcat closes the

svn commit: r1597982 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProcessor.java webapps/docs/changelog.xml

2014-05-28 Thread markt
Author: markt Date: Wed May 28 11:45:26 2014 New Revision: 1597982 URL: http://svn.apache.org/r1597982 Log: Fix copy/paste error and return a 500 rather 400 response Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1597987 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2014-05-28 Thread markt
Author: markt Date: Wed May 28 12:15:51 2014 New Revision: 1597987 URL: http://svn.apache.org/r1597987 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 When Tomcat closes the connection based on the HTTP status code of the response, ensure that only one connection header is sent

svn commit: r1597988 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2014-05-28 Thread kkolinko
Author: kkolinko Date: Wed May 28 12:22:59 2014 New Revision: 1597988 URL: http://svn.apache.org/r1597988 Log: r1589985 (a followup to r1589980) is also part of the fix for CVE-2014-0119 Modified: tomcat/site/trunk/docs/security-8.html tomcat/site/trunk/xdocs/security-8.xml Modified:

svn commit: r1598005 - in /tomcat/site/trunk: docs/security-8.html xdocs/security-8.xml

2014-05-28 Thread kkolinko
Author: kkolinko Date: Wed May 28 13:03:24 2014 New Revision: 1598005 URL: http://svn.apache.org/r1598005 Log: r1589983 (followup to r1589980 correcting a copy-paste typo) r1589992 (followup to r1589990 committing a missed change) are also part of the fix for CVE-2014-0119 Modified:

[Bug 56555] Multiple connection headers for status 400 when keep-alive is specified

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1598007 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/coyote/http11/TestAbstractHttp11Processor.java webapps/docs/changelog.xml

2014-05-28 Thread markt
Author: markt Date: Wed May 28 13:17:04 2014 New Revision: 1598007 URL: http://svn.apache.org/r1598007 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56555 When Tomcat closes the connection based on the HTTP status code of the response, ensure that only one connection header is sent

[Bug 56529] NoSuchElementException for attribute with empty string in custom tag

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56529 rsanthakumar rsanthaku...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2014-05-28 Thread markt
Author: markt Date: Wed May 28 13:20:58 2014 New Revision: 1598008 URL: http://svn.apache.org/r1598008 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 56560] Jasper ant task fails with java.lang.NoClassDefFoundError: org.apache.tomcat.util.descriptor.LocalResolver

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56560 Mark Thomas ma...@apache.org changed: What|Removed |Added OS||All --- Comment #2

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-05-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/88 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56529] NoSuchElementException for attribute with empty string in custom tag

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56529 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56573] New: [Spec?] Session.getRequestURI() doesn't return the protocol, port etc.

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56573 Bug ID: 56573 Summary: [Spec?] Session.getRequestURI() doesn't return the protocol, port etc. Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac

[Bug 56573] [Spec?] Session.getRequestURI() doesn't return the protocol, port etc.

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56573 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 56573] [Spec?] Session.getRequestURI() doesn't return the protocol, port etc.

2014-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56573 --- Comment #2 from Jean-Francois Arcand jfarc...@apache.org --- For tracking purpose https://java.net/jira/browse/WEBSOCKET_SPEC-228 Atmosphere can dispatch a WebSocket Message into a normal HttpServletRequest so an application

svn commit: r1598153 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-28 Thread markt
Author: markt Date: Wed May 28 21:46:55 2014 New Revision: 1598153 URL: http://svn.apache.org/r1598153 Log: No need for the expectation check in an error state as the connection will be closed any way. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

svn propchange: r1588193 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1588193 Modified property: svn:log Modified: svn:log at Wed May 28 22:21:57 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:21:57 2014 @@ -1,2 +1,3 @@ Small optimisation. The resolver

svn propchange: r1589837 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589837 Modified property: svn:log Modified: svn:log at Wed May 28 22:25:44 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:25:44 2014 @@ -1,2 +1,2 @@ Add some defensive coding around

svn propchange: r1589980 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589980 Modified property: svn:log Modified: svn:log at Wed May 28 22:26:10 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:26:10 2014 @@ -1,2 +1,2 @@ More defensive coding around some

svn propchange: r1589985 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589985 Modified property: svn:log Modified: svn:log at Wed May 28 22:27:39 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:27:39 2014 @@ -1 +1,2 @@ Parser uses lazy init so move

svn propchange: r1589983 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589983 Modified property: svn:log Modified: svn:log at Wed May 28 22:27:00 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:27:00 2014 @@ -1 +1,2 @@ Fix indents and copy/paste errors

svn propchange: r1589990 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589990 Modified property: svn:log Modified: svn:log at Wed May 28 22:28:09 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:28:09 2014 @@ -1,2 +1,2 @@ More defensive coding around some

svn propchange: r1589992 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589992 Modified property: svn:log Modified: svn:log at Wed May 28 22:28:41 2014 -- --- svn:log (original) +++ svn:log Wed May 28 22:28:41 2014 @@ -1 +1,2 @@ Add new constant missed in previous

svn commit: r1598167 - in /tomcat/site/trunk: docs/security-6.html docs/security-7.html xdocs/security-6.xml xdocs/security-7.xml

2014-05-28 Thread kkolinko
Author: kkolinko Date: Wed May 28 22:59:18 2014 New Revision: 1598167 URL: http://svn.apache.org/r1598167 Log: Add r1590036 and r1593815 to the list of fixes for CVE-2014-0119 Modified: tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html

svn propchange: r1588199 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1588199 Modified property: svn:log Modified: svn:log at Wed May 28 23:01:17 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:01:17 2014 @@ -1,2 +1,3 @@ Small optimisation. The resolver

svn propchange: r1589997 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589997 Modified property: svn:log Modified: svn:log at Wed May 28 23:01:51 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:01:51 2014 @@ -1,2 +1,2 @@ More defensive coding around some

svn propchange: r1590028 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1590028 Modified property: svn:log Modified: svn:log at Wed May 28 23:06:35 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:06:35 2014 @@ -1,2 +1,2 @@ Defensive coding around some XML

svn propchange: r1590036 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1590036 Modified property: svn:log Modified: svn:log at Wed May 28 23:10:35 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:10:35 2014 @@ -1 +1,2 @@ Ensure TLD parser obtained from

svn propchange: r1589640 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1589640 Modified property: svn:log Modified: svn:log at Wed May 28 23:14:11 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:14:11 2014 @@ -1 +1,2 @@ Avoid memory leak and add small

svn propchange: r1593815 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1593815 Modified property: svn:log Modified: svn:log at Wed May 28 23:15:02 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:15:02 2014 @@ -1,2 +1,3 @@ Ensure TLD parser obtained from

svn propchange: r1593821 - svn:log

2014-05-28 Thread kkolinko
Author: kkolinko Revision: 1593821 Modified property: svn:log Modified: svn:log at Wed May 28 23:15:37 2014 -- --- svn:log (original) +++ svn:log Wed May 28 23:15:37 2014 @@ -1,4 +1,4 @@ Defensive coding around some XML

buildbot success in ASF Buildbot on tomcat-trunk

2014-05-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/119 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Building Tomcat 7 with JDK 7

2014-05-28 Thread Andrew Carr
From what I have read building Tomcat 7 has to be done with JDK 6 and the option by the devs was to fix JDK 7 building in Tomcat 8 and tell people to compile Tomcat 7 with JDK 6, running it with Java 7. Is this true? Are there plans to fix TC 7 to compile with JDK7? Should there be? Is this