[Bug 60461] SIGSEGV in SSLSocket.getInfos

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60461 Ludovic Pénet changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 60764] SlowQueryReport causing connection leak

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60764 --- Comment #3 from Keiichi Fujino --- Thanks. I am planning to fix this problem as follows. -Implement equals() and hashCode() in the StatementDecoratorInterceptor. -Enable StatementDecoratorInterceptor by default.(mybe configuable) As a re

[Bug 57665] support x-forwarded-host

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 Balasubramanian changed: What|Removed |Added CC||ramarbalasubramanian@gmail.

[Bug 60802] New: javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60802 Bug ID: 60802 Summary: javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard Product: Tomcat 8 Version: 8.5.0 Hardware: All OS: All

[Bug 60802] javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60802 --- Comment #1 from mgrigorov --- It is not just the javadoc. Also the behavior is different - when a File with an absolute path is passed it is used as is. When a file with relative path is passed then the config location is used as a parent.

[Bug 60802] javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60802 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Mark Thomas

[Bug 60802] javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60802 --- Comment #3 from Joakim Erdfelt --- Glassfish, Resin, and Jetty implement it according to the javadoc. It's always relative to the MultiPartConfig.location Glassfish calls that location 'repository' see PartItem.java Jetty calls that loca

[Bug 60806] New: Problem with ServletContext replication

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60806 Bug ID: 60806 Summary: Problem with ServletContext replication Product: Tomcat 8 Version: 8.5.11 Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 60461] SIGSEGV in SSLSocket.getInfos

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60461 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #11 from Mark Thoma

[Bug 60461] SIGSEGV in SSLSocket.getInfos

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60461 --- Comment #12 from matt...@cacorp.com --- Unfortunately I have no idea what is causing it and I don't know how to reproduce it. I installed a fresh copy of 8.5.11 with tcnative 1.2.10 and then copied in my configuration files. It crashed only

[Bug 60802] javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard

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

[Bug 60761] Unable to re-use/extend NioEndpoint

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60761 --- Comment #1 from Amit Pande --- Any guidance on this? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@t

[Bug 60808] New: ServletRequest.getParameterMap() not fully immutable

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60808 Bug ID: 60808 Summary: ServletRequest.getParameterMap() not fully immutable Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW

[GitHub] tomcat pull request #46: Bug_60808: ensure immutability of ParameterMap.

2017-03-02 Thread woonsan
GitHub user woonsan opened a pull request: https://github.com/apache/tomcat/pull/46 Bug_60808: ensure immutability of ParameterMap. You can merge this pull request into a Git repository by running: $ git pull https://github.com/woonsan/tomcat bugfix/Bug_60808 Alternatively yo

[Bug 60808] ServletRequest.getParameterMap() not fully immutable

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60808 --- Comment #1 from Woonsan Ko --- Patch available via PR: https://github.com/apache/tomcat/pull/46 Please review the PR. Thanks, Woonsan -- You are receiving this mail because: You are the assignee for the bug.