Re: Tag Tomcat 7/8.0

2018-06-28 Thread Konstantin Kolinko
2018-06-28 23:11 GMT+03:00 Violeta Georgieva : > Hi, > > 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : >> >> Hi, >> >> I'm planning to tag Tomcat 7/8.0 tomorrow. >> If you want to include something please reply here. >> Please note that this will be the last Tomcat 8.0 release. > > I'm currently

Re: Tag Tomcat 7/8.0

2018-06-28 Thread Violeta Georgieva
Hi, 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : > > Hi, > > I'm planning to tag Tomcat 7/8.0 tomorrow. > If you want to include something please reply here. > Please note that this will be the last Tomcat 8.0 release. I'm currently not able to build Tomcat 7/8.0 when there are no

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Kenny Stimson changed: What|Removed |Added CC||kenny_stim...@yahoo.com

svn commit: r1834632 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_89: ./ build.properties.default

2018-06-28 Thread violetagg
Author: violetagg Date: Thu Jun 28 17:59:32 2018 New Revision: 1834632 URL: http://svn.apache.org/viewvc?rev=1834632=rev Log: Tag 7.0.89 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_89/ (props changed) - copied from r1834631, tomcat/tc7.0.x/trunk/ Modified:

[Bug 62507] New: Insufficient control over keystore loading to support DKS-keystores

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Bug ID: 62507 Summary: Insufficient control over keystore loading to support DKS-keystores Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #3 from Remy Maucherat --- For 56676, I added bin/native as a default location for tcnative. So ... : - The default location can be changed to just "bin" and the testsuite should be adjusted to reflect that - The installer/zip

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library [PATCH]

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54700 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #5 from Martin Drößler --- > Note: testValidateFailure() only passes because it calls > testValidateInternal(dummyFile, null) but it should be > testValidateInternal(dummyFile, dummyFile) which currently fails. Well, thats the

[Bug 53411] NullPointerException in org.apache.tomcat.util.buf.CharChunk

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

svn commit: r1834599 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/mapper/ webapps/docs/

2018-06-28 Thread markt
Author: markt Date: Thu Jun 28 12:13:34 2018 New Revision: 1834599 URL: http://svn.apache.org/viewvc?rev=1834599=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53411 Improve the handling of HTTP requests that do not explicitly specify a host name when no default host is configured.

[Bug 62501] New: Race condition (?) in session attribute replication

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62501 Bug ID: 62501 Summary: Race condition (?) in session attribute replication Product: Tomcat 9 Version: 9.0.8 Hardware: PC OS: Linux Status: NEW

[Bug 62164] Build for Eclipse IDE does not work

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62164 --- Comment #7 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #6) > (In reply to Mark Thomas from comment #3) > > I can understand Ant not allowing an https -> http redirect but I'm not sure > > why http -> https

[Bug 56676] Normalize access to native library

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56676 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1834595 - in /tomcat/trunk: java/org/apache/tomcat/jni/Library.java webapps/docs/changelog.xml

2018-06-28 Thread remm
Author: remm Date: Thu Jun 28 11:15:33 2018 New Revision: 1834595 URL: http://svn.apache.org/viewvc?rev=1834595=rev Log: 56676: Use bin/native as a default location for the native libraries. bin/native is already used by the testsuite, and it can be useful for development and embedded. I don't

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #4 from Mark Thomas --- I can't see a way to trigger this with VirtualDirContext either. Awaiting reproduction steps from a clean Tomcat install. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #3 from Mark Thomas --- Note: The provided test cases will fail on Windows. Note: testValidateFailure() only passes because it calls testValidateInternal(dummyFile, null) but it should be testValidateInternal(dummyFile, dummyFile)

[Bug 62273] Add support for alternate URL specification

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #20 from Mark Thomas --- The status is: - Browser behaviour is inconsistent between browsers https://cwiki.apache.org/confluence/display/TOMCAT/Encoding+and+URIs - Browser behaviour appears to be inconsistent with the spec the

[Bug 62273] Add support for alternate URL specification

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #19 from remmeier --- what is now the conclusion of this topic? since the topic has been resolved(?). The change is still breaking and not aligned with what the major browser vendors do as far as I understand? -- You are

svn commit: r1834585 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

2018-06-28 Thread markt
Author: markt Date: Thu Jun 28 09:27:14 2018 New Revision: 1834585 URL: http://svn.apache.org/viewvc?rev=1834585=rev Log: Fix typo Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt URL:

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #11 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Igal Sapir from comment #7) > (In reply to Michael Osipov from comment #4) > > (In reply to Igal Sapir from comment #3) > > > > Shall I share? > > > > > > Sure, why not

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #10 from Michael Osipov <1983-01...@gmx.net> --- Created attachment 35997 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35997=edit Sample server.xml for filtering with sed(1) -- You are receiving this mail because: You

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #9 from Michael Osipov <1983-01...@gmx.net> --- Created attachment 35996 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35996=edit Create instance on FreeBSD -- You are receiving this mail because: You are the assignee for

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #8 from Michael Osipov <1983-01...@gmx.net> --- Created attachment 35995 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35995=edit Create instance on HP-UX -- You are receiving this mail because: You are the assignee for

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #2 from Martin Drößler --- Created attachment 35994 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35994=edit TestCase I attached a TestCase to demonstrate the behaviour. -- You are receiving this mail because: You are