Early Access builds for JDK 9 b28 and JDK 8u40 b04 are available on java.net

2014-09-05 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access build for JDK 9 b28 is available on java.net, summary of changes are listed here Early Access build for JDK 8u40 b04 is available on

[Bug 48400] HTTP Post Request is set to recoverable on timeout waiting for response from tomcat

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48400 Philippe Mouawad changed: What|Removed |Added CC||p.mouawad@ubik-ingenierie.c

Re: svn commit: r1622312 - in /tomcat/trunk: java/org/apache/catalina/util/CharsetMapper.java java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java webapps/docs/changelog.xml

2014-09-05 Thread Mark Thomas
On 03/09/2014 19:22, violet...@apache.org wrote: > Author: violetagg > Date: Wed Sep 3 18:22:14 2014 > New Revision: 1622312 > > URL: http://svn.apache.org/r1622312 > Log: > Fix some potential resource leaks when reading files and other resources. > Reported by Coverity Scan. > > Modified: >

svn commit: r1622702 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java

2014-09-05 Thread markt
Author: markt Date: Fri Sep 5 14:04:31 2014 New Revision: 1622702 URL: http://svn.apache.org/r1622702 Log: Follow-up to 1622312 Restore the original logic while still avoiding the resource leak Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java

svn commit: r1622713 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java res/LocalStrings.properties

2014-09-05 Thread markt
Author: markt Date: Fri Sep 5 14:48:47 2014 New Revision: 1622713 URL: http://svn.apache.org/r1622713 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56910 -1 is not a supported option for maxConnections with the APR connector so don't allow it. Also prevent updates while the connect

Re: svn commit: r1622312 - in /tomcat/trunk: java/org/apache/catalina/util/CharsetMapper.java java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java webapps/docs/changelog.xml

2014-09-05 Thread Violeta Georgieva
Hi Mark, 2014-09-05 16:57 GMT+03:00 Mark Thomas : > > On 03/09/2014 19:22, violet...@apache.org wrote: > > Author: violetagg > > Date: Wed Sep 3 18:22:14 2014 > > New Revision: 1622312 > > > > URL: http://svn.apache.org/r1622312 > > Log: > > Fix some potential resource leaks when reading files an

svn commit: r1622714 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/res/LocalStrings.properties webapps/docs/changelog.xml

2014-09-05 Thread markt
Author: markt Date: Fri Sep 5 14:52:54 2014 New Revision: 1622714 URL: http://svn.apache.org/r1622714 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56910 -1 is not a supported option for maxConnections with the APR connector so don't allow it. Also prevent updates while the connect

svn commit: r1622715 - /tomcat/trunk/webapps/docs/changelog.xml

2014-09-05 Thread markt
Author: markt Date: Fri Sep 5 14:53:45 2014 New Revision: 1622715 URL: http://svn.apache.org/r1622715 Log: Missed an entry Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changel

[Bug 56910] when maxConnections="-1" AprEndpoint init error

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56910 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1622312 - in /tomcat/trunk: java/org/apache/catalina/util/CharsetMapper.java java/org/apache/tomcat/util/descriptor/web/FragmentJarScannerCallback.java webapps/docs/changelog.xml

2014-09-05 Thread Mark Thomas
On 05/09/2014 15:51, Violeta Georgieva wrote: > Hi Mark, > > 2014-09-05 16:57 GMT+03:00 Mark Thomas : >> >> On 03/09/2014 19:22, violet...@apache.org wrote: >>> Author: violetagg >>> Date: Wed Sep 3 18:22:14 2014 >>> New Revision: 1622312 >>> >>> URL: http://svn.apache.org/r1622312 >>> Log: >>> F

[Bug 56917] New: Create a configuration to write relative 302 responses instead of absolute

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56917 Bug ID: 56917 Summary: Create a configuration to write relative 302 responses instead of absolute Product: Tomcat 8 Version: trunk Hardware: All OS: A

[Bug 56917] Create a configuration to write relative 302 responses instead of absolute

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56917 Chuck Caldarale changed: What|Removed |Added Severity|normal |enhancement -- You are receivin

[Bug 56917] Create a configuration to write relative 302 responses instead of absolute

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56917 --- Comment #1 from Mark Thomas --- This would be contrary to the requirements of the Servlet specification. See https://java.net/jira/browse/SERVLET_SPEC-100 for the request to change that (and some other stuff). -- You are receiving th

[Bug 56551] Increase timeouts in CometChat example

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56551 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56917] Create a configuration to write relative 302 responses instead of absolute

2014-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56917 --- Comment #2 from Ajay Sindwani --- Both the servlet spec and Tomcat need to be updated then. Tomcat doesn't have to wait for the servlet spec, unless the update is already accepted. The expense of doing 302 rewriting can be cleaned fro