svn commit: r1654129 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java

2015-01-22 Thread violetagg
Author: violetagg Date: Fri Jan 23 07:24:01 2015 New Revision: 1654129 URL: http://svn.apache.org/r1654129 Log: Merged revision 1654123 from tomcat/trunk: Try to make checkstyle happy by removing spaces and ordering import statements Modified: tomcat/tc7.0.x/trunk/ (props changed) tomca

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

2015-01-22 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 integration.

Re: svn commit: r1654064 - in /tomcat/tc7.0.x/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2015-01-22 Thread Felix Schumacher
Am 22.01.2015 um 21:54 schrieb fschumac...@apache.org: Author: fschumacher Date: Thu Jan 22 20:54:47 2015 New Revision: 1654064 URL: http://svn.apache.org/r1654064 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 Make UEncoder a local variable in DirContextURLConnection to make

svn commit: r1654124 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java webapps/docs/changelog.xml

2015-01-22 Thread fschumacher
Author: fschumacher Date: Fri Jan 23 06:03:11 2015 New Revision: 1654124 URL: http://svn.apache.org/r1654124 Log: Try to make checkstyle happy by removing spaces and ordering import statements Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ut

svn commit: r1654123 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java

2015-01-22 Thread fschumacher
Author: fschumacher Date: Fri Jan 23 05:53:27 2015 New Revision: 1654123 URL: http://svn.apache.org/r1654123 Log: Try to make checkstyle happy by removing spaces and ordering import statements Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UEncoder.java tomcat/trunk/test/org/apach

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

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485 charleschung...@gmail.com changed: What|Removed |Added CC||charleschung...@gmail.co

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

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485 Bug ID: 57485 Summary: mod_jk passed the incomplete chunked transferred request body to tomcat Product: Tomcat Connectors Version: 1.2.40 Hardware: PC

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

2015-01-22 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. Th

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

2015-01-22 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 integration.

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

2015-01-22 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 integration.

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1654070 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ test/webresources/ webapps/docs/

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 20:59:08 2015 New Revision: 1654070 URL: http://svn.apache.org/r1654070 Log: Resource JARs should only be used for static resources. Block class loader resources. Added: tomcat/tc8.0.x/trunk/test/org/apache/catalina/webresources/TestResourceJars.java - c

[Bug 57420] Wrong class names generated since URL_ENCODER in DirContextURLConnection is not thread safe

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1654064 - in /tomcat/tc7.0.x/trunk: java/org/apache/naming/resources/DirContextURLConnection.java webapps/docs/changelog.xml

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:54:47 2015 New Revision: 1654064 URL: http://svn.apache.org/r1654064 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 Make UEncoder a local variable in DirContextURLConnection to make it threadsafe. Based on ideas from kkolinko and violetagg

svn commit: r1654050 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 20:44:18 2015 New Revision: 1654050 URL: http://svn.apache.org/r1654050 Log: Resource JARs should only be used for static resources. Block class loader resources. Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java tomcat/trunk/java/org/apac

svn commit: r1654044 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java web

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:40:39 2015 New Revision: 1654044 URL: http://svn.apache.org/r1654044 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared safeChar

svn commit: r1654042 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java web

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 20:28:51 2015 New Revision: 1654042 URL: http://svn.apache.org/r1654042 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared safeChar

svn commit: r1654031 - /tomcat/trunk/java/org/apache/catalina/WebResourceSet.java

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 19:48:47 2015 New Revision: 1654031 URL: http://svn.apache.org/r1654031 Log: Javadoc Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java URL: http://svn.apache.org/viewvc/tomca

svn commit: r1654030 - in /tomcat/trunk/test: org/apache/catalina/webresources/TestResourceJars.java webresources/non-static-resources.jar

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 19:48:32 2015 New Revision: 1654030 URL: http://svn.apache.org/r1654030 Log: Add currently failing test for issue that came up via Servlet EG / Stackoverflow. Added: tomcat/trunk/test/org/apache/catalina/webresources/TestResourceJars.java (with props) to

svn commit: r1654013 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apache/tomcat/util/buf/TestUEncoder.java

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 19:16:33 2015 New Revision: 1654013 URL: http://svn.apache.org/r1654013 Log: Enable UEncoder instances to share safeChars BitSet while ensuring that the shared BitSet is immutable to be threadsafe. Change Response to use UEncoder instances with shared safeChar

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

2015-01-22 Thread fschumacher
Author: fschumacher Date: Thu Jan 22 17:55:09 2015 New Revision: 1653974 URL: http://svn.apache.org/r1653974 Log: Don't add bugfixes until after the first release Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

svn commit: r1653972 - /tomcat/trunk/java/org/apache/jasper/compiler/ELFunctionMapper.java

2015-01-22 Thread kkolinko
Author: kkolinko Date: Thu Jan 22 17:49:10 2015 New Revision: 1653972 URL: http://svn.apache.org/r1653972 Log: Simplify. No change in functionality. (Reviewing r1653857) Modified: tomcat/trunk/java/org/apache/jasper/compiler/ELFunctionMapper.java Modified: tomcat/trunk/java/org/apache/jasper

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 Shaun Morton changed: What|Removed |Added CC||sh...@legalfiles.com --- Comment #1

[Bug 57438] Infinite redirect loop when maximum upload size exceeded

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57470] Occaisionally NPE in org.apache.catalina.connector.Response.addSessionCookieInternal()

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57470 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 57481] IllegalStateException for nonblocking/numberwriter example with BIO connector

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57481 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1653887 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 14:46:35 2015 New Revision: 1653887 URL: http://svn.apache.org/r1653887 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57481 Fix ISE at the end of the request when using non-blocking reads with the HTTP BIO connector. Modified: tomcat/tc8.0.x/trun

svn commit: r1653888 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TesterTldListener.java

2015-01-22 Thread kkolinko
Author: kkolinko Date: Thu Jan 22 14:46:35 2015 New Revision: 1653888 URL: http://svn.apache.org/r1653888 Log: Trivial followup to r1652938 (BZ 57446 fix). No change in functionality. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/test/org/apache/ca

svn commit: r1653863 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 14:01:15 2015 New Revision: 1653863 URL: http://svn.apache.org/r1653863 Log: Whitespace police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/

[Bug 57441] EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1653858 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org/apache/jasper/runtime/ test/org/apache/el/ test/webapp/bug5nnnn/ webapps

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 13:56:05 2015 New Revision: 1653858 URL: http://svn.apache.org/r1653858 Log: Fix error when defining functions using lambda expressions in JSPs. Added: tomcat/tc8.0.x/trunk/test/webapp/bug5/bug57441.jsp - copied unchanged from r1653857, tomcat/trunk/t

svn commit: r1653857 - in /tomcat/trunk: java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org/apache/jasper/runtime/ test/org/apache/el/ test/webapp/bug5nnnn/

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 13:53:26 2015 New Revision: 1653857 URL: http://svn.apache.org/r1653857 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57441 Fix error when defining functions using lambda expressions in JSPs. Added: tomcat/trunk/test/webapp/bug5/bug57441.jsp

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

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 13:12:33 2015 New Revision: 1653843 URL: http://svn.apache.org/r1653843 Log: Better fix for BZ 57476 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java tomcat/tc7.0.x/trunk/jav

svn commit: r1653841 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationDispatcher.java java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 13:05:54 2015 New Revision: 1653841 URL: http://svn.apache.org/r1653841 Log: Better fix for BZ 57476 Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java tomcat/tc8.0.x/trunk/jav

svn commit: r1653840 - in /tomcat/trunk/java/org/apache/catalina/core: ApplicationDispatcher.java StandardHostValve.java

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 13:02:57 2015 New Revision: 1653840 URL: http://svn.apache.org/r1653840 Log: Better fix for BZ 57476 Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified:

Re: svn commit: r1653816 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2015-01-22 Thread Mark Thomas
On 22/01/2015 12:07, Rémy Maucherat wrote: > 2015-01-22 12:54 GMT+01:00 : > >> Author: markt >> Date: Thu Jan 22 11:54:49 2015 >> New Revision: 1653816 >> >> URL: http://svn.apache.org/r1653816 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 >> As per section 9.4 of the Ser

svn commit: r1653830 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java webapps/docs/changelog.xml

2015-01-22 Thread violetagg
Author: violetagg Date: Thu Jan 22 12:32:34 2015 New Revision: 1653830 URL: http://svn.apache.org/r1653830 Log: Merged revision 1653819 from tomcat/trunk: When generating a list of package and class imports, the processing of classes was omitted. Issue is reported by Coverity Scan. Modified:

svn commit: r1653827 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2015-01-22 Thread violetagg
Author: violetagg Date: Thu Jan 22 12:18:16 2015 New Revision: 1653827 URL: http://svn.apache.org/r1653827 Log: Merged revision 1653815 from tomcat/trunk: When closing the stream for the host's web.xml if an exception occur then hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue r

svn commit: r1653824 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2015-01-22 Thread violetagg
Author: violetagg Date: Thu Jan 22 12:15:42 2015 New Revision: 1653824 URL: http://svn.apache.org/r1653824 Log: Merged revision 1653815 from tomcat/trunk: When closing the stream for the host's web.xml if an exception occur then hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue r

svn commit: r1653821 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2015-01-22 Thread kkolinko
Author: kkolinko Date: Thu Jan 22 12:11:40 2015 New Revision: 1653821 URL: http://svn.apache.org/r1653821 Log: Add warning about bug 57476 of truncated responses. The wording could be better... Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat

Re: svn commit: r1653816 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2015-01-22 Thread Rémy Maucherat
2015-01-22 12:54 GMT+01:00 : > Author: markt > Date: Thu Jan 22 11:54:49 2015 > New Revision: 1653816 > > URL: http://svn.apache.org/r1653816 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 > As per section 9.4 of the Servlet spec, ensure that the response body has > been com

svn commit: r1653819 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2015-01-22 Thread violetagg
Author: violetagg Date: Thu Jan 22 12:02:07 2015 New Revision: 1653819 URL: http://svn.apache.org/r1653819 Log: When generating a list of package and class imports, the processing of classes was omitted. Issue is reported by Coverity Scan. Modified: tomcat/trunk/java/org/apache/jasper/compil

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

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 12:01:13 2015 New Revision: 1653818 URL: http://svn.apache.org/r1653818 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 As per section 9.4 of the Servlet spec, ensure that the response body has been completely written before exiting the forward met

svn commit: r1653817 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 11:58:32 2015 New Revision: 1653817 URL: http://svn.apache.org/r1653817 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 As per section 9.4 of the Servlet spec, ensure that the response body has been completely written before exiting the forward met

svn commit: r1653816 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 11:54:49 2015 New Revision: 1653816 URL: http://svn.apache.org/r1653816 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 As per section 9.4 of the Servlet spec, ensure that the response body has been completely written before exiting the forward met

svn commit: r1653815 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2015-01-22 Thread violetagg
Author: violetagg Date: Thu Jan 22 11:47:50 2015 New Revision: 1653815 URL: http://svn.apache.org/r1653815 Log: When closing the stream for the host's web.xml if an exception occur then hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue reported by Coverity Scan. Modified: t

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #12 from Konstantin Kolinko --- Thank you! Reproduced based on recipe from Comment 8. My example: 1) webapps/examples2/numberwriter2.jsp: [[[ Forward to numberwriter.txt ]]] 2) webapps/examples2/numberwriter.txt: Copied outpu

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #11 from Mark Thomas --- I've found the root cause. It was triggered by r1643210 but I think all that did was uncover a different bug. It is easier to see if you go back to Tomcat 6 as that is before async was added. If you loo

[Bug 47307] AJP connector: When IPV6 is disabled, Tomcat 6.0.20 couldn't start

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47307 Patrick, Yeh changed: What|Removed |Added Resolution|INVALID |WORKSFORME --- Comment #6 from Patr

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #10 from Mark Thomas --- Reprodcued every time. Many thanks. Looking for the root cause at the moment... -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #9 from Mark Thomas --- Thanks for the extra info. I (and I suspect a few other committers as well) am looking at this now... -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #8 from reibitto --- Okay, after some debugging, I think I found how to duplicate this rather easily. The original project where this was happening for me was a Spring MVC project. I wasn't able to duplicate it in a non-Spring M

Re: Coverity Scan

2015-01-22 Thread Violeta Georgieva
2015-01-22 9:02 GMT+02:00 Violeta Georgieva : > > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I think to base the scan again on Tomcat 8. > > Wdyt? Scan updated. > Regards, > Violeta

[Bug 57178] Add CorsFilter configuration option to allow requests with Origin "null"

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1653799 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterFilterC

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 10:10:11 2015 New Revision: 1653799 URL: http://svn.apache.org/r1653799 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 Origin values of "null" should be included if "*" is allowed. Patch provided by Gregor Zurowski Modified: tomcat/tc7.0.x/tru

svn commit: r1653798 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterFilterC

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 10:03:32 2015 New Revision: 1653798 URL: http://svn.apache.org/r1653798 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 Origin values of "null" should be included if "*" is allowed. Patch provided by Gregor Zurowski Modified: tomcat/tc8.0.x/tru

svn commit: r1653797 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java test/org/apache/catalina/filters/TestCorsFilter.java test/org/apache/catalina/filters/TesterFilterConfigs.java

2015-01-22 Thread markt
Author: markt Date: Thu Jan 22 10:00:53 2015 New Revision: 1653797 URL: http://svn.apache.org/r1653797 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 Origin values of "null" should be included if "*" is allowed. This closes #16 Modified: tomcat/trunk/java/org/apache/catalin

[GitHub] tomcat pull request: #57178: Allow CORS requests with Origin heade...

2015-01-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

svn commit: r1653794 - in /tomcat/jk/trunk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2015-01-22 Thread rjung
Author: rjung Date: Thu Jan 22 09:56:37 2015 New Revision: 1653794 URL: http://svn.apache.org/r1653794 Log: Correct log message "all endpoints are disconnected" to "no usable connection found, will create a new one". Tone done from info log level to debug for the common case. Modified: tomca

Re: Using non-blocking "Future" instead of blocking "Future.get"

2015-01-22 Thread Mark Thomas
On 21/01/2015 22:42, Yu Lin wrote: > Dear developers, I opened a discussion about the use of blocking > "Future.get()" in Tomcat 8 code on Bugzillar: > https://issues.apache.org/bugzilla/show_bug.cgi?id=57478 > > I was suggested to post it in this list. What's your opinion on this issue? There is

Re: Coverity Scan

2015-01-22 Thread Mark Thomas
On 22/01/2015 07:02, Violeta Georgieva wrote: > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > think to base the scan again on Tomcat 8. > > Wdyt? +1. Is it worth having separate scans for 8.0.x and trunk?

Re: Coverity Scan

2015-01-22 Thread Violeta Georgieva
2015-01-22 10:48 GMT+02:00 Konstantin Kolinko : > > 2015-01-22 10:02 GMT+03:00 Violeta Georgieva : > > Hi, > > > > I would like to update the coverity scan report. > > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > > think to base the scan again on Tomcat 8. > > > > W

Re: Coverity Scan

2015-01-22 Thread Konstantin Kolinko
2015-01-22 10:02 GMT+03:00 Violeta Georgieva : > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > think to base the scan again on Tomcat 8. > > Wdyt? +1 Two notes: 1) A project at coverity is linked to a GitH

[Bug 57476] Incomplete html pages

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476 --- Comment #7 from Konstantin Kolinko --- This still lacks a reproduction recipe. Thus far I tried the following simple tests with 8.0.17, and all of them are working (except a minor issue filed as bug 57481) - static files (Tomcat binar

[Bug 57481] New: IllegalStateException for nonblocking/numberwriter example with BIO connector

2015-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57481 Bug ID: 57481 Summary: IllegalStateException for nonblocking/numberwriter example with BIO connector Product: Tomcat 8 Version: 8.0.17 Hardware: PC Status