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

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

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

2015-09-13 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20150913/lib -Dtest.relaxTiming=true -Dcommons-daemon.

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

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

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

2015-09-13 Thread Bill Barker
pache-commons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

RE: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml

2015-09-13 Thread Caldarale, Charles R
> From: ma...@apache.org [mailto:ma...@apache.org] > Subject: svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: > java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml > --- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java > (original) > +++ tomcat/

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

2015-09-13 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150913.jar -Dcommons-d

[Bug 58398] Data race on field org.apache.catalina.util.LifecycleSupport.listeners

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58398 --- Comment #1 from Yilong Li --- This bug is detected by Coverity Scan as well. I dig into the history and it appears that this class was originally written with proper synchronization. Anyway, listeners + listenersLock looks like a home-made

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

2015-09-13 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

[Bug 58389] Data race on field org.apache.tomcat.util.threads.TaskQueue.parent

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58389 --- Comment #1 from Yilong Li --- Since TaskQueue extends LinkedBlockingQueue, I think it should be thread-safe internally. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 58388] Data race on field org.apache.coyote.RequestInfo.stage

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58388 --- Comment #1 from Yilong Li --- I don't know enough about the code here but shouldn't such "state" variable be declared as volatile or atomic to avoid memory visibility issues when altering state? -- You are receiving this mail because: You

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

2015-09-13 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

Re: RV-Predict bugs

2015-09-13 Thread Yilong Li
Sorry about the vague explanation. But the actual reasons are not the point here. The only thing matters is the Java memory model. And the article I refer to explain exactly why and how this can happen. I agree that such non-thread-safe lazy initialization rarely causes problem. But, guys, please

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

2015-09-13 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20150913-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150913.jar -Dcommons-d

[Bug 58368] Data race on field org.apache.catalina.core.ApplicationFilterFactory.factory

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

svn commit: r1702823 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationDispatcher.java java/org/apache/catalina/core/ApplicationFilterFactory.java java/org/apache/catalina/core/S

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 20:43:22 2015 New Revision: 1702823 URL: http://svn.apache.org/r1702823 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58368 Fix a rare data race in the code that obtains the ApplicationFilterFactory instance. Modified: tomcat/tc8.0.x/trunk/ (props c

[Bug 58367] Data race on field org.apache.tomcat.util.http.HttpMessages.st_200

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

svn commit: r1702822 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 20:38:52 2015 New Revision: 1702822 URL: http://svn.apache.org/r1702822 Log: Clean-up comments Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java U

svn commit: r1702821 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/http/HttpMessages.java webapps/docs/changelog.xml

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 20:36:40 2015 New Revision: 1702821 URL: http://svn.apache.org/r1702821 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58367 Fix a rare data race in the code the obtains the reason phrase for a given HTTP response code. Benchmarking shows no measurable perf

Re: RV-Predict bugs

2015-09-13 Thread Mark Thomas
On 13/09/2015 19:02, Rémy Maucherat wrote: > 2015-09-13 18:45 GMT+02:00 Mark Thomas : > >> Yilong, >> >> You need to be subscribed to the dev list in order to post to it. >> >> On 13/09/2015 14:08, Yilong Li wrote: >>> Hi Mark, >>> >>> On Sun, Sep 13, 2015 at 4:08 AM, Mark Thomas >>

Re: RV-Predict bugs

2015-09-13 Thread Mark Thomas
On 13/09/2015 18:02, Yilong Li wrote: > Hi Mark, > > Atomicity is just one aspect of concurrency. You have to take visibility > (i.e., when the effects of one thread can be seen by another) and > ordering (i.e., when actions in one thread can be seen to occur out of > order with respect to another

Re: RV-Predict bugs

2015-09-13 Thread Rémy Maucherat
2015-09-13 18:45 GMT+02:00 Mark Thomas : > Yilong, > > You need to be subscribed to the dev list in order to post to it. > > On 13/09/2015 14:08, Yilong Li wrote: > > Hi Mark, > > > > On Sun, Sep 13, 2015 at 4:08 AM, Mark Thomas > > wrote: > > > > Please do not add an

[Bug 58368] Data race on field org.apache.catalina.core.ApplicationFilterFactory.factory

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58368 --- Comment #1 from Mark Thomas --- I've simplified the code in trunk but I'm not yet convinced that this race condition will trigger anything worse than the creation of multiple ApplicationFilterFactory instances where the additional instances

svn commit: r1702795 - in /tomcat/trunk/java/org/apache/catalina/core: ApplicationDispatcher.java ApplicationFilterFactory.java StandardWrapperValve.java

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 16:57:06 2015 New Revision: 1702795 URL: http://svn.apache.org/r1702795 Log: Simplify ApplicationFilterFactory. It is a utility class so use static methods rather than going via a getInstance() method. Modified: tomcat/trunk/java/org/apache/catalina/core/Applic

Re: RV-Predict bugs

2015-09-13 Thread Mark Thomas
Yilong, You need to be subscribed to the dev list in order to post to it. On 13/09/2015 14:08, Yilong Li wrote: > Hi Mark, > > On Sun, Sep 13, 2015 at 4:08 AM, Mark Thomas > wrote: > > Please do not add any more RV-Predict bug reports to Bugzilla until the > cu

svn commit: r1702787 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 15:47:49 2015 New Revision: 1702787 URL: http://svn.apache.org/r1702787 Log: Javadoc improvements Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/HttpMessages.jav

Re: svn commit: r1702779 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/storeconfig/StoreLoader.java

2015-09-13 Thread Felix Schumacher
Am 13.09.2015 um 16:46 schrieb Konstantin Kolinko: 2015-09-13 17:09 GMT+03:00 : Author: fschumacher Date: Sun Sep 13 14:09:24 2015 New Revision: 1702779 URL: http://svn.apache.org/r1702779 Log: Javadocs. Convert xml fragment to {@code ... } and correct the xml example. Merge r1702778 from /to

Re: svn commit: r1702779 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/storeconfig/StoreLoader.java

2015-09-13 Thread Konstantin Kolinko
2015-09-13 17:09 GMT+03:00 : > Author: fschumacher > Date: Sun Sep 13 14:09:24 2015 > New Revision: 1702779 > > URL: http://svn.apache.org/r1702779 > Log: > Javadocs. Convert xml fragment to {@code ... } and correct the xml example. > > Merge r1702778 from /tomcat/trunk > > Modified: > tomcat/

svn commit: r1702779 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/storeconfig/StoreLoader.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 14:09:24 2015 New Revision: 1702779 URL: http://svn.apache.org/r1702779 Log: Javadocs. Convert xml fragment to {@code ... } and correct the xml example. Merge r1702778 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x

svn commit: r1702778 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 14:07:44 2015 New Revision: 1702778 URL: http://svn.apache.org/r1702778 Log: Javadocs. Convert xml fragment to {@code ... } and correct the xml example. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java Modified: tomcat/trunk/ja

[Bug 58405] Threadcount rises to the limit

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58405 --- Comment #3 from Milo --- Ok, the only thing I changed was upgrading to Tomcat 8.0.26 and so I thought in that direction. Sorry for the inconvenience and thanks for the answer. -- You are receiving this mail because: You are the assignee f

[Bug 58405] Threadcount rises to the limit

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58405 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1702777 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java java/org/apache/coyote/http11/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 13:36:11 2015 New Revision: 1702777 URL: http://svn.apache.org/r1702777 Log: Fix a TODO in passing Merge r1478857 from /tomcat/trunk Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Pr

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/81 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

[Bug 58405] Threadcount rises to the limit

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58405 --- Comment #1 from Milo --- Created attachment 33104 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33104&action=edit thread dump -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58405] New: Threadcount rises to the limit

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58405 Bug ID: 58405 Summary: Threadcount rises to the limit Product: Tomcat 8 Version: 8.0.26 Hardware: PC OS: Linux Status: NEW Severity: major Pri

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/248 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/80 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1702771 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm: LocalStrings.properties LocalStrings_es.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 12:25:50 2015 New Revision: 1702771 URL: http://svn.apache.org/r1702771 Log: Correct spelling of LocalStrings property combinedRealm.authFail(ed). Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/LocalStrings.properties tomcat/tc7.0.x/tru

[Bug 58404] New: Duplicate property definitions compile.[source|target] in build.properties.default and build.xml

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58404 Bug ID: 58404 Summary: Duplicate property definitions compile.[source|target] in build.properties.default and build.xml Product: Tomcat Native Version: unspecified Hardwa

svn commit: r1702769 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 12:17:37 2015 New Revision: 1702769 URL: http://svn.apache.org/r1702769 Log: Correct spelling of webXml in LocalStrings property webXml.unrecognisedPublicId Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/LocalStrings.properties Modified:

svn commit: r1702767 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 12:09:25 2015 New Revision: 1702767 URL: http://svn.apache.org/r1702767 Log: Re-add LocalStrings entry coyoteAdapter.service, which was removed too early with r1150864 Merge r1702766 from /tomcat/tc8.0.x/trunk Modified: tomcat/tc7.0.x/trunk/ (props cha

[Bug 58081] Incorrect Java version in README

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58081 --- Comment #1 from Sebb --- https://svn.apache.org/repos/asf/tomcat/native/trunk/README.txt To build the Java API. Note that Java 1.7 is required to build the Java API. https://svn.apache.org/repos/asf/tomcat/native/trunk/build.xml https:/

svn commit: r1702766 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 12:05:41 2015 New Revision: 1702766 URL: http://svn.apache.org/r1702766 Log: Re-add LocalStrings entry coyoteAdapter.service, which was removed too early with r1150864 Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/LocalStrings.propert

[Bug 58367] Data race on field org.apache.tomcat.util.http.HttpMessages.st_200

2015-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58367 --- Comment #1 from Mark Thomas --- Note: This code has been removed entirely for trunk. For 8.0.x and earlier this isn't an issue but it is probably worth reviewing to see if there is a cleaner/simpler (and thread-safe) solution we can use.

svn commit: r1702765 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/res/ weba

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 11:55:39 2015 New Revision: 1702765 URL: http://svn.apache.org/r1702765 Log: RFC 7230 states that clients should ignore reason phrases in HTTP/1.1 response messages. Since the reason phrase is optional, Tomcat no longer sends it. As a result the system property org

svn commit: r1702764 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:52:16 2015 New Revision: 1702764 URL: http://svn.apache.org/r1702764 Log: Re-add LocalStrings entry contextConfig.invalidSciHandlesTypes, which was mistakenly removed with r1345367. Merge r1702763 from /tomcat/tc8.0.x/trunk (merged r1702722 from /tomcat/tr

svn commit: r1702763 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:49:56 2015 New Revision: 1702763 URL: http://svn.apache.org/r1702763 Log: Re-add LocalStrings entry contextConfig.invalidSciHandlesTypes, which was mistakenly removed with r1345367. Merge r1702722 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (

svn commit: r1702761 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:48:32 2015 New Revision: 1702761 URL: http://svn.apache.org/r1702761 Log: Use LocalStrings entry wsWebSocketContainer.invalidSubProtocol added in r1446694. Merge r1702760 from /tomcat/tc8.0.x/trunk (merged r1702680 from /tomcat/trunk) Modified: tomcat

svn commit: r1702760 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:46:58 2015 New Revision: 1702760 URL: http://svn.apache.org/r1702760 Log: Use LocalStrings entry wsWebSocketContainer.invalidSubProtocol added in r1446694. Merge r1702680 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat

svn commit: r1702759 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:45:31 2015 New Revision: 1702759 URL: http://svn.apache.org/r1702759 Log: Use LocalStrings key endpoint.timeout.err instead of the missing entry endpoint.timeout.error Merge r1702758 from /tomcat/tc8.0.x/trunk (merged r1702676 from /tomcat/trunk) Modified

svn commit: r1702758 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:43:49 2015 New Revision: 1702758 URL: http://svn.apache.org/r1702758 Log: Use LocalStrings key endpoint.timeout.err instead of the missing entry endpoint.timeout.error Merge r1702676 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1702756 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/res/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:42:25 2015 New Revision: 1702756 URL: http://svn.apache.org/r1702756 Log: Re-add LocalStrings entry endpoint.launch.fail (removed in r1594393) as it is still used in JIoEndpoint Merge r1702754 from /tomcat/tc8.0.x/trunk (merged r1702675 from /tomcat/trunk)

svn commit: r1702754 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/res/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:40:30 2015 New Revision: 1702754 URL: http://svn.apache.org/r1702754 Log: Re-add LocalStrings entry endpoint.launch.fail (removed in r1594393) as it is still used in Nio2Endpoint Merge r1702675 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (pro

svn commit: r1702753 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:36:32 2015 New Revision: 1702753 URL: http://svn.apache.org/r1702753 Log: Add LocalStrings entry standardSession.getIdleTime.ise which was added with r1576582 Merge r1702673 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tom

svn commit: r1702752 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardService.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:35:04 2015 New Revision: 1702752 URL: http://svn.apache.org/r1702752 Log: Change standardService.connector.destroyfailed to ...destroyFailed. Merge r1702751 from /tomcat/tc8.0.x/trunk (merged r1702672 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/

svn commit: r1702751 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardService.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:31:37 2015 New Revision: 1702751 URL: http://svn.apache.org/r1702751 Log: Add LocalStrings entry standardService.connector.destroyFailed back in. It was removed in r1188313 as the entry was not used (with that spelling). Merge r1702672 from /tomcat/trunk M

svn commit: r1702750 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/JarWarResource.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:28:55 2015 New Revision: 1702750 URL: http://svn.apache.org/r1702750 Log: Replace usage of LocalStrings key fileResource.getInputStreamFail with jarResource.getInputStreamFail, as the first one is missing and the second one is already used for JarResource.

svn commit: r1702749 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardContext.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:27:00 2015 New Revision: 1702749 URL: http://svn.apache.org/r1702749 Log: Add LocalStrings entry standardContext.resourcesStop and change usage of key standardContext.resources.started (which is missing in LocalStrings) Merge r1702748 from /tomcat/tc8.0.x/

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/103 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1702748 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardContext.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:22:08 2015 New Revision: 1702748 URL: http://svn.apache.org/r1702748 Log: Add LocalStrings entry standardContext.resourcesStop and change usage of key standardContext.resources.started (which is missing in LocalStrings) Merge r1702668 from /tomcat/trunk M

svn commit: r1702746 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:19:09 2015 New Revision: 1702746 URL: http://svn.apache.org/r1702746 Log: Added LocalString entries for standardManager.loading.{cnfe,ioe}. They could probably be replaced by standardManager.loading.exception, as the exception#toString method does not add mu

Re: RV-Predict bugs

2015-09-13 Thread Felix Schumacher
Am 13.09.2015 um 13:08 schrieb Mark Thomas: Please do not add any more RV-Predict bug reports to Bugzilla until the current set have been evaluated. To be honest it would have been better if you had paused after adding 58367-58379. There are two primary issues with automated tools. 1. They can

svn commit: r1702745 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:12:02 2015 New Revision: 1702745 URL: http://svn.apache.org/r1702745 Log: Add LocalStrings entry for coyoteConnector.protocolHandlerStopFailed, which was added with r992890 Merge r1702744 from /tomcat/tc8.0.x/trunk (merged r1702665 from /tomcat/trunk) Mod

svn commit: r1702744 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:09:54 2015 New Revision: 1702744 URL: http://svn.apache.org/r1702744 Log: Add LocalStrings entry for coyoteConnector.protocolHandlerStopFailed, which was added with r992890 Merge r1702665 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props cha

RV-Predict bugs

2015-09-13 Thread Mark Thomas
Please do not add any more RV-Predict bug reports to Bugzilla until the current set have been evaluated. To be honest it would have been better if you had paused after adding 58367-58379. There are two primary issues with automated tools. 1. They can report false positives. Each report needs to b

svn commit: r1702743 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:08:16 2015 New Revision: 1702743 URL: http://svn.apache.org/r1702743 Log: Use LocalStrings entry endpoint.apr.pollError instead of string 'Unexpected poller error'. That entry seems to match quite well and has the two needed placeholders. The string was ad

svn commit: r1702742 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:03:48 2015 New Revision: 1702742 URL: http://svn.apache.org/r1702742 Log: Use LocalStrings entry endpoint.apr.pollError instead of string 'Unexpected poller error'. That entry seems to match quite well and has the two needed placeholders. The string was ad

svn commit: r1702741 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 11:00:42 2015 New Revision: 1702741 URL: http://svn.apache.org/r1702741 Log: Add LocalStrings entry for coyoteInputStream.nbNotready, which was added with r1519766 Merge r1702660 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) t

svn commit: r1702740 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ExpiresFilter.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:58:53 2015 New Revision: 1702740 URL: http://svn.apache.org/r1702740 Log: Javadoc changes. Use {@code ...} instead of That way < and > can be directly written as '<' and '>'. Use to keep the formatting of xml fragments and split a few lines to make t

svn commit: r1702739 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/ExpiresFilter.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:54:31 2015 New Revision: 1702739 URL: http://svn.apache.org/r1702739 Log: Javadoc changes. Use {@code ...} instead of That way < and > can be directly written as '<' and '>'. Use to keep the formatting of xml fragments and split a few lines to make t

svn commit: r1702738 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ExpiresFilter.java java/org/apache/catalina/filters/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:51:52 2015 New Revision: 1702738 URL: http://svn.apache.org/r1702738 Log: Add LocalStrings entries for a few log-messages, that came with the original patch in r964219. Added positional parameters to the placeholder. Merge r1702737 from /tomcat/tc8.0.x/tru

svn commit: r1702737 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/ExpiresFilter.java java/org/apache/catalina/filters/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:49:59 2015 New Revision: 1702737 URL: http://svn.apache.org/r1702737 Log: Add LocalStrings entries for a few log-messages, that came with the original patch in r964219. Added positional parameters to the placeholder. Merge r1702640 from /tomcat/trunk Modi

svn commit: r1702736 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:48:09 2015 New Revision: 1702736 URL: http://svn.apache.org/r1702736 Log: Re-Add LocalStrings entry for property contextConfig.jarFile. The entry was removed with r887929, as some log statements were changed to contextConfig.jndiUrl, but not all. Merge r17

svn commit: r1702735 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:43:54 2015 New Revision: 1702735 URL: http://svn.apache.org/r1702735 Log: Re-Add LocalStrings entry for property contextConfig.jarFile. The entry was removed with r887929, as some log statements were changed to contextConfig.jndiUrl, but not all. Merge r17

svn commit: r1702734 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:41:29 2015 New Revision: 1702734 URL: http://svn.apache.org/r1702734 Log: Add LocalStrings entry applicationContext.addListener.iae.init which was introduced in r905910. We could probably use ...iae.wrongType instead. Merge r1702733 from /tomcat/tc8.0.x/tr

svn commit: r1702733 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:39:40 2015 New Revision: 1702733 URL: http://svn.apache.org/r1702733 Log: Add LocalStrings entry applicationContext.addListener.iae.init which was introduced in r905910. We could probably use ...iae.wrongType instead. Merge r1702637 from /tomcat/trunk Mod

svn commit: r1702732 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:35:36 2015 New Revision: 1702732 URL: http://svn.apache.org/r1702732 Log: Add LocalStrings entry for accessLogValve.writeFail which was introduced with r1393372 Merge r1702635 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) to

svn commit: r1702731 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/JDBCAccessLogValve.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:33:34 2015 New Revision: 1702731 URL: http://svn.apache.org/r1702731 Log: Correct property name jdbcAccessLogValve.close. Merge r1702730 from /tomcat/tc8.0.x/trunk (merged r1702634 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1702730 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/JDBCAccessLogValve.java java/org/apache/catalina/valves/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:29:27 2015 New Revision: 1702730 URL: http://svn.apache.org/r1702730 Log: Add LocalStrings entry for jdbcAccessLogValve and correct its name. Merge r1702634 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/j

svn commit: r1702729 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:27:12 2015 New Revision: 1702729 URL: http://svn.apache.org/r1702729 Log: Correct name of property singleSignOn.debug.associateFail introduced with r1646723 Merge r1702728 from /tomcat/tc8.0.x/trunk (merged r1702633 from /tomcat/trunk) Modified: tomca

svn commit: r1702728 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/authenticator/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:24:37 2015 New Revision: 1702728 URL: http://svn.apache.org/r1702728 Log: Correct name of property singleSignOn.debug.associateFail introduced with r1646723 Merge r1702633 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomca

svn commit: r1702727 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UDecoder.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:21:47 2015 New Revision: 1702727 URL: http://svn.apache.org/r1702727 Log: Correct name of property uDecoder.urlDecode.missingDigit, which was probably a leftover of r1500934 Merge r1702632 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props ch

svn commit: r1702726 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:18:56 2015 New Revision: 1702726 URL: http://svn.apache.org/r1702726 Log: Correct spelling of property upgrade.sos.canWrite.ise introduced probably by r1413239 Merge r1702725 from /tomcat/tc8.0.x/trunk (merged r1702631 from /tomcat/trunk) Modified: to

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/247 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1702725 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:16:27 2015 New Revision: 1702725 URL: http://svn.apache.org/r1702725 Log: Correct spelling of property upgrade.sos.canWrite.ise introduced probably by r1413239 Merged r1702631 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) t

svn commit: r1702724 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:11:38 2015 New Revision: 1702724 URL: http://svn.apache.org/r1702724 Log: Correct spelling of property introduced with r1454125 Merged r1702723 from /tomcat/tc8.0.x/trunk (merged r1702630 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props cha

svn commit: r1702723 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:08:13 2015 New Revision: 1702723 URL: http://svn.apache.org/r1702723 Log: Correct spelling of property introduced with r1454125 Merged r1702630 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apac

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/246 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1702722 - /tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties

2015-09-13 Thread fschumacher
Author: fschumacher Date: Sun Sep 13 10:02:43 2015 New Revision: 1702722 URL: http://svn.apache.org/r1702722 Log: Re-add LocalStrings entry contextConfig.invalidSciHandlesTypes, which was mistakenly removed with r1345367. Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.p

svn commit: r1702719 - /tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java

2015-09-13 Thread markt
Author: markt Date: Sun Sep 13 09:48:46 2015 New Revision: 1702719 URL: http://svn.apache.org/r1702719 Log: Javadoc improvements Modified: tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/HttpMessages.java URL: http://sv

Re: Remaining missing LocalStrings entries

2015-09-13 Thread Mark Thomas
On 12/09/2015 21:09, Felix Schumacher wrote: > Hi all, > > I have one remaining LocalStrings entry, which I am unsure, what to do > with. > > contextConfig.invalidSciHandlesTypes is missing, where This was removed by mistake in r1345367 It should be: contextConfig.invalidSciHandlesTypes=Unable

Bug report for Tomcat Connectors [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2015/09/13]

2015-09-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned