[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 saiya <1005136...@qq.com> changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving

[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 --- Comment #2 from saiya <1005136...@qq.com> --- Created attachment 36074 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36074=edit code 1.start web socket server and web socket client 2.debug break point on line 18

[Bug 62561] class-loader-howto.html does not mention server.loader and shared.loader from catalina.properties

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62561 --- Comment #5 from Mark Thomas --- The use cases are limited but arguably still valid. I think adding an advanced configuration (or similar) section to the end of the class loader page that replicates the info in the 5.5.x docs is the way to

[Bug 62600] Environment variable in shared.loader triggers warning

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62600 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62561] class-loader-howto.html does not mention server.loader and shared.loader from catalina.properties

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62561 --- Comment #4 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Konstantin Kolinko from comment #3) > See documentation of Tomcat 5.5 > http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html > > Nobody really needs those

[Bug 62561] class-loader-howto.html does not mention server.loader and shared.loader from catalina.properties

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62561 --- Comment #3 from Konstantin Kolinko --- See documentation of Tomcat 5.5 http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html Nobody really needs those class loaders. Use cases when they might be useful are rather limited. --

[Bug 62560] Add "oraclepki.jar" to tomcat.util.scan.StandardJarScanFilter.jarsToSkip

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62560 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1837556 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:44:15 2018 New Revision: 1837556 URL: http://svn.apache.org/viewvc?rev=1837556=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62560 jarsToSkip += oraclepki.jar Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1837555 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:43:22 2018 New Revision: 1837555 URL: http://svn.apache.org/viewvc?rev=1837555=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62560 jarsToSkip += oraclepki.jar Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1837554 - in /tomcat/trunk: conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:42:28 2018 New Revision: 1837554 URL: http://svn.apache.org/viewvc?rev=1837554=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62560 jarsToSkip += oraclepki.jar Modified: tomcat/trunk/conf/catalina.properties

[Bug 62559] Add "jaxb-*.jar" to tomcat.util.scan.StandardJarScanFilter.jarsToSkip

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62559 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1837553 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:38:14 2018 New Revision: 1837553 URL: http://svn.apache.org/viewvc?rev=1837553=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62559 jarsToSkip += jaxb-*.jar Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1837552 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:37:08 2018 New Revision: 1837552 URL: http://svn.apache.org/viewvc?rev=1837552=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62559 jarsToSkip += jaxb-*.jar Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1837551 - in /tomcat/trunk: conf/catalina.properties webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 19:35:50 2018 New Revision: 1837551 URL: http://svn.apache.org/viewvc?rev=1837551=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62559 jarsToSkip += jaxb-*.jar Modified: tomcat/trunk/conf/catalina.properties

Re: Timestamps in the manifests

2018-08-06 Thread Michael Osipov
Am 2018-08-06 um 20:24 schrieb Emmanuel Bourg: Hi all, We have 4 timestamps in the manifest of our jar files: DSTAMP: 20180806 TSTAMP: 1443 TODAY: August 6 2018 Bnd-LastModified: 1533578685288 Are they really necessary? This doesn't help making the generated files reproducible [1]. Any

Timestamps in the manifests

2018-08-06 Thread Emmanuel Bourg
Hi all, We have 4 timestamps in the manifest of our jar files: DSTAMP: 20180806 TSTAMP: 1443 TODAY: August 6 2018 Bnd-LastModified: 1533578685288 Are they really necessary? This doesn't help making the generated files reproducible [1]. Any objection to remove the DSTAMP, TSTAMP and TODAY

[Bug 62600] Environment variable in shared.loader triggers warning

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62600 Sachin Gorade changed: What|Removed |Added CC||sachin.gor...@gmail.com -- You are

[Bug 62600] New: Environment variable in shared.loader triggers warning

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62600 Bug ID: 62600 Summary: Environment variable in shared.loader triggers warning Product: Tomcat 8 Version: 8.0.37 Hardware: PC OS: Linux Status: NEW

[Bug 62561] class-loader-howto.html does not mention server.loader and shared.loader from catalina.properties

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62561 --- Comment #2 from Michael Osipov <1983-01...@gmx.net> --- (In reply to M. Manna from comment #1) > @Michael Osipov > > On catalina.properties the documentation should be sufficient for users to > understand. I don't agree because I would

buildbot success in on tomcat-trunk

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

svn commit: r1837535 - /tomcat/tc7.0.x/trunk/conf/catalina.properties

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 14:57:15 2018 New Revision: 1837535 URL: http://svn.apache.org/viewvc?rev=1837535=rev Log: One JAR per line, alphabetical order. While the previous groupings were logical, the logic wasn't obvious and adding a JAR was trickier than it needed to be. The new format

svn commit: r1837531 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/AsyncStateMachine.java

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 14:44:56 2018 New Revision: 1837531 URL: http://svn.apache.org/viewvc?rev=1837531=rev Log: Add some comments for the fix for CVE-2018-8037 Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1837530 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AsyncStateMachine.java

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 14:44:23 2018 New Revision: 1837530 URL: http://svn.apache.org/viewvc?rev=1837530=rev Log: Add some comments for the fix for CVE-2018-8037 Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java

Re: https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/tomcat-dbcp/9.0-SNAPSHOT

2018-08-06 Thread jean-frederic clere
On 06/08/18 16:34, Mark Thomas wrote: > On 06/08/18 15:26, jean-frederic clere wrote: >> Hi, >> >> I have a question about using those snapshots: How are they produced? > > The buidlbot jobs that run after every commit generate and upload them. > It is only configured for trunk and 8.5.x. It is

Re: https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/tomcat-dbcp/9.0-SNAPSHOT

2018-08-06 Thread Mark Thomas
On 06/08/18 15:26, jean-frederic clere wrote: > Hi, > > I have a question about using those snapshots: How are they produced? The buidlbot jobs that run after every commit generate and upload them. It is only configured for trunk and 8.5.x. It is not configured for 7.0.x. (I don't recall why.)

https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/tomcat-dbcp/9.0-SNAPSHOT

2018-08-06 Thread jean-frederic clere
Hi, I have a question about using those snapshots: How are they produced? -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

buildbot failure in on tomcat-trunk

2018-08-06 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3494 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1837524 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.properties

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 14:01:33 2018 New Revision: 1837524 URL: http://svn.apache.org/viewvc?rev=1837524=rev Log: One JAR per line, alphabetical order. While the previous groupings were logical, the logic wasn't obvious and adding a JAR was trickier than it needed to be. The new format

svn commit: r1837523 - /tomcat/trunk/conf/catalina.properties

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 14:01:07 2018 New Revision: 1837523 URL: http://svn.apache.org/viewvc?rev=1837523=rev Log: One JAR per line, alphabetical order. While the previous groupings were logical, the logic wasn't obvious and adding a JAR was trickier than it needed to be. The new format

[Bug 62547] JASPIC cleanSubject not called on logout for cached authentications

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62547 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1837522 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 13:36:21 2018 New Revision: 1837522 URL: http://svn.apache.org/viewvc?rev=1837522=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62547 JASPIC cleanSubject() was not called on logout when the authenticator was configured to cache the authenticated

[GitHub] tomcat pull request #116: Always store the authenticated Subject on the Requ...

2018-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/116 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1837520 - in /tomcat/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 13:35:41 2018 New Revision: 1837520 URL: http://svn.apache.org/viewvc?rev=1837520=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62547 JASPIC cleanSubject() was not called on logout when the authenticator was configured to cache the authenticated

[Bug 62561] class-loader-howto.html does not mention server.loader and shared.loader from catalina.properties

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62561 --- Comment #1 from M. Manna --- @Michael Osipov On catalina.properties the documentation should be sufficient for users to understand. @Mark Thomas Would you agree? -- You are receiving this mail because: You are the assignee for the

svn commit: r1837512 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 13:01:04 2018 New Revision: 1837512 URL: http://svn.apache.org/viewvc?rev=1837512=rev Log: Make logout more robust if the JASPIC subject is unexpectedly unavailable Modified: tomcat/tc8.5.x/trunk/ (props changed)

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

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 13:00:29 2018 New Revision: 1837511 URL: http://svn.apache.org/viewvc?rev=1837511=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1837510 - /tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

2018-08-06 Thread markt
Author: markt Date: Mon Aug 6 12:58:29 2018 New Revision: 1837510 URL: http://svn.apache.org/viewvc?rev=1837510=rev Log: Make logout more robust if the JASPIC subject is unexpectedly unavailable Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java Modified:

[Bug 62539] WsSession cannot be GC while send close message timeout

2018-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62539 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

svn commit: r1837497 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/StaticMembershipProvider.java

2018-08-06 Thread kfujino
Author: kfujino Date: Mon Aug 6 09:21:37 2018 New Revision: 1837497 URL: http://svn.apache.org/viewvc?rev=1837497=rev Log: Add SHUTDOWN_PAYLOAD on local member when stopping membership. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/StaticMembershipProvider.java