[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #22 from Mark Thomas --- I've reworked this in trunk/9.0.x. Please test and provide feedback. Assuming there are no issues, I'll back-port this for the next set of releases. -- You are receiving this mail because: You are the assi

svn commit: r1759515 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 21:26:11 2016 New Revision: 1759515 URL: http://svn.apache.org/viewvc?rev=1759515&view=rev Log: Revert original fix for Bug 60013 Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java Modified: tomcat/trunk/java/org/apache/catalina/va

svn commit: r1759516 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/ test/org/apache/catalina/valves/rewrite/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 21:26:17 2016 New Revision: 1759516 URL: http://svn.apache.org/viewvc?rev=1759516&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Implement B and NE. Update unit tests to use B and/or NE where required. Also make minor modifications to align un

svn commit: r1759514 - in /tomcat/trunk/java/org/apache/catalina/valves/rewrite: RewriteRule.java RewriteValve.java

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 21:26:07 2016 New Revision: 1759514 URL: http://svn.apache.org/viewvc?rev=1759514&view=rev Log: Add configuration support (but no implementation) for 'B' flag (escape backreferences) Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteRule.java

svn commit: r1759513 - /tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 21:26:03 2016 New Revision: 1759513 URL: http://svn.apache.org/viewvc?rev=1759513&view=rev Log: Add new tests for Bug 60013 Modified: tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java Modified: tomcat/trunk/test/org/apache/catalina/val

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #21 from Mark Thomas --- After further investigation, httpd won't handle some of these cases either. Given that the intention is to mimic, as far as possible, httpd functionality then I am currently leaning towards a solution that d

Time for Tomcat 7.0.71

2016-09-06 Thread Violeta Georgieva
Hi, Tomorrow I'm planning to prepare Tomcat 7.0.71 for voting. If you want to include something in addition please reply here. Regards, Violeta

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #20 from Mark Thomas --- I've done some further digging and adding support for the 'B' flag looks like a better way to solve this since that is more closely aligned with httpd. Need to see if that is possible. -- You are receiving

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #19 from santhanapreeth...@gmail.com --- Created attachment 34209 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34209&action=edit testNonAsciiQueryStringAndRedirectPath failure trace -- You are receiving this mail because:

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #18 from santhanapreeth...@gmail.com --- Created attachment 34208 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34208&action=edit testNonAsciiQueryString failure trace -- You are receiving this mail because: You are the as

[Bug 60087] Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60087 --- Comment #2 from Shamil Bahirov --- Created attachment 34207 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34207&action=edit test war zip part 2 -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 60087] Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60087 --- Comment #1 from Shamil Bahirov --- Created attachment 34206 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34206&action=edit test war zip part 1 -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 60087] New: Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60087 Bug ID: 60087 Summary: Bouncy Castle in WEB-INF/lib not working on Tomcat 8 when unpackWars=false Product: Tomcat 8 Version: 8.0.37 Hardware: PC OS: All

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 Mark Thomas changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #16 from santhanapreeth...@gmail.com --- Created attachment 34205 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34205&action=edit Testcase for Redirect with QueryStrings Both cases testNonAsciiQueryString and testNonAsciiQu

[Bug 60013] Non-ASCII characters in querystring get mangled after URL Rewrite using RewriteValve

2016-09-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013 --- Comment #15 from santhanapreeth...@gmail.com --- I am testing the RewriteValve in the trunk after the issue fix. QueryStrings in the case of redirect are still not encoded. -- You are receiving this mail because: You are the assignee for t

Re: more protection around pauseNonContainerThread()?

2016-09-06 Thread Mark Thomas
On 06/09/2016 11:08, Romain Manni-Bucau wrote: > Hello guys, > > wonder if there is an estimated date for this fix to be included in a > release. I'm starting to gather the project dependencies we need for next > tomee release and tomcat is on the radar due to this one. Releases are roughly month

Re: more protection around pauseNonContainerThread()?

2016-09-06 Thread Romain Manni-Bucau
Hello guys, wonder if there is an estimated date for this fix to be included in a release. I'm starting to gather the project dependencies we need for next tomee release and tomcat is on the radar due to this one. Romain Manni-Bucau @rmannibucau | Blog

[ANN] Apache Tomcat 8.0.37 available

2016-09-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.37. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8.0 is an open source software implementation of the Java Servlet, JavaServer Pages, Java U

svn commit: r1759400 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 10:00:34 2016 New Revision: 1759400 URL: http://svn.apache.org/viewvc?rev=1759400&view=rev Log: Fix 8.5.x/8.0.x mix-up Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn

svn commit: r1759398 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:57:48 2016 New Revision: 1759398 URL: http://svn.apache.org/viewvc?rev=1759398&view=rev Log: Correct highlights for 8.0.x Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http

svn commit: r1759397 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:55:04 2016 New Revision: 1759397 URL: http://svn.apache.org/viewvc?rev=1759397&view=rev Log: Update release date Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

svn commit: r1759396 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:54:27 2016 New Revision: 1759396 URL: http://svn.apache.org/viewvc?rev=1759396&view=rev Log: Update site for 8.0.37 release (excluding docs) Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-80.html tomcat/site/trunk

svn commit: r1759395 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:53:05 2016 New Revision: 1759395 URL: http://svn.apache.org/viewvc?rev=1759395&view=rev Log: Update docs for 8.0.37 [This commit notification would consist of 73 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1759393 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:39:22 2016 New Revision: 1759393 URL: http://svn.apache.org/viewvc?rev=1759393&view=rev Log: Update release date Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

[ANN] Apache Tomcat 8.5.5 available

2016-09-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.5. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression La

svn commit: r1759391 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:26:04 2016 New Revision: 1759391 URL: http://svn.apache.org/viewvc?rev=1759391&view=rev Log: Update site for 8.5.5 release (excluding docs) Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/

svn commit: r1759387 - in /tomcat/site/trunk/docs/tomcat-8.5-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 09:20:06 2016 New Revision: 1759387 URL: http://svn.apache.org/viewvc?rev=1759387&view=rev Log: Update docs for 8.5.5 [This commit notification would consist of 73 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

buildbot success in on tomcat-trunk

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

[ANN] Apache Tomcat 9.0.0.M10 available

2016-09-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.0.M10. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.0.M10 is a milestone

svn commit: r1759384 - /tomcat/trunk/webapps/docs/changelog.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 08:47:44 2016 New Revision: 1759384 URL: http://svn.apache.org/viewvc?rev=1759384&view=rev Log: Update release date Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1759383 - in /tomcat/site/trunk: ./ docs/ xdocs/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 08:47:09 2016 New Revision: 1759383 URL: http://svn.apache.org/viewvc?rev=1759383&view=rev Log: Update site for 9.0.0.M10 release (excluding docs) Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-90.html tomcat/site/tr

svn commit: r1759380 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 08:44:04 2016 New Revision: 1759380 URL: http://svn.apache.org/viewvc?rev=1759380&view=rev Log: Update docs for 9.0.0.M10 [This commit notification would consist of 81 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r1759376 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 07:54:46 2016 New Revision: 1759376 URL: http://svn.apache.org/viewvc?rev=1759376&view=rev Log: ws police Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1759377 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-09-06 Thread markt
Author: markt Date: Tue Sep 6 07:54:58 2016 New Revision: 1759377 URL: http://svn.apache.org/viewvc?rev=1759377&view=rev Log: ws police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc