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

2015-03-18 Thread Bill Barker
ump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201503

svn commit: r1667468 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-03-18 Thread remm
Author: remm Date: Wed Mar 18 08:28:30 2015 New Revision: 1667468 URL: http://svn.apache.org/r1667468 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1667468&r1=1667467&r2=16

[Bug 57718] None of the ciphers specified are supported by the SSL engine

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57718 --- Comment #2 from Chandu --- Hi I have a small question here 1. When we were using tomcat 7.0.29 , This same set of ciphers use to work. I guess it was using default ciphers if none of the ciphers is supported. I have upgraded tomcat to 7.0.

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

2015-03-18 Thread Bill Barker
jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201503

[Bug 57708] [Patch] Authentication by reverse proxy, authorization by Tomcat

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 --- Comment #4 from Mark Thomas --- I did look at this yesterday and I got as far as having something ready to commit but I'm not entirely happy with. The question is where to do the authorization. If authorization is done in the CoyoteAdapto

svn commit: r1667496 - in /tomcat/trunk/java/org/apache/catalina/authenticator: AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java SSLAuthenticator.java Spn

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 11:05:29 2015 New Revision: 1667496 URL: http://svn.apache.org/r1667496 Log: Revert r1667314. I discovered I need this for the fix for BZ 57708 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java tomcat/trunk/java/org/apache/

svn commit: r1667500 - in /tomcat/trunk/java/org/apache: catalina/authenticator/ catalina/connector/ catalina/core/ catalina/realm/ catalina/storeconfig/ catalina/util/ jasper/servlet/ tomcat/util/des

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 11:08:56 2015 New Revision: 1667500 URL: http://svn.apache.org/r1667500 Log: Global search and replace: return (true); -> return true; return (false); -> return false; It won't catch all the unnecessary use if () but it is a good start. Modified: tomcat/trunk/ja

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2015-03-18 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1667513 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java

2015-03-18 Thread rjung
Author: rjung Date: Wed Mar 18 11:51:40 2015 New Revision: 1667513 URL: http://svn.apache.org/r1667513 Log: Hopefully fixed timing issue in TestStuckThreadDetectionValve when the test is run on ASF buildbot... Backport of r1596971 from trunk/tc8. Modified: tomcat/tc7.0.x/trunk/ (props chan

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

2015-03-18 Thread Bill Barker
ump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-201503

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-03-18 Thread Bill Barker
tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat

[Bug 57718] None of the ciphers specified are supported by the SSL engine

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57718 --- Comment #3 from Chuck Caldarale --- What part of the following did you not understand? "Bugzilla is not a support forum. If you have any further questions, they belong on the users mailing list." -- You are receiving this mail because: Y

svn commit: r1667546 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apache/coyote/ j

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 13:31:00 2015 New Revision: 1667546 URL: http://svn.apache.org/r1667546 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Implement a new feature for AJP connectors - Tomcat Authorization If configured (it is disabled by default) Tomcat will take an authe

[Bug 57708] [Patch] Authentication by reverse proxy, authorization by Tomcat

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Mark Thomas changed: What|Removed |Added Product|Tomcat 9|Tomcat 8 Version|unspecified

svn propchange: r1667546 - svn:log

2015-03-18 Thread markt
Author: markt Revision: 1667546 Modified property: svn:log Modified: svn:log at Wed Mar 18 13:35:35 2015 -- --- svn:log (original) +++ svn:log Wed Mar 18 13:35:35 2015 @@ -1,3 +1,4 @@ Fix https://bz.apache.org/bugzilla/sh

svn commit: r1667553 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/ webapps/docs/

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 13:52:32 2015 New Revision: 1667553 URL: http://svn.apache.org/r1667553 Log: Pull up common code from the authenticate() method to reduce duplication. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/authentica

Test for BZ 57621 fails sporadically

2015-03-18 Thread Rainer Jung
Just a heads up: Trunk, TC 8 and TC 7 fail on Gump for various connectors sporadically at Testcase: testBug57621 took 3.145 sec FAILED null junit.framework.AssertionFailedError at org.apache.coyote.http11.TestAbstractHttp11Processor.testBug57621(TestAbstractHttp11Processor.java:

svn commit: r1667554 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 13:53:46 2015 New Revision: 1667554 URL: http://svn.apache.org/r1667554 Log: Refactor the non-login authenticator to align it with the other authenticators. There is never any need to create a session and set a Principal for this authenticator. Either the user princ

svn commit: r1667555 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 13:54:52 2015 New Revision: 1667555 URL: http://svn.apache.org/r1667555 Log: Pull out connector authentication calls into a separate method. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapt

[Bug 57718] None of the ciphers specified are supported by the SSL engine

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57718 --- Comment #4 from Chandu --- Hi 1. When we were using tomcat 7.0.29 , This same set of ciphers use to work. I have upgraded tomcat to 7.0.59 and now I am not able to establish socket connection. Because I am getting Warning as "none of th

svn commit: r1667558 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apach

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 14:19:14 2015 New Revision: 1667558 URL: http://svn.apache.org/r1667558 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Implement a new feature for AJP connectors - Tomcat Authorization If configured (it is disabled by default) Tomcat will take an authe

[Bug 57708] [Patch] Authentication by reverse proxy, authorization by Tomcat

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Mark Thomas changed: What|Removed |Added Product|Tomcat 8|Tomcat 7 Component|Catalina

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

2015-03-18 Thread kkolinko
Author: kkolinko Date: Wed Mar 18 14:27:58 2015 New Revision: 1667560 URL: http://svn.apache.org/r1667560 Log: Fix trailing whitespace, as warned by checkstyle Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn

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

2015-03-18 Thread rjung
Author: rjung Date: Wed Mar 18 14:40:37 2015 New Revision: 1667562 URL: http://svn.apache.org/r1667562 Log: Salty slat. 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/tomcat/tc8.0.x/trunk/

[Bug 57708] [Patch] Authentication by reverse proxy, authorization by Tomcat

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 --- Comment #7 from Graham Leggett --- Thanks for this. We backported all the way back to v7.0.x, as we're forced to use that by support contracts on various software, such as Jira and Confluence. -- You are receiving this mail because: You

svn commit: r1667565 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 14:50:43 2015 New Revision: 1667565 URL: http://svn.apache.org/r1667565 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=56608 Watched resources should be tracked if they are expected to exist even if they don't exist when the Context starts Also prevent mult

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56608 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57724] New: CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Bug ID: 57724 Summary: CorsFilter does not work correctly if the "origin" has the same value with the "host" Product: Tomcat 7 Version: 7.0.57 Hardware: PC St

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 --- Comment #1 from Jack Zhang --- Created attachment 32585 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32585&action=edit 20150318075625.jpg -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1667571 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/valves/ExtendedAccessLogValve.java test/org/apache/catalina/valves/TestExtendedAccessLogValve.java webapps/docs/

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 15:11:26 2015 New Revision: 1667571 URL: http://svn.apache.org/r1667571 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Correctly quote strings when using the extended access log Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/valves/TestExte

[Bug 57675] ExtendedAccessLogValve quoting problems

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57703] Update http-methodType definition in web-app_2_5.xsd according with Servlet 2.5 mrel2

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57703 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1667572 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/javax/servlet/resources/web-app_2_5.xsd webapps/docs/changelog.xml

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 15:12:44 2015 New Revision: 1667572 URL: http://svn.apache.org/r1667572 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57703 Update http-method definition as per Servlet 2.5 MR6 Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/

[Bug 57609] Tomcat 7.0.47 crashes with error code 610 038

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57609 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Mark Thomas changed: What|Removed |Added OS||All Resolution|---

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Jack Zhang changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

Re: WAR FileSystem for fast nested JAR access?

2015-03-18 Thread Jeremy Boynes
On Mar 17, 2015, at 9:01 AM, Christopher Schultz wrote: > > Jeremy, > > On 3/17/15 2:39 AM, Jeremy Boynes wrote: >> On Mar 7, 2015, at 10:13 AM, Jeremy Boynes wrote: >>> >>> On Mar 6, 2015, at 7:43 AM, Mark Thomas wrote: Interesting. The deciding factor for me will be performance. Keep

[Bug 57700] Exception in a LifecycleListener on Context makes webapp unreachable in spite of subsequent successful startups

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57700 --- Comment #3 from Mark Thomas --- I can confirm that this does not affect 8.0.x or trunk. -- You are receiving this mail because: You are the assignee for the bug. - To un

svn commit: r1667607 - in /tomcat/site/trunk: docs/taglibs.html xdocs/taglibs.xml

2015-03-18 Thread kpreisser
Author: kpreisser Date: Wed Mar 18 20:05:24 2015 New Revision: 1667607 URL: http://svn.apache.org/r1667607 Log: Follow-Up to r1667455: Fix invalid HTML markup ( inside of ). Modified: tomcat/site/trunk/docs/taglibs.html tomcat/site/trunk/xdocs/taglibs.xml Modified: tomcat/site/trunk/docs

svn commit: r1667608 - /tomcat/site/trunk/docs/taglibs.html

2015-03-18 Thread kpreisser
Author: kpreisser Date: Wed Mar 18 20:10:15 2015 New Revision: 1667608 URL: http://svn.apache.org/r1667608 Log: Fix svn:eol-style=native (sorry for the noise). Modified: tomcat/site/trunk/docs/taglibs.html (contents, props changed) Modified: tomcat/site/trunk/docs/taglibs.html URL: http:/

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 --- Comment #4 from Mark Thomas --- Fair enough. We'll have to check the host header (or equivalent) and compare it to the origin. I'm working on a patch and should have something soon. -- You are receiving this mail because: You are the assi

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-03-18 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexamples.sources.skip=

svn commit: r1667615 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterHttpServletRequest

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:13:48 2015 New Revision: 1667615 URL: http://svn.apache.org/r1667615 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Handle the case where the UA provides an Origin header for a non-CORS request. Modified: tomcat/trunk/java/org/apache/catalina/f

svn commit: r1667617 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterHttpSer

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:16:26 2015 New Revision: 1667617 URL: http://svn.apache.org/r1667617 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Handle the case where the UA provides an Origin header for a non-CORS request. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1667618 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterHttpSer

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:17:51 2015 New Revision: 1667618 URL: http://svn.apache.org/r1667618 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Handle the case where the UA provides an Origin header for a non-CORS request. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1667619 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ webapps/docs/

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:28:09 2015 New Revision: 1667619 URL: http://svn.apache.org/r1667619 Log: Pull up common code from the authenticate() method to reduce duplication. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authentica

svn commit: r1667621 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:29:05 2015 New Revision: 1667621 URL: http://svn.apache.org/r1667621 Log: Refactor the non-login authenticator to align it with the other authenticators. There is never any need to create a session and set a Principal for this authenticator. Either the user princ

svn commit: r1667622 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:30:15 2015 New Revision: 1667622 URL: http://svn.apache.org/r1667622 Log: Pull out connector authentication calls into a separate method. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapt

[Bug 57708] [Patch] Authentication by reverse proxy, authorization by Tomcat

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1667625 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apach

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:38:31 2015 New Revision: 1667625 URL: http://svn.apache.org/r1667625 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 Implement a new feature for AJP connectors - Tomcat Authorization If configured (it is disabled by default) Tomcat will take an authe

[Bug 57706] Documentation for tomcatAuthentication too vague: confusion over authentication and authorization

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57706 Mark Thomas changed: What|Removed |Added Product|Tomcat 7|Tomcat 6 Component|Documentatio

[Bug 57706] Documentation for tomcatAuthentication too vague: confusion over authentication and authorization

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57706 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1667627 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/ajp.xml

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 21:47:44 2015 New Revision: 1667627 URL: http://svn.apache.org/r1667627 Log: CTR: Docs Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57706 Clarify the documentation for the AJP connector to make clearer that when using tomcatAuthentication="false" the user prov

Re: Impossible branch in o.a.t.websocket.server.WsServerContainer.addEndpoint

2015-03-18 Thread Christopher Schultz
Mark, On 3/17/15 4:25 PM, Mark Thomas wrote: >>> On 3/9/15 12:19 PM, Christopher Schultz wrote: All, I was looking at https://bz.apache.org/bugzilla/show_bug.cgi?id=57676 (a simple proposed patch to improve an error message) and I was trying to figure out what to do with a

Re: Test for BZ 57621 fails sporadically

2015-03-18 Thread Mark Thomas
On 18/03/2015 13:52, Rainer Jung wrote: > Just a heads up: Trunk, TC 8 and TC 7 fail on Gump for various > connectors sporadically at > > Testcase: testBug57621 took 3.145 sec > FAILED > null > junit.framework.AssertionFailedError > at > org.apache.coyote.http11.TestAbstractHttp11P

[Bug 57724] CorsFilter does not work correctly if the "origin" has the same value with the "host"

2015-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57724 --- Comment #6 from Jack Zhang --- (In reply to Mark Thomas from comment #5) > Fixed in trunk, 8.0.x for 8.0.21 onwards and 7.0.x for 7.0.60 onwards. Great, thanks. -- You are receiving this mail because: You are the assignee for the bug. -

Re: svn commit: r1667546 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apache/coyot

2015-03-18 Thread Christopher Schultz
Mark, On 3/18/15 9:31 AM, ma...@apache.org wrote: > Author: markt > Date: Wed Mar 18 13:31:00 2015 > New Revision: 1667546 > > URL: http://svn.apache.org/r1667546 > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 > Implement a new feature for AJP connectors - Tomcat Authorization

Re: svn commit: r1667546 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apache/coyot

2015-03-18 Thread Mark Thomas
On 18/03/2015 21:52, Christopher Schultz wrote: > Mark, > > On 3/18/15 9:31 AM, ma...@apache.org wrote: >> Author: markt >> Date: Wed Mar 18 13:31:00 2015 >> New Revision: 1667546 >> >> URL: http://svn.apache.org/r1667546 >> Log: >> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57708 >> Imple

svn commit: r1667630 - /tomcat/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:02:05 2015 New Revision: 1667630 URL: http://svn.apache.org/r1667630 Log: Fix NPE in tests Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java Modified: tomcat/trunk/test/org/apache/catalina/authenticator

svn commit: r1667633 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:02:46 2015 New Revision: 1667633 URL: http://svn.apache.org/r1667633 Log: Fix NPE Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java Propchange: tomcat/

svn commit: r1667634 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:03:13 2015 New Revision: 1667634 URL: http://svn.apache.org/r1667634 Log: Fix NPE Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java Propchange: tomcat/

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-03-18 Thread Bill Barker
rkspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexampl

svn commit: r1667636 - /tomcat/trunk/java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:24:29 2015 New Revision: 1667636 URL: http://svn.apache.org/r1667636 Log: Fix broken unit test. Restore saving of Principal for non-login case. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/NonLoginAuthenticator.java Modified: tomcat/trunk/

svn commit: r1667637 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:25:36 2015 New Revision: 1667637 URL: http://svn.apache.org/r1667637 Log: Fix broken unit test. Restore saving of Principal for non-login case. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/authenticator/

svn commit: r1667639 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2015-03-18 Thread markt
Author: markt Date: Wed Mar 18 22:31:05 2015 New Revision: 1667639 URL: http://svn.apache.org/r1667639 Log: Fix broken unit test. Restore saving of Principal for non-login case. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/

Re: Test for BZ 57621 fails sporadically

2015-03-18 Thread Rainer Jung
Am 18.03.2015 um 22:50 schrieb Mark Thomas: On 18/03/2015 13:52, Rainer Jung wrote: Just a heads up: Trunk, TC 8 and TC 7 fail on Gump for various connectors sporadically at Testcase: testBug57621 took 3.145 sec FAILED null junit.framework.AssertionFailedError at org.apache.co

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-03-18 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexampl

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-03-18 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150318-native-src.tar.gz -Dexampl