[Bug 63690] [HTTP/2] The socket [*] associated with this connection has been closed.

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63690 --- Comment #8 from Boris Petrov --- Hi, thanks for the detailed answer. There is no intermediate HTTP/2 proxy. Before I open an issue somewhere, could you please explain me something. I'm not sure I fully understand what's going on but how c

[Bug 63690] [HTTP/2] The socket [*] associated with this connection has been closed.

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63690 --- Comment #7 from Mark Thomas --- Take a look at the following lines in the log: Connection [1], Stream [7], Frame type [DATA], Flags [0], Payload size [...] It looks like there is some buffering going on. The first 6 data frames are 5x285

[GitHub] [tomcat] michael-o commented on issue #195: BZ 63684: Wrapper never passed to RealmBase#hasRole() for given secur…

2019-08-26 Thread GitBox
michael-o commented on issue #195: BZ 63684: Wrapper never passed to RealmBase#hasRole() for given secur… URL: https://github.com/apache/tomcat/pull/195#issuecomment-524982814 @markt-asf, any opinion? I'd like to merge by tomorrow. --

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 laurence.labo...@xmedius.com changed: What|Removed |Added CC||laurence.labo...@xmedius.

[Bug 63695] session_cookie attribute does not work?

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63695 --- Comment #2 from kimc@gmail.com --- (In reply to Christopher Schultz from comment #1) > Did you change the JSESSIONID cookie name in Tomcat, or just in mod_jk? > Those two configurations must agree with each other. Of course, I did, that

[Bug 63695] session_cookie attribute does not work?

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63695 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

[GitHub] [tomcat] peteruhnak opened a new pull request #196: fix JSSE_OPTS quoting

2019-08-26 Thread GitBox
peteruhnak opened a new pull request #196: fix JSSE_OPTS quoting URL: https://github.com/apache/tomcat/pull/196 Otherwise if JSSE_OPTS is set with the same value, the quotation will cancel itself in the if condition. ``` if not ""-Djdk.tls.ephemeralDHKeySize=2048"" ``` r

[Bug 63696] uriworkermap does not work properly if it has /* pattern

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63696 Rainer Jung changed: What|Removed |Added Resolution|--- |INVALID Status|NEW