[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 --- Comment #6 from Raghavendran V --- Thanks Mark, for the update. Will try to reproduce in our local setup and will get back to you with more clarity. As this occurs randomly, we are yet to narrow down to the "reproduction steps". So, will

[GitHub] [tomcat-maven-plugin] liudongmiao commented on a change in pull request #30: Tc9.x Initial suport for Tomact9

2020-07-23 Thread GitBox
liudongmiao commented on a change in pull request #30: URL: https://github.com/apache/tomcat-maven-plugin/pull/30#discussion_r459798227 ## File path: tomcat9-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat9/run/RunMojo.java ## @@ -479,18 +480,23 @@ private

[tomcat] branch master updated: Allow detection of Graal via reflection or system property

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 b1820ad Allow detection of Graal via

[tomcat] branch 9.0.x updated: Allow detection of Graal via reflection or system property

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 73288c6 Allow detection of Graal via reflection

[tomcat] branch master updated: Minor EL bugs when running under Graal/SubstrateVM

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 f03f60e Minor EL bugs when running under

[tomcat] branch 9.0.x updated: Minor EL bugs when running under Graal/SubstrateVM

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 814f52b Minor EL bugs when running under

Re: [tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filip, On 7/22/20 12:41, Filip Hanik wrote: > Hi Christopher, >>> environments. -Class clazz = >>> Class.forName(className); -return >>> (AuthConfigFactory)

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Raghavendran V changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Raghavendran

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Mark

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Raghavendran V changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Raghavendran

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

Re: Jakarta EE - JASPIC TCK (nightly)

2020-07-23 Thread Mark Thomas
Comments in line. On 22/07/2020 10:19, Jean-Louis MONTEIRO wrote: > Hi, > > Small update on the progress. > Passed: 52 and Failed: 9 > > I had a lot of random passed/failed for quite a while and finally found > the reason yesterday. I took a look at running these myself for Tomcat. There is a

[Bug 64621] HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Raghavendran V changed: What|Removed |Added CC||raghavendra...@ericsson.com -- You

[Bug 64621] New: HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection.

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64621 Bug ID: 64621 Summary: HTTP/2 Tomcat Server responds with RST_STREAM (REFUSED_STREAM) continuously in one of the TCP connection. Product: Tomcat 9 Version:

Re: [tomcat] branch master updated: Simpler way to determine Graal runtime

2020-07-23 Thread Romain Manni-Bucau
Hmm, for me you have 3 modes: 1. Plain vm -> we dont care 2. Native image generator ( https://github.com/oracle/graal/blob/901ad5cf25d145909d1eca36cbb86765697dcc0b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageGenerator.java#L506 so it is set) 3. Native run ->

[Bug 64614] tomcat doesn't work with JSSE FIPS-compliant with NSS

2020-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64614 --- Comment #13 from jfclere --- Something like no alias no wrapping and alias and FIPS warning and no wrapping? -- You are receiving this mail because: You are the assignee for the bug.