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

2017-06-29 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-apr has an issue affecting its community integration. Th

dev@tomcat.apache.org

2017-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1800316 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/WebdavServlet.java java/org/apache/catalina/util/URLEncoder.java test/org/apache/catalina/util/TestURLEncoder.java

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:21:57 2017 New Revision: 1800316 URL: http://svn.apache.org/viewvc?rev=1800316&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 Correct a regression in 7.0.78 that broke WebDAV handling for resources with names that included a '&' character.

svn commit: r1800313 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/WebdavServlet.java java/org/apache/catalina/util/URLEncoder.java test/org/apache/catalina/util/TestURLEncoder.java

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:08:23 2017 New Revision: 1800313 URL: http://svn.apache.org/viewvc?rev=1800313&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 Correct a regression in 8.0.44 that broke WebDAV handling for resources with names that included a '&' character.

svn commit: r1800314 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/juli/FileHandler.java

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:08:48 2017 New Revision: 1800314 URL: http://svn.apache.org/viewvc?rev=1800314&view=rev Log: Refactor. It is more verbose but it stops Eclipse complaining about a possible NPE. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/or

Re: [VOTE] Release Apache Tomcat 8.0.45

2017-06-29 Thread Felix Schumacher
Am 26. Juni 2017 23:05:11 MESZ schrieb Violeta Georgieva : >The proposed Apache Tomcat 8.0.45 release is now available for voting. > >It can be obtained from: >https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.45/ >The Maven staging repo is: >https://repository.apache.org/content/reposi

svn commit: r1800312 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/juli/FileHandler.java

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:05:38 2017 New Revision: 1800312 URL: http://svn.apache.org/viewvc?rev=1800312&view=rev Log: Refactor. It is more verbose but it stops Eclipse complaining about a possible NPE. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/or

svn commit: r1800310 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/WebdavServlet.java java/org/apache/catalina/util/URLEncoder.java test/org/apache/catalina/util/TestURLEncoder.java

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:04:29 2017 New Revision: 1800310 URL: http://svn.apache.org/viewvc?rev=1800310&view=rev Log: Correct a regression in 8.5.15 that broke WebDAV handling for resources with names that included a '&' character. Added: tomcat/tc8.5.x/trunk/test/org/apache/catalin

svn commit: r1800309 - in /tomcat/trunk: java/org/apache/catalina/servlets/WebdavServlet.java java/org/apache/catalina/util/URLEncoder.java test/org/apache/catalina/util/TestURLEncoder.java webapps/do

2017-06-29 Thread markt
Author: markt Date: Thu Jun 29 20:02:59 2017 New Revision: 1800309 URL: http://svn.apache.org/viewvc?rev=1800309&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 Correct a regression in 9.0.0.M21 that broke WebDAV handling for resources with names that included a '&' charact

dev@tomcat.apache.org

2017-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 --- Comment #1 from Mark Thomas --- Thanks for the test case. I can repeat this locally. The problem was triggered by r1792460. Since '&' is a legal character in a URI, it is no longer encoded. However, '&' is not a legal character in XML so

dev@tomcat.apache.org

2017-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61229 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable -- You are recei