[Bug 61692] CGIServlet should handle additional HTTP methods, for example MKCALENDAR, MKCOL, PROPFIND, PROPPATCH

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 --- Comment #3 from jm009 --- (In reply to jm009 from comment #2) > How to determine in this case, if request body data (a.k.a. "POST data") > should be forwarded to the servlet? If I get it right, this reverse proxy

[Bug 61710] New: Tomcat session replication:java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61710 Bug ID: 61710 Summary: Tomcat session replication:java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection Product: Tomcat 8 Version: 8.5.23

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2017-11-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community

[Bug 61710] Tomcat session replication:java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61710 --- Comment #1 from john --- This error happened in tomcat session replicated when connecting with Oracle, there is no connection instance in session objects of my project! 01-Nov-2017 16:45:26.653 SEVERE

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2017-11-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2017-11-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-11-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-validate has an issue affecting its community

[Bug 61683] NullPointerException in ErrorReportValve while executing HTTP/2 Server Push

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61683 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC|

[Bug 61681] UnsupportedOperationException in ApplicationPushBuilder if request is forwarded

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61681 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC|

[Bug 61692] CGIServlet should handle additional HTTP methods, for example MKCALENDAR, MKCOL, PROPFIND, PROPPATCH

2017-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692 --- Comment #2 from jm009 --- (In reply to Christopher Schultz from comment #1) > I don't like this patch (-1) for a number of reasons. > > 1. It uses many regular expressions during each request: poor performance

[GitHub] tomcat pull request #82: Add maven-install target

2017-11-01 Thread maxime-beck
GitHub user maxime-beck opened a pull request: https://github.com/apache/tomcat/pull/82 Add maven-install target **Description** _Ant release_ currently builds jars independently one to another. Because some jars ultimately depend on each other (as defined in res/maven/*.pom