[tomcat] branch master updated: Expand temporary default source to cover URIs

2019-12-16 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 0f60790 Expand temporary default source to cover

[Bug 64006] MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64006 --- Comment #3 from Remy Maucherat --- Yes, your code posted above will work again. -- You are receiving this mail because: You are the assignee for the bug. - To

Re: [VOTE] Release Apache Tomcat 7.0.99

2019-12-16 Thread Violeta Georgieva
На ср, 11.12.2019 г. в 15:51 Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.99 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.99/ > The Maven staging repo is: >

[Bug 64007] New: a deadlock with Poller run and cancelledKey

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64007 Bug ID: 64007 Summary: a deadlock with Poller run and cancelledKey Product: Tomcat 9 Version: 9.0.26 Hardware: PC OS: Linux Status: NEW Severity:

[tomcat] branch master updated: Avoid possibly useless environment restore in JNDI realm

2019-12-16 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5ee1573 Avoid possibly useless environment

buildbot failure in on tomcat-trunk

2019-12-16 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4826 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[Bug 64006] New: MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64006 Bug ID: 64006 Summary: MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource Product: Tomcat 9 Version: 9.0.14 Hardware: PC

[tomcat] branch 8.5.x updated: Avoid possibly useless environment restore in JNDI realm

2019-12-16 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 41f5e47 Avoid possibly useless environment restore

[tomcat] branch 7.0.x updated: Avoid possibly useless environment restore in JNDI realm

2019-12-16 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new cdb7961 Avoid possibly useless environment restore

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Remy

[tomcat] branch master updated: BZ64006: Provide default configuration source that "works"

2019-12-16 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new f09d395 BZ64006: Provide default configuration

buildbot success in on tomcat-trunk

2019-12-16 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4827 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[Bug 64006] MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64006 Brett Randall changed: What|Removed |Added CC||javabr...@gmail.com -- You are

[Bug 64006] MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64006 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Fix TLS config corruption via deprecated attributes

2019-12-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d035de3 Fix TLS config corruption via deprecated

[tomcat] branch master updated: Fix TLS config corruption via deprecated attributes

2019-12-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new bbf0d08 Fix TLS config corruption via

Re: Proposed plan for Tomcat 10

2019-12-16 Thread Rémy Maucherat
On Mon, Dec 16, 2019 at 5:38 PM Mark Thomas wrote: > On 16/12/2019 15:37, Rémy Maucherat wrote: > > > > > Do you plan to create the 9.10 branch at the same time ? If you don't > > create it immediately to keep it in sync with 10, it would need to be > > recreated later using a jakarta->javax

Re: Proposed plan for Tomcat 10

2019-12-16 Thread Rémy Maucherat
On Mon, Dec 16, 2019 at 4:03 PM Mark Thomas wrote: > Hi, > > First of all an update. > > I have a first pass of the javax.* -> jakarta.* migration tool > implemented. I have used it to convert the JSTL JARs used by Tomcat's > example web application and by the unit tests. The unit tests now all

Re: Proposed plan for Tomcat 10

2019-12-16 Thread Rémy Maucherat
On Mon, Dec 16, 2019 at 4:03 PM Mark Thomas wrote: > Hi, > > First of all an update. > > I have a first pass of the javax.* -> jakarta.* migration tool > implemented. I have used it to convert the JSTL JARs used by Tomcat's > example web application and by the unit tests. The unit tests now all

Re: JDK 14 enters Rampdown Phase One

2019-12-16 Thread Mark Thomas
On 14/12/2019 16:48, Rory O'Donnell wrote: > > Hi Mark,   > > *Per the JDK 14 schedule , we are now in Rampdown Phase One* > > *Please advise if you have found any issues while testing the latest > Early Access build. Rory, The addition of java.lang.Record triggered as unit test failure (as

[tomcat] branch 8.5.x updated: Update optimisation for java.lang.Record added in Java 14

2019-12-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 4dfb30b Update optimisation for java.lang.Record

Proposed plan for Tomcat 10

2019-12-16 Thread Mark Thomas
Hi, First of all an update. I have a first pass of the javax.* -> jakarta.* migration tool implemented. I have used it to convert the JSTL JARs used by Tomcat's example web application and by the unit tests. The unit tests now all pass. I have updated my "jakarta" branch [1] to include these

[tomcat] branch master updated: Update optimisation for java.lang.Record added in Java 14

2019-12-16 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a71c379 Update optimisation for

Re: Proposed plan for Tomcat 10

2019-12-16 Thread Mark Thomas
On 16/12/2019 15:37, Rémy Maucherat wrote: > Do you plan to create the 9.10 branch at the same time ? If you don't > create it immediately to keep it in sync with 10, it would need to be > recreated later using a jakarta->javax rename. I was planning on creating it later and using Git to

Re: Proposed plan for Tomcat 10

2019-12-16 Thread Mark Thomas
On 16/12/2019 16:45, Rémy Maucherat wrote: > On Mon, Dec 16, 2019 at 5:38 PM Mark Thomas > > I was thinking about that tool and the possibilities, but not sure > about > > the location. There's always the "modules" ... > > I thought about that. It just seems a bit more

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #3 from Michael Osipov --- Can you tacke the actual JAR and test it with "unzip -t" as well as NIO2 zipfs provider? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #4 from Vlad Mencl --- Hi, I'm getting this for a web-app running off a 50MB WAR file. I do NOT get the error when I configure Tomcat to unpack the WAR File, only when running directly from the WAR file. And it works fine with

[Bug 64005] NullPointerException in Tomcat 8.5.50 from java.util.zip.ZipFile.getEntry

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64005 --- Comment #5 from Vlad Mencl --- PS: the WAR file I'm running is at https://github.com/REANNZ/federationregistry2-Tuakiri/releases/tag/2.9.0-tuakiri5 - but it also needs a config file (template at

[Bug 64006] MemoryUserDatabase in >=9.0.14 insists on statically set ConfigFileLoader ConfigurationSource

2019-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64006 --- Comment #2 from Brett Randall --- Thanks Remy. So will the default config source in 9.0.31+ wrap any provided non-API file config ... so the above test would pass, finding the configured Users file to load? If so that would be a good