svn commit: r1607800 - /tomcat/trunk/webapps/docs/config/valve.xml

2014-07-04 Thread remm
Author: remm Date: Fri Jul 4 08:53:22 2014 New Revision: 1607800 URL: http://svn.apache.org/r1607800 Log: Add docs for new ssl attributes. Modified: tomcat/trunk/webapps/docs/config/valve.xml Modified: tomcat/trunk/webapps/docs/config/valve.xml URL:

[Bug 56694] checkInterval attribute is not existant on StandardManager or embedded Stores of PersistentManager

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56694 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1607802 - in /tomcat/trunk: java/org/apache/catalina/session/package.html webapps/docs/changelog.xml webapps/docs/config/manager.xml webapps/docs/funcspecs/fs-admin-objects.xml

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 09:03:51 2014 New Revision: 1607802 URL: http://svn.apache.org/r1607802 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56694 Remove references to checkInterval attribute that are no longer valid and related fixes. Modified:

[Bug 56681] List of Exception Management Anti-Patterns and Code Smells

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56681 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Early Access builds for JDK 9 b21, JDK 8u20 b21 are available on java.net

2014-07-04 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access builds for JDK 9 b21 https://jdk9.java.net/download/ and JDK 8u20 b21 https://jdk8.java.net/download.html are available on java.net. As we enter the later phases of development for JDK 8u20 , please log any show stoppers as soon as possible. Rgds, Rory --

svn commit: r1607804 - /tomcat/trunk/java/javax/servlet/http/Cookie.java

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 09:23:41 2014 New Revision: 1607804 URL: http://svn.apache.org/r1607804 Log: Wrap the root cause rather than just using the message. Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java URL:

svn commit: r1607806 - /tomcat/trunk/java/org/apache/catalina/valves/SSLValve.java

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 09:31:50 2014 New Revision: 1607806 URL: http://svn.apache.org/r1607806 Log: Reduce visibility (kkolinko review) Modified: tomcat/trunk/java/org/apache/catalina/valves/SSLValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/SSLValve.java URL:

svn commit: r1607807 - /tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 09:32:49 2014 New Revision: 1607807 URL: http://svn.apache.org/r1607807 Log: Fix Javadoc nags Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/IStoreConfig.java URL:

[Bug 56652] EL defineFunction does not support method signatures with arrays as arguments

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 --- Comment #2 from Mark Thomas ma...@apache.org --- The proposed solution can not be used. The EL API may not be changed. I'm working on a solution along similar lines but the work is done in the ELProcessor. -- You are receiving this

Re: [VOTE] Release Apache Tomcat Native 1.1.31

2014-07-04 Thread jean-frederic clere
On 03/07/14 00:07, Mark Thomas wrote: [X] Stable, go ahead and release All my tests are OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1607906 - in /tomcat/trunk: java/javax/el/ java/org/apache/el/lang/ java/org/apache/el/parser/ test/javax/el/ webapps/docs/

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 18:47:02 2014 New Revision: 1607906 URL: http://svn.apache.org/r1607906 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 Add support for method parameters that use arrays and varargs to ELProcessor.defineFunction() Modified:

[Bug 56652] EL defineFunction does not support method signatures with arrays as arguments

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56649] Concurrent issue of TagFileProcessor

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1607930 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 20:16:21 2014 New Revision: 1607930 URL: http://svn.apache.org/r1607930 Log: When the current PathInfo is modified as a result of dispatching a request, ensure that a call to HttpServletRequest.getPathTranslated() returns a value that is based on the modified

svn commit: r1607931 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 20:18:33 2014 New Revision: 1607931 URL: http://svn.apache.org/r1607931 Log: Add NPE protection Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

svn commit: r1607934 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 20:30:29 2014 New Revision: 1607934 URL: http://svn.apache.org/r1607934 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56677 Ensure that HttpServletRequest.getServletContext() returns the correct value during a cross-context dispatch. Modified:

svn commit: r1607935 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 20:33:31 2014 New Revision: 1607935 URL: http://svn.apache.org/r1607935 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56677 Ensure that HttpServletRequest.getServletContext() returns the correct value during a cross-context dispatch. Modified:

[Bug 56677] ApplicationHttpRequest does not override javax.servlet.ServletRequestWrapper#getServletContext()

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56677 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1607936 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-04 Thread markt
Author: markt Date: Fri Jul 4 20:35:37 2014 New Revision: 1607936 URL: http://svn.apache.org/r1607936 Log: When the current PathInfo is modified as a result of dispatching a request, ensure that a call to HttpServletRequest.getPathTranslated() returns a value that is based on the modified

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 Palle Girgensohn gir...@pingpong.net changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #4 from Konstantin Preißer kpreis...@apache.org --- Hi, I can confirm that this problem happens with Tomcat 8.0.9 when using AJP NIO connector (I used the ISAPI Redirector with IIS). In this case, request.getLocalAddr() returns

buildbot success in ASF Buildbot on tomcat-trunk

2014-07-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/239 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source