[Bug 58375] Data races inside class org.apache.coyote.Response

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 Yilong Li changed: What|Removed |Added Summary|Data race on field |Data races inside class

[Bug 58375] Data races inside class org.apache.coyote.Response

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58375 --- Comment #1 from Yilong Li --- One more report on Response.commited: Data race on field org.apache.coyote.Response.commited: {{{ Concurrent read in thread T38 (locks held: {Monitor@c32a9c3}) > at org.apache.coyote.Response.isCommit

[Bug 58372] Data race on field org.apache.catalina.connector.OutputBuffer.suspended

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372 --- Comment #1 from Yilong Li --- One more report: Data race on field org.apache.catalina.connector.OutputBuffer.suspended: {{{ Concurrent write in thread T38 (locks held: {Monitor@c32a9c3}) > at org.apache.catalina.connector.OutputB

[Bug 58377] New: Data race on field org.apache.coyote.http11.AbstractHttp11Processor.keepAlive

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58377 Bug ID: 58377 Summary: Data race on field org.apache.coyote.http11.AbstractHttp11Processor.keepA live Product: Tomcat 8 Version: trunk Hardware: PC

[Bug 58378] New: Data race on field org.apache.catalina.connector.TestCoyoteAdapter$PathInfoServlet.pathInfo

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58378 Bug ID: 58378 Summary: Data race on field org.apache.catalina.connector.TestCoyoteAdapter$PathIn foServlet.pathInfo Product: Tomcat 8 Version: trunk H

[Bug 58379] New: Data race on field org.apache.coyote.AbstractProcessor.socketWrapper

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58379 Bug ID: 58379 Summary: Data race on field org.apache.coyote.AbstractProcessor.socketWrapper Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58380] New: Data race on field org.apache.catalina.session.StandardSession.maxInactiveInterval

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380 Bug ID: 58380 Summary: Data race on field org.apache.catalina.session.StandardSession.maxInactiv eInterval Product: Tomcat 8 Version: trunk Hardware:

[Bug 58366] No Binary distributions are actually available for download

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

svn commit: r1702630 - /tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 13:35:36 2015 New Revision: 1702630 URL: http://svn.apache.org/r1702630 Log: Correct spelling of property introduced with r1454125 Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomca

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1702631 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 13:47:12 2015 New Revision: 1702631 URL: http://svn.apache.org/r1702631 Log: Correct spelling of property upgrade.sos.canWrite.ise introduced probably by r1413239 Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.jav

svn commit: r1702632 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 13:51:38 2015 New Revision: 1702632 URL: http://svn.apache.org/r1702632 Log: Correct name of property uDecoder.urlDecode.missingDigit, which was probably a leftover of r1500934 Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Modified

svn commit: r1702633 - /tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 13:55:41 2015 New Revision: 1702633 URL: http://svn.apache.org/r1702633 Log: Correct name of property singleSignOn.debug.associateFail introduced with r1646723 Modified: tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties Modified

svn commit: r1702634 - in /tomcat/trunk/java/org/apache/catalina/valves: JDBCAccessLogValve.java LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 14:02:14 2015 New Revision: 1702634 URL: http://svn.apache.org/r1702634 Log: Add LocalStrings entry for jdbcAccessLogValve and correct its name. Modified: tomcat/trunk/java/org/apache/catalina/valves/JDBCAccessLogValve.java tomcat/trunk/java/org/apache

svn commit: r1702635 - /tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 14:07:46 2015 New Revision: 1702635 URL: http://svn.apache.org/r1702635 Log: Add LocalStrings entry for accessLogValve.writeFail which was introduced with r1393372 Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings.properties Modified: t

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-12 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/229 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1702636 - /tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 14:17:12 2015 New Revision: 1702636 URL: http://svn.apache.org/r1702636 Log: Re-add LocalStrings entry for property authenticator.unauthorized, which was probably mistakenly removed with r1702633 Modified: tomcat/trunk/java/org/apache/catalina/authenticat

svn commit: r1702637 - /tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 14:25:23 2015 New Revision: 1702637 URL: http://svn.apache.org/r1702637 Log: Add LocalStrings entry applicationContext.addListener.iae.init which was introduced in r905910. We could probably use ...iae.wrongType instead. Modified: tomcat/trunk/java/org/ap

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-12 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/233 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

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

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 14:50:32 2015 New Revision: 1702638 URL: http://svn.apache.org/r1702638 Log: Re-Add LocalStrings entry for property contextConfig.jarFile. The entry was removed with r887929, as at some log statements were changed to contextConfig.jndiUrl, but not all. Modif

svn commit: r1702640 - in /tomcat/trunk/java/org/apache/catalina/filters: ExpiresFilter.java LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 15:26:20 2015 New Revision: 1702640 URL: http://svn.apache.org/r1702640 Log: Add LocalStrings entries for a few log-messages, that came with the original patch in r964219. Added positional parameters to the placeholder. Modified: tomcat/trunk/java/org/apa

[Bug 58381] New: Data race inside non-thread-safe LinkedList org.apache.catalina.tribes.transport.nio.NioReceiver.events

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58381 Bug ID: 58381 Summary: Data race inside non-thread-safe LinkedList org.apache.catalina.tribes.transport.nio.NioReceiver.e vents Product: Tomcat 8 Version: trunk

[Bug 58372] Data race on field org.apache.catalina.connector.OutputBuffer.suspended

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58372 --- Comment #2 from Yilong Li --- Another race on OutputBuffer.closed: Data race on field org.apache.catalina.connector.OutputBuffer.closed: {{{ Concurrent write in thread T21 (locks held: {}) > at org.apache.catalina.connector.Output

[Bug 58382] New: Data race inside non-thread-safe HashMap org.apache.catalina.tribes.membership.Membership.map

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382 Bug ID: 58382 Summary: Data race inside non-thread-safe HashMap org.apache.catalina.tribes.membership.Membership.map Product: Tomcat 8 Version: trunk Hardware: PC

[Bug 58383] New: Data race inside non-thread-safe HashMap org.apache.catalina.tribes.transport.SenderState.memberStates

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58383 Bug ID: 58383 Summary: Data race inside non-thread-safe HashMap org.apache.catalina.tribes.transport.SenderState.membe rStates Product: Tomcat 8 Version: trunk

svn commit: r1702647 - /tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 16:07:52 2015 New Revision: 1702647 URL: http://svn.apache.org/r1702647 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

[Bug 58384] New: Data race on field org.apache.tomcat.websocket.WsWebSocketContainer.backgroundProcessCount

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58384 Bug ID: 58384 Summary: Data race on field org.apache.tomcat.websocket.WsWebSocketContainer.backg roundProcessCount Product: Tomcat 8 Version: trunk Ha

[Bug 58385] New: Data race on field org.apache.catalina.connector.Request.comet

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58385 Bug ID: 58385 Summary: Data race on field org.apache.catalina.connector.Request.comet Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58380] Data races inside org.apache.catalina.session.StandardSession

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380 Yilong Li changed: What|Removed |Added Summary|Data race on field |Data races inside |org.a

[Bug 58380] Data races inside org.apache.catalina.session.StandardSession

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58380 --- Comment #1 from Yilong Li --- Two more reports on StandardSession.isNew: Data race on field org.apache.catalina.session.StandardSession.isNew: {{{ Concurrent read in thread T1 (locks held: {Monitor@76187037, Monitor@76176512, Monitor@76

[Bug 58386] New: Data race on fields org.apache.catalina.tribes.io.ObjectReader.accessed & lastAccess

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58386 Bug ID: 58386 Summary: Data race on fields org.apache.catalina.tribes.io.ObjectReader.accessed & lastAccess Product: Tomcat 8 Version: trunk Hardware:

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-12 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/236 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

[Bug 58387] New: Data race on field org.apache.coyote.Request.hook

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58387 Bug ID: 58387 Summary: Data race on field org.apache.coyote.Request.hook Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: n

[Bug 58371] Data races on field org.apache.tomcat.util.buf.MessageBytes.hasStrValue & strValue

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371 Yilong Li changed: What|Removed |Added Summary|Data race on field |Data races on field |org

[Bug 58371] Data races on field org.apache.tomcat.util.buf.MessageBytes.hasStrValue & strValue

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58371 --- Comment #1 from Yilong Li --- One more report on field strValue: Data race on field org.apache.tomcat.util.buf.MessageBytes.strValue: {{{ Concurrent read in thread T20 (locks held: {Monitor@45a7152e}) > at org.apache.tomcat.util.b

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

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58388 Bug ID: 58388 Summary: Data race on field org.apache.coyote.RequestInfo.stage Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severi

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

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58389 Bug ID: 58389 Summary: Data race on field org.apache.tomcat.util.threads.TaskQueue.parent Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58390] New: Data race on field org.apache.tomcat.util.net.SocketWrapper.error

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58390 Bug ID: 58390 Summary: Data race on field org.apache.tomcat.util.net.SocketWrapper.error Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58391] New: Data races on field org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.started/view/suggestedView

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58391 Bug ID: 58391 Summary: Data races on field org.apache.catalina.tribes.group.interceptors.NonBlock ingCoordinator.started/view/suggestedView Product: Tomcat 8 Ve

[Bug 58392] New: Data race on field org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor.membership

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58392 Bug ID: 58392 Summary: Data race on field org.apache.catalina.tribes.group.interceptors.DomainFi lterInterceptor.membership Product: Tomcat 8 Version: trunk

[Bug 58382] Data races inside org.apache.catalina.tribes.membership.Membership

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382 Yilong Li changed: What|Removed |Added Summary|Data race inside|Data races inside |non-t

[Bug 58382] Data races inside org.apache.catalina.tribes.membership.Membership

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58382 --- Comment #1 from Yilong Li --- There are also many races on Membership.member: Data race on field org.apache.catalina.tribes.membership.Membership.members: {{{ Concurrent write in thread T66 (locks held: {Monitor@56b4bad2, Monitor@1a1491

[Bug 58366] No Binary distributions are actually available for download

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58366 --- Comment #2 from stho...@littler.com --- I did build from source using MS Blend for VS. I copied x86 settings to x64 and my .41 build runs like a charm on Win7 64bit IIS 7.5 - but does not run on windows 2012 IIS 8.5. Is there anything I sh

[Bug 58393] New: Data race on field org.apache.catalina.tribes.membership.McastService.listener

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58393 Bug ID: 58393 Summary: Data race on field org.apache.catalina.tribes.membership.McastService.lis tener Product: Tomcat 8 Version: trunk Hardware: PC

[Bug 58394] New: Data race on field org.apache.catalina.mapper.Mapper.hosts

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58394 Bug ID: 58394 Summary: Data race on field org.apache.catalina.mapper.Mapper.hosts Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Stat

[Bug 58395] New: Data races inside org.apache.catalina.tribes.membership.MemberImpl

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58395 Bug ID: 58395 Summary: Data races inside org.apache.catalina.tribes.membership.MemberImpl Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58396] New: Data race on field org.apache.tomcat.util.net.NioEndpoint$Poller.nextExpiration

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58396 Bug ID: 58396 Summary: Data race on field org.apache.tomcat.util.net.NioEndpoint$Poller.nextExpi ration Product: Tomcat 8 Version: trunk Hardware: PC

[Bug 58397] New: Data race on field org.apache.catalina.tribes.transport.nio.PooledParallelSender.connected

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58397 Bug ID: 58397 Summary: Data race on field org.apache.catalina.tribes.transport.nio.PooledParalle lSender.connected Product: Tomcat 8 Version: trunk Ha

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

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58398 Bug ID: 58398 Summary: Data race on field org.apache.catalina.util.LifecycleSupport.listeners Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58399] New: Data race on field org.apache.tomcat.util.buf.ByteChunk.charset

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58399 Bug ID: 58399 Summary: Data race on field org.apache.tomcat.util.buf.ByteChunk.charset Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux

[Bug 58400] New: Data race on field org.apache.tomcat.util.net.NioEndpoint$KeyAttachment.cometNotify

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58400 Bug ID: 58400 Summary: Data race on field org.apache.tomcat.util.net.NioEndpoint$KeyAttachment.c ometNotify Product: Tomcat 8 Version: trunk Hardware:

[Bug 58401] New: Potential data race inside the data array used in org.apache.catalina.tribes.io.ChannelData & org.apache.catalina.tribes.membership.MemberImpl

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58401 Bug ID: 58401 Summary: Potential data race inside the data array used in org.apache.catalina.tribes.io.ChannelData & org.apache.catalina.tribes.membership.MemberImpl Produ

[Bug 58401] Potential data race inside the data array used in org.apache.catalina.tribes.io.ChannelData & org.apache.catalina.tribes.membership.MemberImpl

2015-09-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58401 --- Comment #1 from Yilong Li --- A similar one: Data race on array element #14: {{{ Concurrent read in thread T239 (locks held: {Monitor@7e1eac7f}) > at org.apache.catalina.tribes.io.XByteBuffer.append(XByteBuffer.java:228) a

svn commit: r1702660 - /tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 18:45:30 2015 New Revision: 1702660 URL: http://svn.apache.org/r1702660 Log: Add LocalStrings entry for coyoteInputStream.nbNotready, which was added with r1519766 Modified: tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties Modified

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1702662 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 18:57:17 2015 New Revision: 1702662 URL: http://svn.apache.org/r1702662 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: r1702665 - /tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:01:10 2015 New Revision: 1702665 URL: http://svn.apache.org/r1702665 Log: Add LocalStrings entry for coyoteConnector.protocolHandlerStopFailed, which was added with r992890 Modified: tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properti

svn commit: r1702666 - /tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:11:16 2015 New Revision: 1702666 URL: http://svn.apache.org/r1702666 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

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-12 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/238 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1702668 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardContext.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:18:02 2015 New Revision: 1702668 URL: http://svn.apache.org/r1702668 Log: Add LocalStrings entry standardContext.resourcesStop and change usage of key standardContext.resources.started (which is missing in LocalStrings) to standardContext.resourcesStart (w

svn commit: r1702671 - /tomcat/trunk/java/org/apache/catalina/webresources/JarWarResource.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:27:38 2015 New Revision: 1702671 URL: http://svn.apache.org/r1702671 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: r1702672 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardService.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:39:56 2015 New Revision: 1702672 URL: http://svn.apache.org/r1702672 Log: Add LocalStrings entry standardService.connector.destroyFailed back in. It was removed in r1188313 as the entry was not used (with that spelling). Correct the spelling of used entry

svn commit: r1702673 - /tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:44:06 2015 New Revision: 1702673 URL: http://svn.apache.org/r1702673 Log: Add LocalStrings entry standardSession.getIdleTime.ise which was added with r1576582 Modified: tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties Modified: to

svn commit: r1702675 - /tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 19:56:27 2015 New Revision: 1702675 URL: http://svn.apache.org/r1702675 Log: Re-add LocalStrings entry endpoint.launch.fail (removed in r1594393) as it is still used in Nio2Endpoint Modified: tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.prope

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-12 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/242 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1702676 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 20:02:44 2015 New Revision: 1702676 URL: http://svn.apache.org/r1702676 Log: Use LocalStrings key endpoint.timeout.err instead of the missing entry endpoint.timeout.error Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: t

Remaining missing LocalStrings entries

2015-09-12 Thread Felix Schumacher
Hi all, I have one remaining LocalStrings entry, which I am unsure, what to do with. contextConfig.invalidSciHandlesTypes is missing, where contextConfig.invalidSci seems to be unused and not really fitting. Regards, Felix ---

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-12 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/243 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1702680 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-09-12 Thread fschumacher
Author: fschumacher Date: Sat Sep 12 20:21:35 2015 New Revision: 1702680 URL: http://svn.apache.org/r1702680 Log: Use LocalStrings entry wsWebSocketContainer.invalidSubProtocol added in r1446694. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: to

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-12 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/245 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-09-12 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-native-make has an issue affecting its community integration. This