[Bug 58469] web.xml were deleted after a Out of Memory problem by tomcat

2015-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58469 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID OS|

[Bug 58457] After async request timeout, response is not closed + works on subsequent requests

2015-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58457 --- Comment #3 from Mark Thomas --- If an application retains a reference and continues to use a response object after the original request/rsponse has been completed the behaviour is undefined. I'm not at all surprised by the behaviour you des

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 --- Comment #3 from Mark Thomas --- Tomcat stores the headers with lower case names to simplfy the lookup of headers (case sensitive rather than case insenstive lookups). Unless there is something in one of the specifications that Tomcat imple

[Bug 58464] servletRequest.getHeaderNames() returns all header names in lower case

2015-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58464 Christoph Tornau changed: What|Removed |Added CC||tor...@gmail.com -- You are receiv

svn commit: r1706017 - in /tomcat/trunk/java/org/apache/jasper: compiler/Parser.java resources/LocalStrings.properties

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 12:49:35 2015 New Revision: 1706017 URL: http://svn.apache.org/viewvc?rev=1706017&view=rev Log: Fix issue reported by violetagg during 8.0.27 vote. Improve error message to include name of attribute. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Parser.

svn commit: r1706018 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/Parser.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 12:52:01 2015 New Revision: 1706018 URL: http://svn.apache.org/viewvc?rev=1706018&view=rev Log: Fix issue reported by violetagg during 8.0.27 vote. Improve error message to include name of attribute. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/t

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Mark Thomas
On 29/09/2015 20:58, Violeta Georgieva wrote: > 2015-09-29 22:48 GMT+03:00 Mark Thomas : >> >> On 29/09/2015 20:37, Violeta Georgieva wrote: >>> org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() > for >>> servlet [jsp] in context with path [/test] threw exception [/el-misc.

svn commit: r1706022 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:22:37 2015 New Revision: 1706022 URL: http://svn.apache.org/viewvc?rev=1706022&view=rev Log: Re-order action implementations to allow easier comparison between Processor implementations Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

svn commit: r1706023 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:26:44 2015 New Revision: 1706023 URL: http://svn.apache.org/viewvc?rev=1706023&view=rev Log: Simplify. No point sending flush message if an I/O error has already happened. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/t

svn commit: r1706024 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:29:11 2015 New Revision: 1706024 URL: http://svn.apache.org/viewvc?rev=1706024&view=rev Log: Remove call that is always a NO-OP. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcesso

svn commit: r1706027 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:30:35 2015 New Revision: 1706027 URL: http://svn.apache.org/viewvc?rev=1706027&view=rev Log: Simply. flush(boolean) was only ever called with true Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyo

svn commit: r1706030 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:32:19 2015 New Revision: 1706030 URL: http://svn.apache.org/viewvc?rev=1706030&view=rev Log: Small steps towards aligning action() implementations. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java tomcat/trunk/java/org/apache/coyote/htt

svn commit: r1706031 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:33:45 2015 New Revision: 1706031 URL: http://svn.apache.org/viewvc?rev=1706031&view=rev Log: Refactor to remove duplicate code Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.

svn commit: r1706032 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11OutputBuffer.java Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:37:07 2015 New Revision: 1706032 URL: http://svn.apache.org/viewvc?rev=1706032&view=rev Log: Refactor to align Processor implementations. The other processors call commit from the CLIENT_FLUSH action Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11

svn commit: r1706033 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:41:57 2015 New Revision: 1706033 URL: http://svn.apache.org/viewvc?rev=1706033&view=rev Log: Cosmetic changes to align implementations Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java tomcat/trunk/java/org/apache/coyote/http11/Http11Pro

svn commit: r1706034 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:42:29 2015 New Revision: 1706034 URL: http://svn.apache.org/viewvc?rev=1706034&view=rev Log: The other processors handle this I/O error in the action Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java tomcat/trunk/java/org/apache/coyote/http2

svn commit: r1706035 - in /tomcat/trunk/java/org/apache/coyote: ajp/AjpProcessor.java http11/Http11OutputBuffer.java http11/Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:49:32 2015 New Revision: 1706035 URL: http://svn.apache.org/viewvc?rev=1706035&view=rev Log: More removal of duplicate code to commit a response. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java tomcat/trunk/java/org/apache/coyote/http1

svn commit: r1706036 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 13:50:36 2015 New Revision: 1706036 URL: http://svn.apache.org/viewvc?rev=1706036&view=rev Log: Align CLOSE with other implementations - call COMMIT first - handle the flush in the close/finish/end/whatever method Modified: tomcat/trunk/java/org/apache/coyote/ht

buildbot exception in ASF Buildbot on tomcat-trunk

2015-09-30 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/378 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/172 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Felix Schumacher
Am 28.09.2015 um 13:26 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SSL + sendfile - Various TLD parsing fixes - Fix multiple (mos

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Rainer Jung
Am 28.09.2015 um 13:26 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SSL + sendfile - Various TLD parsing fixes - Fix multiple (mos

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-09-30 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20150930-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

svn commit: r1706172 - in /tomcat/trunk/java/org/apache/coyote: Request.java http11/Http11Processor.java

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 23:33:27 2015 New Revision: 1706172 URL: http://svn.apache.org/viewvc?rev=1706172&view=rev Log: Refactor the expectation flag to move it to the request (since it is a property of the request) Modified: tomcat/trunk/java/org/apache/coyote/Request.java tomcat

svn commit: r1706173 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-09-30 Thread markt
Author: markt Date: Wed Sep 30 23:33:55 2015 New Revision: 1706173 URL: http://svn.apache.org/viewvc?rev=1706173&view=rev Log: Add 100-continue support to HTTP/2 Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_8_1.java (with props) Modified: tomcat/trunk/java/org/apac

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-30 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/379 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1706179 - in /tomcat/native/trunk/native/src: sslinfo.c sslutils.c

2015-09-30 Thread billbarker
Author: billbarker Date: Thu Oct 1 01:20:57 2015 New Revision: 1706179 URL: http://svn.apache.org/viewvc?rev=1706179&view=rev Log: catch up with OpenSSL master. ported from 1.1 branch Modified: tomcat/native/trunk/native/src/sslinfo.c tomcat/native/trunk/native/src/sslutils.c Modified:

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2015-09-30 Thread Rupert Madden-Abbott (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939401#comment-14939401 ] Rupert Madden-Abbott commented on MTOMCAT-234: -- We are about to initiate a p