[Bug 59758] Add http proxy username-password credentials support for ClientEndpoint using system properties

2017-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59758 --- Comment #2 from J Fernandez --- Is this feature still needed? If so, I would like to work on it. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1808197 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/RpcChannel.java webapps/docs/changelog.xml

2017-09-12 Thread kfujino
Author: kfujino Date: Wed Sep 13 01:23:07 2017 New Revision: 1808197 URL: http://svn.apache.org/viewvc?rev=1808197&view=rev Log: Fix race condition of responseMap in RpcChannel. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java tomcat/tc7.0.x/trunk/webap

svn commit: r1808196 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/RpcChannel.java webapps/docs/changelog.xml

2017-09-12 Thread kfujino
Author: kfujino Date: Wed Sep 13 01:22:06 2017 New Revision: 1808196 URL: http://svn.apache.org/viewvc?rev=1808196&view=rev Log: Fix race condition of responseMap in RpcChannel. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java tomcat/tc8.0.x/trunk/webap

svn commit: r1808195 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/group/RpcChannel.java webapps/docs/changelog.xml

2017-09-12 Thread kfujino
Author: kfujino Date: Wed Sep 13 01:21:14 2017 New Revision: 1808195 URL: http://svn.apache.org/viewvc?rev=1808195&view=rev Log: Fix race condition of responseMap in RpcChannel. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java tomcat/tc8.5.x/trunk/webap

svn commit: r1808194 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/RpcChannel.java webapps/docs/changelog.xml

2017-09-12 Thread kfujino
Author: kfujino Date: Wed Sep 13 01:20:12 2017 New Revision: 1808194 URL: http://svn.apache.org/viewvc?rev=1808194&view=rev Log: Fix race condition of responseMap in RpcChannel. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java tomcat/trunk/webapps/docs/changelo

[Bug 61189] CGIServlet should be able to set specific environment variables

2017-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1808159 - in /tomcat/tc7.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java java/org/apache/catalina/servlets/LocalStrings.properties webapps/docs/cgi-howto.xml

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 20:24:39 2017 New Revision: 1808159 URL: http://svn.apache.org/viewvc?rev=1808159&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 Add the ability to set environment variables for individual CGI scripts. Based on a patch by jm009. Modified:

svn commit: r1808158 - in /tomcat/tc8.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java java/org/apache/catalina/servlets/LocalStrings.properties webapps/docs/cgi-howto.xml

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 20:23:12 2017 New Revision: 1808158 URL: http://svn.apache.org/viewvc?rev=1808158&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 Add the ability to set environment variables for individual CGI scripts. Based on a patch by jm009. Modified:

svn commit: r1808157 - in /tomcat/tc8.5.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java java/org/apache/catalina/servlets/LocalStrings.properties webapps/docs/cgi-howto.xml

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 20:21:40 2017 New Revision: 1808157 URL: http://svn.apache.org/viewvc?rev=1808157&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 Add the ability to set environment variables for individual CGI scripts. Based on a patch by jm009. Modified:

svn commit: r1808156 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java java/org/apache/catalina/servlets/LocalStrings.properties webapps/docs/cgi-howto.xml webapps/doc

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 20:20:36 2017 New Revision: 1808156 URL: http://svn.apache.org/viewvc?rev=1808156&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61189 Add the ability to set environment variables for individual CGI scripts. Based on a patch by jm009. Modified:

[Bug 61503] JarWarResourceSet finds META-INF/ jar entries that do not exist leading to FileNotFoundException

2017-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61503 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1808145 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/JarWarResourceSet.java java/org/apache/catalina/webresources/TomcatJarInputStream.java webapps/docs/changelog.

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 19:47:10 2017 New Revision: 1808145 URL: http://svn.apache.org/viewvc?rev=1808145&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61503 This corrects a potential regression in the fix for bug 60940 with an alternative solution that adds the JarEntry

svn commit: r1808117 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/JarWarResourceSet.java java/org/apache/catalina/webresources/TomcatJarInputStream.java webapps/docs/changelog.

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 13:55:09 2017 New Revision: 1808117 URL: http://svn.apache.org/viewvc?rev=1808117&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61503 This corrects a potential regression in the fix for bug 60940 with an alternative solution that adds the JarEntry

svn commit: r1808116 - in /tomcat/trunk: java/org/apache/catalina/webresources/JarWarResourceSet.java java/org/apache/catalina/webresources/TomcatJarInputStream.java webapps/docs/changelog.xml

2017-09-12 Thread markt
Author: markt Date: Tue Sep 12 13:54:01 2017 New Revision: 1808116 URL: http://svn.apache.org/viewvc?rev=1808116&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=61503 This corrects a potential regression in the fix for bug 60940 with an alternative solution that adds the JarE