[tomcat] branch master updated: BZ64202: Loop over read

2020-03-09 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 613babf BZ64202: Loop over read 613babf is

Re: [tomcat-native] Installation structure

2020-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 3/9/20 10:20, Michael Osipov wrote: > Folks, > > I have been recently reviewing some downstream changes in > tomcat-native. Can someone explain me why we install headers files > along with .pc file? > >> . ├── bin ├── include │ ├──

Re: Issue with tomcat-native.git

2020-03-09 Thread Konstantin Kolinko
пн, 9 мар. 2020 г. в 12:44, Michael Osipov : > > Folks, > > is it just me or is something wrong with tomcat-native.git on GitBox? > > > PS C:\Users\osipovmi> git --version > > git version 2.25.0.windows.1 > > PS C:\Users\osipovmi> git clone > >

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 --- Comment #16 from Remy Maucherat --- Thanks ! So annoying ... I was 100% certain the problem was some thread safety problem, so since I couldn't reproduce I got nowhere. I'll revert the change to use a latch since it is likely useless. No

[tomcat] branch master updated: Revert change to use a latch

2020-03-09 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 b03fcaf Revert change to use a latch b03fcaf is

[GitHub] [tomcat] martin-g commented on issue #249: Support for default values in property value expressions

2020-03-09 Thread GitBox
martin-g commented on issue #249: Support for default values in property value expressions URL: https://github.com/apache/tomcat/pull/249#issuecomment-596737473 > Added a simple unit test. Awesome! Just one more thing: please update the javadoc of the `public` method that it

[Bug 64097] Service loader implementation incomplete

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64097 --- Comment #8 from Mark Thomas --- You aren't using the EL API from 8.5.51. The EL API you are using suffers from this bug. The users list is the place to see help. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64205] classes that implements javax.servlet.ServletContainerInitializer cannot be found

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64205 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 64191] Applications not working with 7.0.100

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64191 Mark Thomas changed: What|Removed |Added CC||qiuguoqiang2...@163.com --- Comment #8

svn commit: r1875001 [4/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Modified: tomcat/site/trunk/docs/connectors-doc/news/20110701.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/20110701.html?rev=1875001=1875000=1875001=diff == ---

svn commit: r1875001 [2/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Modified: tomcat/site/trunk/docs/connectors-doc/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/index.html?rev=1875001=1875000=1875001=diff == ---

svn commit: r1875001 [3/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Modified: tomcat/site/trunk/docs/connectors-doc/news/20041100.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/20041100.html?rev=1875001=1875000=1875001=diff == ---

svn commit: r1875001 [1/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Author: markt Date: Mon Mar 9 09:42:00 2020 New Revision: 1875001 URL: http://svn.apache.org/viewvc?rev=1875001=rev Log: Update docs for JK 1.2.48 release Added: tomcat/site/trunk/docs/connectors-doc/news/20200201.html (with props) Removed:

svn commit: r1875001 [6/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Modified: tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html?rev=1875001=1875000=1875001=diff == ---

svn commit: r1875001 [5/6] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe

2020-03-09 Thread markt
Modified: tomcat/site/trunk/docs/connectors-doc/reference/apache.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/apache.html?rev=1875001=1875000=1875001=diff == ---

Re: Issue with tomcat-native.git

2020-03-09 Thread Mark Thomas
On 09/03/2020 09:54, Martin Grigorov wrote: >  > $ git --version >  > git version 2.25.0 > > $ LC_ALL=C.UTF-8 git clone > https://gitbox.apache.org/repos/asf/tomcat-native.git > > Cloning into 'tomcat-native'... > > remote: Counting objects: 65115, done. > > remote:

Re: Issue with tomcat-native.git

2020-03-09 Thread Mark Thomas
On 09/03/2020 10:12, Mark Thomas wrote: > On 09/03/2020 09:54, Martin Grigorov wrote: > > > >>  > $ git --version >>  > git version 2.25.0 >> > $ LC_ALL=C.UTF-8 git clone >> https://gitbox.apache.org/repos/asf/tomcat-native.git >> > Cloning into 'tomcat-native'... >> >

[Bug 64205] New: classes that implements javax.servlet.ServletContainerInitializer cannot be found

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64205 Bug ID: 64205 Summary: classes that implements javax.servlet.ServletContainerInitializer cannot be found Product: Tomcat 7 Version: 7.0.100 Hardware:

Tag Tomcat 7

2020-03-09 Thread Violeta Georgieva
Hi, I'm going to prepare Tomcat 7 for a release/vote tomorrow. Please reply here if you need more time for additional fixes. Thanks, Violeta

Re: The future of Gump

2020-03-09 Thread Martin Grigorov
Hi Mark, On Sat, Mar 7, 2020 at 10:11 PM Mark Thomas wrote: > Hi all, > > The Gump project has reached the point where Tomcat is the only ASF > project using it. The Gump community is currently discussing options for > the future. > > One of those options is status quo which would have no

[tomcat-connectors] 01/03: Add release date

2020-03-09 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-connectors.git commit b33da2de2e5c54dee730ea67630943e22f322578 Author: Mark Thomas AuthorDate: Mon Mar 9 08:56:52 2020 +

[tomcat-connectors] 03/03: Fix footer dates and add version finfo

2020-03-09 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-connectors.git commit 8872f94fb5cd4fd65a6323dddfd0883e0c350eae Author: Mark Thomas AuthorDate: Mon Mar 9 09:26:14 2020 +

[tomcat-connectors] branch master updated (9750da3 -> 8872f94)

2020-03-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. from 9750da3 No longer necessary to generate printer versions of the docs new b33da2d Add release date

[tomcat-connectors] 02/03: Drop comments sections. comments.a.o no longer exists.

2020-03-09 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-connectors.git commit d37352d7cf68a187e6c7f5c9c14b788a91126db9 Author: Mark Thomas AuthorDate: Mon Mar 9 09:25:29 2020 +

Issue with tomcat-native.git

2020-03-09 Thread Michael Osipov
Folks, is it just me or is something wrong with tomcat-native.git on GitBox? PS C:\Users\osipovmi> git --version git version 2.25.0.windows.1 PS C:\Users\osipovmi> git clone https://gitbox.apache.org/repos/asf/tomcat-native.git Cloning into 'tomcat-native'... remote: Counting objects: 65115,

[tomcat-connectors] 01/02: Add note on using -h for release builds

2020-03-09 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-connectors.git commit 4f458fcb29bfa14a3c002aacb8ef120530c531e7 Author: Mark Thomas AuthorDate: Thu Mar 5 17:04:19 2020 +

[tomcat-connectors] 02/02: No longer necessary to generate printer versions of the docs

2020-03-09 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-connectors.git commit 9750da36d3c6a30d44d8374c7f6c5182e34fd5cf Author: Mark Thomas AuthorDate: Fri Mar 6 09:45:04 2020 +

[tomcat-connectors] branch master updated (2479474 -> 9750da3)

2020-03-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. from 2479474 Align with text currently used on dist.a.o new 4f458fc Add note on using -h for release

[Bug 64195] Tomcat NIO SSL Connector broken under Linux in Tomcat 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195 --- Comment #8 from Michael Seele --- (In reply to Mark Thomas from comment #7) > I have a similar test case that also works. > > I have also replicated the test servlet and client provided in Tomcat's unit > tests and that works as expected

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

2020-03-09 Thread markt
Author: markt Date: Mon Mar 9 08:40:49 2020 New Revision: 1875000 URL: http://svn.apache.org/viewvc?rev=1875000=rev Log: svn switch is no longer an option after migration to git Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL:

[ANN] Apache Tomcat Connectors 1.2.48 released

2020-03-09 Thread Mark Thomas
The Apache Tomcat Connectors project is part of the Tomcat project and provides web server plugins for httpd (mod_jk), IIS (ISAPI) and Netscape (NSAPI) to connect those web servers with Tomcat and other backends. The Apache Tomcat Project is proud to announce the release of version 1.2.48 of the

[tomcat-connectors] 01/02: Fix download link

2020-03-09 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-connectors.git commit 03a02e207505e3a711a878ef085b853d07ca88b4 Author: Mark Thomas AuthorDate: Mon Mar 9 09:28:34 2020 +

[tomcat-connectors] branch master updated (8872f94 -> 26f82c1)

2020-03-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. from 8872f94 Fix footer dates and add version finfo new 03a02e2 Fix download link new 26f82c1 Use

[tomcat-connectors] 02/02: Use protocol relative link

2020-03-09 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-connectors.git commit 26f82c18b38e7e9561b8d4e87a47c1f7ddc5a367 Author: Mark Thomas AuthorDate: Mon Mar 9 09:30:21 2020 +

[Bug 64195] Tomcat NIO SSL Connector broken under Linux in Tomcat 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195 --- Comment #9 from Remy Maucherat --- None of that would help. If you want to help, you can try the 9.0.32 RC. https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/ I may change the trunk code to use a latch for now since it's

svn commit: r1875002 - in /tomcat/site/trunk: docs/download-connectors.html docs/index.html docs/oldnews-2018.html xdocs/download-connectors.xml xdocs/index.xml xdocs/oldnews-2018.xml

2020-03-09 Thread markt
Author: markt Date: Mon Mar 9 09:46:28 2020 New Revision: 1875002 URL: http://svn.apache.org/viewvc?rev=1875002=rev Log: Update site for JK 1.2.48 release Modified: tomcat/site/trunk/docs/download-connectors.html tomcat/site/trunk/docs/index.html

Re: Issue with tomcat-native.git

2020-03-09 Thread Martin Grigorov
Hi Michael, On Mon, Mar 9, 2020 at 11:44 AM Michael Osipov wrote: > Folks, > > is it just me or is something wrong with tomcat-native.git on GitBox? > > > PS C:\Users\osipovmi> git --version > > git version 2.25.0.windows.1 > > PS C:\Users\osipovmi> git clone >

[Bug 64097] Service loader implementation incomplete

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64097 --- Comment #7 from sandeepii...@gmail.com --- Hi Mark, I recently upgraded it to tomcat 8.5.51. And observing this error stack trace Servlet.service() for servlet [jsp] in context with path [/my-app] threw exception [Unable to compile class

[tomcat] branch master updated: Use a latch again for blocking calls

2020-03-09 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 0690ecf Use a latch again for blocking calls

[tomcat] branch master updated: BZ64206: Regression that meant installer ignored HTTP port setting

2020-03-09 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 43ec1bc BZ64206: Regression that meant

[tomcat] branch 8.5.x updated: BZ64206: Regression that meant installer ignored HTTP port setting

2020-03-09 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 f824161 BZ64206: Regression that meant installer

[tomcat-native] Installation structure

2020-03-09 Thread Michael Osipov
Folks, I have been recently reviewing some downstream changes in tomcat-native. Can someone explain me why we install headers files along with .pc file? . ├── bin ├── include │   ├── ssl_private.h │   ├── tcn_api.h │   ├── tcn_version.h │   └── tcn.h └── lib ├── libtcnative-1.a ├──

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 --- Comment #10 from ishaigorod...@yahoo.com --- Switching to Http11Nio2Protocol as suggested in the other ticket fixes the issue. -- You are receiving this mail because: You are the assignee for the bug.

[tomcat] branch 9.0.x updated: BZ64206: Regression that meant installer ignored HTTP port setting

2020-03-09 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 00300bb BZ64206: Regression that meant installer

[tomcat] branch master updated: Correct markup

2020-03-09 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 ee84661 Correct markup ee84661 is described

[tomcat] branch 7.0.x updated: BZ64206: Regression that meant installer ignored HTTP port setting

2020-03-09 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 dfc79b4 BZ64206: Regression that meant installer

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from Mark Thomas

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 --- Comment #4 from david wooffindin --- [semi-offtopic] : just curious, was the CVE for the AJP fixed in this release ? Or just disabling it instead by default ? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 9.0.x updated: Correct markup

2020-03-09 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 345e4ba Correct markup 345e4ba is described below

[tomcat] branch 8.5.x updated: Correct markup

2020-03-09 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 896ecb2 Correct markup 896ecb2 is described below

[tomcat-native] branch master updated: Add support for FreeBSD's pthread_getthreadid_np()

2020-03-09 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 2d32579 Add support for FreeBSD's

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 --- Comment #5 from Mark Thomas --- Found it. Just need to confirm the fix and then I'll back-port. CVE-2020-1938 was fixed in 8.5.51 For more details for https://markmail.org/message/jahnxqb4wnimedlr -- You are receiving this mail because:

[GitHub] [tomcat] bohmber commented on issue #249: Support for default values in property value expressions

2020-03-09 Thread GitBox
bohmber commented on issue #249: Support for default values in property value expressions URL: https://github.com/apache/tomcat/pull/249#issuecomment-596587712 Unit test would be good. Did you have a good idea for a starting point for an unit test? I was playing with

[Bug 64195] Tomcat NIO SSL Connector broken under Linux in Tomcat 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195 --- Comment #10 from Michael Seele --- (In reply to Remy Maucherat from comment #9) > None of that would help. If you want to help, you can try the 9.0.32 RC. > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.32/ > > I may change

[tomcat] branch master updated: Remove references to the comment system. comments.a.o no longer exists

2020-03-09 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 5e0ed51 Remove references to the comment

[tomcat] branch 9.0.x updated: Remove references to the comment system. comments.a.o no longer exists

2020-03-09 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 14947b0 Remove references to the comment system.

[tomcat-connectors] 01/02: Update list of places to check version number

2020-03-09 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-connectors.git commit 6f2c320b8ac84128f450a929ee3f5764abfea781 Author: Mark Thomas AuthorDate: Mon Mar 9 10:39:48 2020 +

Re: The future of Gump

2020-03-09 Thread Mark Thomas
On 09/03/2020 08:49, Martin Grigorov wrote: > Hi Mark, > > On Sat, Mar 7, 2020 at 10:11 PM Mark Thomas > wrote: > > Hi all, > > The Gump project has reached the point where Tomcat is the only ASF > project using it. The Gump community is currently

[tomcat-connectors] 02/02: Increment version number for next development cycle

2020-03-09 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-connectors.git commit 97c8d3558e7d769424ef1799ad84ed4159b45916 Author: Mark Thomas AuthorDate: Mon Mar 9 10:40:01 2020 +

[tomcat-connectors] branch master updated (26f82c1 -> 97c8d35)

2020-03-09 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git. from 26f82c1 Use protocol relative link new 6f2c320 Update list of places to check version number

[GitHub] [tomcat] martin-g commented on issue #249: Support for default values in property value expressions

2020-03-09 Thread GitBox
martin-g commented on issue #249: Support for default values in property value expressions URL: https://github.com/apache/tomcat/pull/249#issuecomment-596489855 The change looks good to me but it would be nice to have some new unit tests for it.

[tomcat] branch 8.5.x updated: Remove references to the comment system. comments.a.o no longer exists

2020-03-09 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 19982de Remove references to the comment system.

[Bug 64195] Tomcat NIO SSL Connector broken under Linux in Tomcat 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195 --- Comment #11 from Michael Seele --- FYI: trying the demo against 10.0.0-M2 (https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.0-M2/bin/) i always got this result: [ERROR] RESULT NOT EQUAL: expected 1048576 / got: 736 Let me

[tomcat] branch 7.0.x updated: Remove references to the comment system. comments.a.o no longer exists

2020-03-09 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 71db899 Remove references to the comment system.

[Bug 64206] New: Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 Bug ID: 64206 Summary: Answer file not being used Product: Tomcat 8 Version: 8.5.51 Hardware: PC Status: NEW Severity: regression Priority: P2

[Bug 64207] New: NTFS ACL inheritance broken on the install folder

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64207 Bug ID: 64207 Summary: NTFS ACL inheritance broken on the install folder Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: normal

[Bug 64207] NTFS ACL inheritance broken on the install folder

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64207 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

Re: Issue with tomcat-native.git

2020-03-09 Thread Martin Grigorov
On Mon, Mar 9, 2020 at 12:21 PM Mark Thomas wrote: > On 09/03/2020 10:12, Mark Thomas wrote: > > On 09/03/2020 09:54, Martin Grigorov wrote: > > > > > > > >> > $ git --version > >> > git version 2.25.0 > >> > $ LC_ALL=C.UTF-8 git clone > >>

Re: [VOTE] Release Apache Tomcat 8.5.52

2020-03-09 Thread Martin Grigorov
On Fri, Mar 6, 2020 at 1:52 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.52 release is now available for voting. > > The major changes compared to the 8.5.51 release are: > > - Add new attribute persistAuthentication to both StandardManager and > PersistentManager to support

Re: [VOTE] Release Apache Tomcat 9.0.32

2020-03-09 Thread Martin Grigorov
On Fri, Mar 6, 2020 at 12:12 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.32 release is now available for voting. > > The major changes compared to the 9.0.31 release are: > > - Add new attribute persistAuthentication to both StandardManager and > PersistentManager to support

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 --- Comment #3 from Mark Thomas --- Support for AJP was removed from the installer so that aspect is as expected. I've looked through the commit that removed AJP support and I don't see anything that should affect HTTP. I'll spin up a VM and

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 64206] Answer file not being used

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64206 --- Comment #2 from david wooffindin --- Just tested installer for: 8.5.50: Shutdown, HTTP & AJP ports are all set based on the information supplied during install. 8.5.51 : Shutdown port works, HTTP defaults to 8080, regardless of what is

[Bug 64195] Tomcat NIO SSL Connector broken under Linux in Tomcat 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64195 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 Mark Thomas changed: What|Removed |Added CC||mse...@guh-software.de --- Comment #11

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 --- Comment #12 from Mark Thomas --- I can confirm that this issue is fixed in 9.0.32. Further the commit that fixed this was, as we suspected: https://github.com/apache/tomcat/commit/6e60713c75141bc00f03f08f759df993a6416c71 I'm leaving this

[GitHub] [tomcat] martin-g commented on issue #249: Support for default values in property value expressions

2020-03-09 Thread GitBox
martin-g commented on issue #249: Support for default values in property value expressions URL: https://github.com/apache/tomcat/pull/249#issuecomment-596617039 No need to start Tomcat. Just plain old unit test. This is an

buildbot failure in on tomcat-9-trunk

2020-03-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/102 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 --- Comment #13 from Mark Thomas --- Great. It is timing related. If I enable TLS debug logging the problem is no longer reproducible. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 --- Comment #14 from Remy Maucherat --- (In reply to Mark Thomas from comment #12) > I can confirm that this issue is fixed in 9.0.32. > > Further the commit that fixed this was, as we suspected: > https://github.com/apache/tomcat/commit/ >

[Bug 64202] Upload is broken in version 9.0.31

2020-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] [tomcat] bohmber commented on issue #249: Support for default values in property value expressions

2020-03-09 Thread GitBox
bohmber commented on issue #249: Support for default values in property value expressions URL: https://github.com/apache/tomcat/pull/249#issuecomment-596735064 Added a simple unit test. This is an automated message from the