Re: [tomcat] branch master updated: Remove two system properties used for configuration

2020-03-25 Thread Rémy Maucherat
On Wed, Mar 25, 2020 at 8:20 PM Mark Thomas wrote: > On 25/03/2020 16:58, r...@apache.org wrote: > > 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

Re: [tomcat] branch master updated: Remove two system properties used for configuration

2020-03-25 Thread Mark Thomas
On 25/03/2020 16:58, r...@apache.org wrote: > 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:

Re: [tomcat] branch master updated: Remove two system properties used for configuration

2020-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, Should there be a note about this in the migration guide? - -chris On 3/25/20 12:58, r...@apache.org wrote: > This is an automated email from the ASF dual-hosted git > repository. > > remm pushed a commit to branch master in repository >

[tomcat] branch master updated: Remove two system properties used for configuration

2020-03-25 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 d0877a6 Remove two system properties used for

Re: Adding Content-Security-Policy support to HttpHeaderSecurityFilter

2020-03-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/24/20 17:51, Mark Thomas wrote: > On 24/03/2020 21:28, Christopher Schultz wrote: >> All, >> >> While replying to James's recent message about this filter's >> anti click-jacking features[1], I was surprised to see that this >> filter

[Bug 64265] New: ETag comparison does not properly implement RFC 7232, section 2.3.2

2020-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64265 Bug ID: 64265 Summary: ETag comparison does not properly implement RFC 7232, section 2.3.2 Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All

Re: Remaining Tomcat 10 items

2020-03-25 Thread Rémy Maucherat
On Mon, Mar 23, 2020 at 11:11 AM Mark Thomas wrote: > > - Reduce instances of setters and getters for the same property existing > > on an object and its parent. This may require new objects to be exposed > > via JMX. > > Fixed enough ? > > From memory, this was primarily on the Connectors. That

[tomcat-native] branch master updated: Drop obsolete build time workarounds for HP-UX

2020-03-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/master by this push: new f92dfdd Drop obsolete build time

[GitHub] [tomcat-native] michael-o commented on issue #7: BZ 64260: Clean up install target

2020-03-25 Thread GitBox
michael-o commented on issue #7: BZ 64260: Clean up install target URL: https://github.com/apache/tomcat-native/pull/7#issuecomment-603783395 Works flawlessly on RHEL 7 and HP-UX 11.31. This is an automated message from the

Re: Tomcat Wiki Source Code Download

2020-03-25 Thread Mark Thomas
Many thanks Brian. Patch applied with a couple of minor changes. Mark On 25/03/2020 09:59, Brian Burch wrote: > With reference to my (OP) Users mailing list thread with exactly the > same title as this... > > I have attached an svn diff for a minor change to the README.txt in the > root

[GitHub] [tomcat-native] michael-o opened a new pull request #7: BZ 64260: Clean up install target

2020-03-25 Thread GitBox
michael-o opened a new pull request #7: BZ 64260: Clean up install target URL: https://github.com/apache/tomcat-native/pull/7 Remove bin/, include/, lib/pkgconfig/ from install target since they serve no purpose for the outside world and rather might confuse people. libtcnative is

svn commit: r1875625 - /tomcat/site/trunk/README.txt

2020-03-25 Thread markt
Author: markt Date: Wed Mar 25 10:55:36 2020 New Revision: 1875625 URL: http://svn.apache.org/viewvc?rev=1875625=rev Log: Add explanation that version specific docs are in different repos Patch provided by Brian Burch. Modified: tomcat/site/trunk/README.txt Modified:

[tomcat-native] branch BZ-64260 created (now 24bd38e)

2020-03-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-64260 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git. at 24bd38e BZ 64260: Clean up install target This branch includes the following new commits: new

[tomcat-native] 01/01: BZ 64260: Clean up install target

2020-03-25 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch BZ-64260 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 24bd38e5b295a64cd01a4eccaa959bb686818e5c Author: Michael Osipov AuthorDate: Wed Mar 25 11:45:05 2020 +0100

[Bug 64260] Clean up install target

2020-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64260 Michael Osipov changed: What|Removed |Added Summary|Clean install target|Clean up install target -- You are

Tomcat Wiki Source Code Download

2020-03-25 Thread Brian Burch
With reference to my (OP) Users mailing list thread with exactly the same title as this... I have attached an svn diff for a minor change to the README.txt in the root directory of the site svn repository:- https://svn.apache.org/repos/asf/tomcat/site/trunk Please feel free to change it if

[tomcat] branch master updated: Avoid calling WebResource.getContentLength all the time

2020-03-25 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 400d544 Avoid calling

[Bug 64149] NullPointerException in AbstractAccessLogValve

2020-03-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64149 --- Comment #7 from Roland Wachinger --- Aweseome :) Thank you very much -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

svn commit: r1875612 - /tomcat/taglibs/taglibs-parent/trunk/pom.xml

2020-03-25 Thread olamy
Author: olamy Date: Wed Mar 25 06:20:15 2020 New Revision: 1875612 URL: http://svn.apache.org/viewvc?rev=1875612=rev Log: upgrade some maven plugins, jdk target is now 8 Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml URL:

svn commit: r1875611 - /tomcat/taglibs/standard/trunk/pom.xml

2020-03-25 Thread olamy
Author: olamy Date: Wed Mar 25 06:20:01 2020 New Revision: 1875611 URL: http://svn.apache.org/viewvc?rev=1875611=rev Log: upgrade some maven plugins, jdk target is now 8 Modified: tomcat/taglibs/standard/trunk/pom.xml Modified: tomcat/taglibs/standard/trunk/pom.xml URL:

svn commit: r1875610 - in /tomcat/taglibs/rdc/trunk: pom.xml taglibs-rdc-dist/pom.xml taglibs-rdc/pom.xml

2020-03-25 Thread olamy
Author: olamy Date: Wed Mar 25 06:19:55 2020 New Revision: 1875610 URL: http://svn.apache.org/viewvc?rev=1875610=rev Log: upgrade some maven plugins, jdk target is now 8 Modified: tomcat/taglibs/rdc/trunk/pom.xml tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/pom.xml