svn commit: r1840783 - /tomcat/trunk/build.xml

2018-09-13 Thread isapir
Author: isapir Date: Thu Sep 13 07:06:16 2018 New Revision: 1840783 URL: http://svn.apache.org/viewvc?rev=1840783&view=rev Log: Throw descriptive error if Ant is older than minimum required version per BZ 62705 Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://s

[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705 --- Comment #8 from Igal Sapir --- Descriptive error added in commit r1840783 if running Ant version is older than the minimum required 1.9.8 -- You are receiving this mail because: You are the assignee for the bug. --

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

2018-09-13 Thread isapir
Author: isapir Date: Thu Sep 13 07:25:26 2018 New Revision: 1840784 URL: http://svn.apache.org/viewvc?rev=1840784&view=rev Log: Simplified required Ant version check per BZ 62705 Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.propertie

[Bug 62705] tomcat 8.5.33+ requires jdk 9

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62705 --- Comment #9 from Igal Sapir --- (In reply to Igal Sapir from comment #8) > Descriptive error added in commit r1840783 if running Ant version is older > than the minimum required 1.9.8 Simplified check in commit r1840784 -- You are receivi

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

2018-09-13 Thread Konstantin Kolinko
1. The version of Ant is already available as ${ant.version}. There is no need to call antversion task explicitly to get it. See built-in properties in Ant Manual http://ant.apache.org/manual-1.9.x/properties.html 2. This change can be mentioned in changelog (in subsection "Other"). чт, 13 сент

svn commit: r1840786 - in /tomcat/tc8.5.x/trunk: ./ test/javax/el/TestImportHandlerStandardPackages.java

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 08:21:50 2018 New Revision: 1840786 URL: http://svn.apache.org/viewvc?rev=1840786&view=rev Log: Fix Gump test failure Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/javax/el/TestImportHandlerStandardPackages.java Propchange: tom

Tomcat 7.0.x?

2018-09-13 Thread Mark Thomas
It has been a while since we had a 7.0.x release. It would be good to get one completed before ApacheCon. Violeta, do you have the time available to do this? If not, I should be able to. Mark - To unsubscribe, e-mail: dev-unsubs

Re: Tomcat 7.0.x?

2018-09-13 Thread Violeta Georgieva
Yep I’ll do it I’ll start later today Regards, Violeta On Thu, 13 Sep 2018 at 11:24, Mark Thomas wrote: > It has been a while since we had a 7.0.x release. It would be good to > get one completed before ApacheCon. > > Violeta, do you have the time available to do this? If not, I should be > abl

[Bug 62714] New: 403 access denied connection reset and csrf for new install after creating user

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62714 Bug ID: 62714 Summary: 403 access denied connection reset and csrf for new install after creating user Product: Tomcat 9 Version: 9.0.12 Hardware: PC Status:

[Bug 62714] 403 access denied connection reset and csrf for new install after creating user

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62714 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Tomcat 7.0.x?

2018-09-13 Thread Mark Thomas
On 13/09/18 09:54, Violeta Georgieva wrote: > Yep I’ll do it > I’ll start later today Great. I've just checked the new issue in BZ and that was invalid so I don't have anything I want to commit before you tag. Mark > > Regards, > Violeta > > On Thu, 13 Sep 2018 at 11:24, Mark Thomas wrote:

Re: Tomcat 7.0.x?

2018-09-13 Thread Violeta Georgieva
На чт, 13.09.2018 г. в 12:35 ч. Mark Thomas написа: > > On 13/09/18 09:54, Violeta Georgieva wrote: > > Yep I’ll do it > > I’ll start later today > > Great. > > I've just checked the new issue in BZ and that was invalid so I don't > have anything I want to commit before you tag. Thanks Violeta

svn commit: r1840812 - in /tomcat/trunk: java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:26:54 2018 New Revision: 1840812 URL: http://svn.apache.org/viewvc?rev=1840812&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 Add the ability to control which HTTP methods are handled by the CGI Servlet via a new initialization parameter c

svn commit: r1840813 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:27:45 2018 New Revision: 1840813 URL: http://svn.apache.org/viewvc?rev=1840813&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 Add the ability to control which HTTP methods are handled by the CGI Servlet via a new initialization parameter c

svn commit: r1840816 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:32:20 2018 New Revision: 1840816 URL: http://svn.apache.org/viewvc?rev=1840816&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 Add the ability to control which HTTP methods are handled by the CGI Servlet via a new initialization parameter c

svn commit: r1840817 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:44:17 2018 New Revision: 1840817 URL: http://svn.apache.org/viewvc?rev=1840817&view=rev Log: Improve handling of OPTIONS request Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets

svn commit: r1840818 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:44:46 2018 New Revision: 1840818 URL: http://svn.apache.org/viewvc?rev=1840818&view=rev Log: Improve handling of OPTIONS request Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java Prop

svn commit: r1840819 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 13:45:04 2018 New Revision: 1840819 URL: http://svn.apache.org/viewvc?rev=1840819&view=rev Log: Improve handling of OPTIONS request Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java Prop

[Bug 61692] CGIServlet should handle additional HTTP methods, for example MKCALENDAR, MKCOL, PROPFIND, PROPPATCH

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot failure in on tomcat-7-trunk

2018-09-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1179 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

[Bug 62685] Changes to hostname parsing in HttpParser breaks hostname with trailing dot

2018-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62685 --- Comment #4 from AG --- Very much appreciate for the quick resolution. Will test it again once the new releases are out. -- You are receiving this mail because: You are the assignee for the bug.

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

2018-09-13 Thread Igal Sapir
On 9/13/2018 12:54 AM, Konstantin Kolinko wrote: 1. The version of Ant is already available as ${ant.version}. There is no need to call antversion task explicitly to get it. See built-in properties in Ant Manual http://ant.apache.org/manual-1.9.x/properties.html 2. This change can be mentioned

svn commit: r1840845 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread markt
Author: markt Date: Thu Sep 13 18:00:44 2018 New Revision: 1840845 URL: http://svn.apache.org/viewvc?rev=1840845&view=rev Log: Java 6 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.j

Re: svn commit: r1840845 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2018-09-13 Thread Violeta Georgieva
Mark На чт, 13.09.2018 г. в 21:00 ч. написа: > > Author: markt > Date: Thu Sep 13 18:00:44 2018 > New Revision: 1840845 > > URL: http://svn.apache.org/viewvc?rev=1840845&view=rev > Log: > Java 6 > > Modified: > tomcat/tc7.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java I just wan

buildbot success in on tomcat-7-trunk

2018-09-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1180 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1840851 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2018-09-13 Thread isapir
Author: isapir Date: Thu Sep 13 19:07:22 2018 New Revision: 1840851 URL: http://svn.apache.org/viewvc?rev=1840851&view=rev Log: Improved fail fast error message when Ant required version is not installed Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: t

svn commit: r1840853 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_91: ./ build.properties.default

2018-09-13 Thread violetagg
Author: violetagg Date: Thu Sep 13 19:19:39 2018 New Revision: 1840853 URL: http://svn.apache.org/viewvc?rev=1840853&view=rev Log: Tag 7.0.91 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_91/ (props changed) - copied from r1840851, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCA

svn commit: r29368 [1/2] - in /dev/tomcat/tomcat-7/v7.0.91: ./ bin/ bin/embed/ bin/extras/ src/

2018-09-13 Thread violetagg
Author: violetagg Date: Thu Sep 13 20:17:35 2018 New Revision: 29368 Log: Stage Tomcat 7.0.91 Added: dev/tomcat/tomcat-7/v7.0.91/ dev/tomcat/tomcat-7/v7.0.91/KEYS dev/tomcat/tomcat-7/v7.0.91/README.html dev/tomcat/tomcat-7/v7.0.91/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.91/bin/

svn commit: r29368 [2/2] - in /dev/tomcat/tomcat-7/v7.0.91: ./ bin/ bin/embed/ bin/extras/ src/

2018-09-13 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.91/bin/extras/tomcat-juli-adapters.jar.sha512 == --- dev/tomcat/tomcat-7/v7.0.91/bin/extras/tomcat-juli-adapters.jar.sha512 (added) +++ dev/tomcat/tomcat-7/v7.0.91/bin/extras/tomcat-juli-ada

[VOTE] Release Apache Tomcat 7.0.91

2018-09-13 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.91 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.91/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1195/ The svn tag is: http://svn.apache.org/

svn commit: r1840865 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-09-13 Thread violetagg
Author: violetagg Date: Thu Sep 13 20:33:12 2018 New Revision: 1840865 URL: http://svn.apache.org/viewvc?rev=1840865&view=rev Log: Increment version for next dev cycle Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default tomcat/

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

2018-09-13 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-test-nio has an issue affecting its community integration. Th

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

2018-09-13 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-test-nio2 has an issue affecting its community integration. T