[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by KonstantinKolinko

2015-01-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=22&rev2=23 Comment: Note that Tomcat 8 has

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by KonstantinKolinko

2015-01-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=23&rev2=24 Comment: Update version numbers

svn commit: r1654486 - /tomcat/trunk/java/org/apache/coyote/ErrorState.java

2015-01-24 Thread markt
Author: markt Date: Sat Jan 24 09:57:55 2015 New Revision: 1654486 URL: http://svn.apache.org/r1654486 Log: Java8 Javadoc Modified: tomcat/trunk/java/org/apache/coyote/ErrorState.java Modified: tomcat/trunk/java/org/apache/coyote/ErrorState.java URL: http://svn.apache.org/viewvc/tomcat/trun

svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-24 Thread markt
Author: markt Date: Sat Jan 24 10:00:32 2015 New Revision: 1654487 URL: http://svn.apache.org/r1654487 Log: Prep for next tag Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1654513 - /tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:31:37 2015 New Revision: 1654513 URL: http://svn.apache.org/r1654513 Log: Assign newly created stream to field instead of leaking it uselessly. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlNestedJar.

svn commit: r1654515 - /tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:45:30 2015 New Revision: 1654515 URL: http://svn.apache.org/r1654515 Log: Close input stream for including jsp. Issue reported by Coverity Scan. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/examples/ShowSource.java Modified: tomcat/trunk/web

svn commit: r1654517 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 13:59:29 2015 New Revision: 1654517 URL: http://svn.apache.org/r1654517 Log: Close the socket that was used to determine the ssl capabilities. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.ja

Re: [OT] Questions About Tomcat Exception Handling

2015-01-24 Thread Felix Schumacher
Am 22.01.2015 um 00:51 schrieb Rémy Maucherat: 2015-01-21 23:47 GMT+01:00 Christopher Schultz : To wit: 1. org.apache.catalina.servlets.DefaultServlet.Range.validate modifies the value of the "end" member. That seems ... odd. 2. copyRange(InputStream, ServletOutputStream) returns IOException i

svn commit: r1654522 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 14:21:38 2015 New Revision: 1654522 URL: http://svn.apache.org/r1654522 Log: Close the inputstream that was used to get the content of the readme file. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet

Re: [VOTE] Release Apache Tomcat 8.0.18

2015-01-24 Thread Felix Schumacher
Am 23.01.2015 um 14:09 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.18 release is now available for voting. The main changes since 8.0.17 are: - Fix a regression that resulted in truncated responses for forwarded responses larger than the output buffer There is also the usual collecti

svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-24 Thread fschumacher
Author: fschumacher Date: Sat Jan 24 14:42:27 2015 New Revision: 1654524 URL: http://svn.apache.org/r1654524 Log: Close input and output streams in expandCGIScript to avoid resource leaks. Issue reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.jav

[Bug 57485] mod_jk passed the incomplete chunked transferred request body to tomcat

2015-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485 --- Comment #1 from charleschung...@gmail.com --- mod_jk is using apache httpd api to read (and de-chunk) the http body,so the cause may be in apache ,instead of mod_jk. I am using Apache/2.2.15,after searching bug relating to chunked-trans

Re: svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-24 Thread Christopher Schultz
Felix, On 1/24/15 9:42 AM, fschumac...@apache.org wrote: > Author: fschumacher > Date: Sat Jan 24 14:42:27 2015 > New Revision: 1654524 > > URL: http://svn.apache.org/r1654524 > Log: > Close input and output streams in expandCGIScript to > avoid resource leaks. Issue reported by Coverity Scan. >

[Bug 57485] mod_jk passed the incomplete chunked transferred request body to tomcat

2015-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485 --- Comment #2 from charleschung...@gmail.com --- Even after upgrading to the latest version of apache(2.4.10) + APR 1.5.1,noghting changes:the incomplete chunked-transfered body is still sent to tomcat(servlet). -- You are receiving this

[Bug 57485] mod_jk passed the incomplete chunked transferred request body to tomcat

2015-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485 charleschung...@gmail.com changed: What|Removed |Added Depends on||57492 -- You are recei

Re: svn commit: r1654487 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-01-24 Thread Konstantin Kolinko
2015-01-24 13:00 GMT+03:00 : > Author: markt > Date: Sat Jan 24 10:00:32 2015 > New Revision: 1654487 > > URL: http://svn.apache.org/r1654487 > Log: > Prep for next tag > > Modified: > tomcat/tc8.0.x/trunk/build.properties.default > tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default >

Re: svn commit: r1654524 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-01-24 Thread Felix Schumacher
Am 24.01.2015 um 17:13 schrieb Christopher Schultz: Felix, On 1/24/15 9:42 AM, fschumac...@apache.org wrote: Author: fschumacher Date: Sat Jan 24 14:42:27 2015 New Revision: 1654524 URL: http://svn.apache.org/r1654524 Log: Close input and output streams in expandCGIScript to avoid resource lea

DigestAuthenticator and volatile variables in NonceInfo

2015-01-24 Thread Felix Schumacher
Hi all, I looked at the coverity issue 86588 and it says, that the volatile variable seen[] is unsafe, because only the reference is volatile and not not the array elements. After a closer look, I am convinced, that all variables in that inner class NonceInfo are needlessly declared volatile

Bug report for Tomcat 7 [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2015/01/25]

2015-01-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned