[Bug 63932] Content compression breaks contract of ETag

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63932 --- Comment #17 from Konstantin Kolinko --- (In reply to Michael Osipov from comment #16) > (In reply to Mark Thomas from comment #15) > > > Of all the ideas, disabling compression in the presence of a strong ETag > > seems like the best solut

[Bug 63938] CORS filter adds headers to non-CORS request

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63938 --- Comment #2 from Michael Osipov --- (In reply to Mark Thomas from comment #1) > This behaviour is deliberate. The reasoning is in the code comments. Also, > see bug 57724. I do not really understand the argumentation why a real on CORS-requ

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Remy Maucherat changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Remy Mau

[Bug 63937] CORS preflight request not possible on authenticated endpoints

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63937 --- Comment #3 from Michael Osipov --- (In reply to Mark Thomas from comment #1) > allowCorsPreFlight looks like a reasonable attribute name. > > I'd suggest, if it is possible without too much jumping through hoops, it > defaults to true in t

[Bug 63937] CORS preflight request not possible on authenticated endpoints

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63937 --- Comment #2 from Michael Osipov --- (In reply to Mark Thomas from comment #1) > allowCorsPreFlight looks like a reasonable attribute name. > > I'd suggest, if it is possible without too much jumping through hoops, it > defaults to true in t

[Bug 63932] Content compression breaks contract of ETag

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63932 --- Comment #16 from Michael Osipov --- (In reply to Mark Thomas from comment #15) > There is a long discussion on the httpd ticket on the merits of adding > "-gzip" or similar to a strong ETag and removing it when seen on a request. > The sho

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Rodrigo Darti da Costa changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Rodri

[Bug 63938] CORS filter adds headers to non-CORS request

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63938 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 63937] CORS preflight request not possible on authenticated endpoints

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63937 --- Comment #1 from Mark Thomas --- allowCorsPreFlight looks like a reasonable attribute name. I'd suggest, if it is possible without too much jumping through hoops, it defaults to true in the presence of the CORSFilter and false otherwise. -

[Bug 63932] Content compression breaks contract of ETag

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63932 --- Comment #15 from Mark Thomas --- There is a long discussion on the httpd ticket on the merits of adding "-gzip" or similar to a strong ETag and removing it when seen on a request. The short version is that unless a server tracks the ETags

[Bug 63890] JDNI & JDBC Connection when using IPV4 going back to IPV6

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63890 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEEDINFO

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

[Bug 63952] Download page could mention JRE version needed

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63952 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63964] Null returned when opening resource URL stream

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 Cached URLs

2019-11-26 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 2072077 Fix https://bz.apache.org/bugzilla/show_bu

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 Cached URLs

2019-11-26 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 cd47ca9 Fix https://bz.apache.org/bugzilla/show_

[Bug 63964] Null returned when opening resource URL stream

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 --- Comment #2 from Mark Thomas --- Just to join up the dots as I suspect we'll be pointing lots of folks to this bug. The currently suspect commits are (9.0.x, 8.5.x. has similar commits): https://github.com/apache/tomcat/commit/03e7bc8487cb7

[Bug 63815] Expansion of JAVA_OPTS in catalina.sh containing '*' stops startup on linux

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #13 from Mark Thoma

[tomcat] branch 7.0.x updated: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=63815

2019-11-26 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 6ef2780 Partial fix for https://bz.apache.org/bug

[tomcat] branch 8.5.x updated: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=63815

2019-11-26 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 752f17b Partial fix for https://bz.apache.org/bug

[tomcat] branch master updated (e1919b4 -> d760a78)

2019-11-26 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.git. from e1919b4 Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=63815 add d760a78 Update changelog No

[tomcat] branch master updated (c36e285 -> e1919b4)

2019-11-26 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.git. from c36e285 Update to OWB 2.0.13 add e1919b4 Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=63815

[Bug 63964] Null returned when opening resource URL stream

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-26 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r350798587 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@ publi

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #9 from Rafał Gała --- Thank you very much for this, will surely come in handy. I would like to add one more thing - the issue does not exist when Tomcat is run on JDK11. There have been some fixes related to class naming introduc

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #8 from Remy Maucherat --- The fix is preventing improper cleanups but won't go too far beyond that, so a JVM error class exception is still going to go through. This behavior is specific to VirtualMachineError (except for StackOver

[Bug 63832] Unable to stop because WebappClassLoaderBase.checkThreadLocalMapForLeaks can't load class(class from deployed aplication - probably undeployed)

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63832 --- Comment #7 from Rafał Gała --- I agree it is a problem with an application, but should this exception cause such serious Tomcat shutdown problems? We are using Apache Commons Daemon to run Tomcat as a Windows service. When we stop the Windo

[GitHub] [tomcat] markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-26 Thread GitBox
markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r350763014 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@ publi

[Bug 63964] New: Null returned when opening resource URL stream

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 Bug ID: 63964 Summary: Null returned when opening resource URL stream Product: Tomcat 9 Version: 9.0.29 Hardware: PC Status: NEW Severity: major Priority: P2

Re: Drop SocketWrapperBase.write(Non)BlockingDirect methods

2019-11-26 Thread Rémy Maucherat
On Sat, Nov 23, 2019 at 8:54 PM Mark Thomas wrote: > On 22/11/2019 15:25, Rémy Maucherat wrote: > > Hi, > > > > I'm looking at the endpoint code a lot in preparation for ports to 8.5. > > > > I noticed the write(Non)BlockingDirect methods in particular as they had > > a fixme which wondered about

[Bug 63815] Expansion of JAVA_OPTS in catalina.sh containing '*' stops startup on linux

2019-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63815 --- Comment #12 from Mark Thomas --- Scenario c) is currently unfixable due to a jdb bug. I've created a test case and opened https://bugs.openjdk.java.net/browse/JDK-8234808 -- You are receiving this mail because: You are the assignee for th

[tomcat] branch master updated: Update to OWB 2.0.13

2019-11-26 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 c36e285 Update to OWB 2.0.13 c36e285 is described

[tomcat] branch master updated: Reduce differences with 8.5

2019-11-26 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 2347e32 Reduce differences with 8.5 2347e32 is de

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-26 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r350608651 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@ publi