[tomcat] branch 7.0.x updated: Update Tomcat 7.0.104 release date

2020-05-15 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 b6a7902 Update Tomcat 7.0.104 release date

svn commit: r39623 - /dev/tomcat/tomcat-7/v7.0.104/ /release/tomcat/tomcat-7/v7.0.104/

2020-05-15 Thread violetagg
Author: violetagg Date: Sat May 16 05:19:38 2020 New Revision: 39623 Log: Release Tomcat 7.0.104 Added: release/tomcat/tomcat-7/v7.0.104/ - copied from r39622, dev/tomcat/tomcat-7/v7.0.104/ Removed: dev/tomcat/tomcat-7/v7.0.104/

Nexus: Promotion Completed

2020-05-15 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 8.1 6.3)""userId" = "violetagg""ip" = "78.83.99.114"Details:The following artifacts have been promoted to the "Releases" [id=releases]

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Violeta Georgieva
На чт, 7.05.2020 г. в 23:17 Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Violeta Georgieva
На пт, 8.05.2020 г. в 11:03 Rainer Jung написа: > > It seems commons-logging 1.1.3 is no longer part of the mirrors (only in > the archive). I had to use > > commons-logging.version=1.2 > commons-logging-src.checksum.value=ce977548f1cbf46918e93cd38ac35163|0a134d01e9aeb09b33f4c7450fb41abb7bed9db6

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Violeta Georgieva
На чт, 7.05.2020 г. в 23:17 Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >

[tomcat] branch 7.0.x updated: Always use DeploymentException for invalid paths and add more checks

2020-05-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 2e3aa16 Always use DeploymentException for

[tomcat] branch 8.5.x updated: Always use DeploymentException for invalid paths and add more checks

2020-05-15 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 2472aab Always use DeploymentException for

[tomcat] branch 9.0.x updated: Always use DeploymentException for invalid paths and add more checks

2020-05-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 92513cc Always use DeploymentException for

[tomcat] branch master updated: Always use DeploymentException for invalid paths and add more checks

2020-05-15 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 84d864d Always use DeploymentException for

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Coty Sutherland
On Thu, May 7, 2020 at 4:18 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >

Re: [tomcat] branch 7.0.x updated: Use parametric replacement to ensure the proper version of wsdl4j is written to Eclipse's .classpath file.

2020-05-15 Thread Coty Sutherland
On Fri, May 15, 2020 at 10:20 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'd like to talk about this. > > First, this is a patch to Tomcat 7 where a single version number > (wsdl4j) wasn't updated in all the

[Bug 64442] Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-05-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442 --- Comment #5 from Felix Schumacher --- I think the code should either work without surprises and I was surprised, that adding a role (even at the wrong place) led to a user without a role, or fail fast and log a warning. My preference would

Re: [tomcat] branch 7.0.x updated: Use parametric replacement to ensure the proper version of wsdl4j is written to Eclipse's .classpath file.

2020-05-15 Thread Mark Thomas
On 15/05/2020 15:20, Christopher Schultz wrote: > All, > > I'd like to talk about this. > > First, this is a patch to Tomcat 7 where a single version number > (wsdl4j) wasn't updated in all the places it needed to be updated > (specifically, the Eclipse .classpath file). > > Rather than simply

Re: Debug Tomcat unit tests

2020-05-15 Thread Mark Thomas
On 15/05/2020 15:54, Nicolò Boschi wrote: > Hi all,  > > Currently I can't figure out how to do the following things: - Run single test instead of a entire suite The same way you'd run any single JUnit test in your IDE of choice. - Debug tests with breakpoints The same way you'd debug any

Debug Tomcat unit tests

2020-05-15 Thread Nicolò Boschi
Hi all, Currently I can't figure out how to do the following things:- Run single test instead of a entire suite- Debug tests with breakpoints I'm not familiar with Ant (I come from Maven) and I'm using Netbeans for development (my wish would be click "Debug test file" directly from Netbeans) Any

[Bug 64442] Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-05-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442 --- Comment #4 from Christopher Schultz --- I think if we are going to provide an XSD for the file, our code should match it. Or the other way around. In any case, they should agree. :) Tomcat does not actually bother to enforce the schema's

Re: [tomcat] branch 7.0.x updated: Use parametric replacement to ensure the proper version of wsdl4j is written to Eclipse's .classpath file.

2020-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'd like to talk about this. First, this is a patch to Tomcat 7 where a single version number (wsdl4j) wasn't updated in all the places it needed to be updated (specifically, the Eclipse .classpath file). Rather than simply updating the

Re: Session serialization uses wrapper objects instead of primitives

2020-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 5/15/20 07:36, Konstantin Kolinko wrote: > чт, 14 мая 2020 г. в 18:48, Christopher Schultz > : >> >> All, >> >> I'm interested in the history of the >> StandardSession.writeObjectData method. I've been looking at it >> lately because

[tomcat] branch 7.0.x updated: Use parametric replacement to ensure the proper version of wsdl4j is written to Eclipse's .classpath file.

2020-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 afda9f0 Use parametric replacement to ensure

[tomcat] branch 7.0.x updated: Clarify how to set an authenticated principal using tomcatAuthentication="false".

2020-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 50fafec Clarify how to set an authenticated

[tomcat] branch 8.5.x updated: Clarify how to set an authenticated principal using tomcatAuthentication="false".

2020-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 7393b00 Clarify how to set an authenticated

[tomcat] branch 9.0.x updated: Clarify how to set an authenticated principal using tomcatAuthentication="false".

2020-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new dfba434 Clarify how to set an authenticated

[tomcat] branch master updated: Clarify how to set an authenticated principal using tomcatAuthentication="false".

2020-05-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 8598bd1 Clarify how to set an authenticated

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-15 Thread Rémy Maucherat
On Thu, May 7, 2020 at 10:17 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >

[tomcat] branch 7.0.x updated: Remove useless try/catch

2020-05-15 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 3a88c2e Remove useless try/catch 3a88c2e is

[tomcat] branch 9.0.x updated: Remove useless try/catch

2020-05-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 2ac2486 Remove useless try/catch 2ac2486 is

[tomcat] branch 8.5.x updated: Remove useless try/catch

2020-05-15 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 4c1aede Remove useless try/catch 4c1aede is

[tomcat] branch master updated: Remove useless try/catch

2020-05-15 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 fa64c99 Remove useless try/catch fa64c99 is

Re: Session serialization uses wrapper objects instead of primitives

2020-05-15 Thread Konstantin Kolinko
чт, 14 мая 2020 г. в 18:48, Christopher Schultz : > > All, > > I'm interested in the history of the StandardSession.writeObjectData > method. I've been looking at it lately because I'm interested in > possibly (optionally) encrypting the sessions in the backend session > store. But this isn't

Re: Session serialization uses wrapper objects instead of primitives

2020-05-15 Thread Martin Grigorov
On Fri, May 15, 2020 at 1:00 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 5/14/20 14:21, Mark Thomas wrote: > > On 14/05/2020 18:41, Christopher Schultz wrote: > >> Mark, > >> > >> On 5/14/20 12:53, Mark Thomas

[Bug 64442] Re-use roles and groups defined on users on MemoryUserDatabase creation

2020-05-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442 --- Comment #3 from mgrigorov --- Is the XSD actually being used by Tomcat to validate the .xml when parsing ? I guess it is not, otherwise Felix would have seen an error in the logs explaining that the order is not correct. -- You are

Re: Session serialization uses wrapper objects instead of primitives

2020-05-15 Thread Rémy Maucherat
On Fri, May 15, 2020 at 12:00 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 5/14/20 14:21, Mark Thomas wrote: > > On 14/05/2020 18:41, Christopher Schultz wrote: > >> Mark, > >> > >> On 5/14/20 12:53, Mark Thomas