[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #4 from Mark Thomas ma...@apache.org --- Worth noting here that we have the system property org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH Regarding the fragility of canonicalContextPath.equals(candidate), better

Re: svn commit: r1636345 - in /tomcat/trunk: java/javax/el/ExpressionFactory.java java/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2014-11-19 Thread Pierre Viret
Hello Since this commit it is not possible anymore to build tomcat 8 with -target 1.7 -source 1.7 but we have to use 1.8. Is it really the awaited result? I thought that Tomcat 8 was still jdk 7 compatible as stated in the release notes: http://tomcat.apache.org/tomcat-8.0-doc/RELEASE-NOTES.txt

Re: svn commit: r1636345 - in /tomcat/trunk: java/javax/el/ExpressionFactory.java java/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2014-11-19 Thread Mark Thomas
On 19/11/2014 17:00, Pierre Viret wrote: Hello Since this commit it is not possible anymore to build tomcat 8 with -target 1.7 -source 1.7 but we have to use 1.8. That statement is not correct. Is it really the awaited result? Yes, the impact of that commit was intentional. I thought

Re: svn commit: r1636345 - in /tomcat/trunk: java/javax/el/ExpressionFactory.java java/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2014-11-19 Thread Pierre Viret
OK sorry for my wrong statement and thank you for your answer. Pierre 2014-11-19 17:37 GMT+01:00 Mark Thomas ma...@apache.org: On 19/11/2014 17:00, Pierre Viret wrote: Hello Since this commit it is not possible anymore to build tomcat 8 with -target 1.7 -source 1.7 but we have to use

[Bug 57238] New: Updated SSL/TLS information for Tomcat 8/9

2014-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Bug ID: 57238 Summary: Updated SSL/TLS information for Tomcat 8/9 Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity:

svn commit: r1640642 - in /tomcat/tc8.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Wed Nov 19 23:45:12 2014 New Revision: 1640642 URL: http://svn.apache.org/r1640642 Log: Remove unneeded taskdef for setproxy task. The announcement for Ant 1.8.2 said, * distinction between core tasks and optional tasks is abolished

svn commit: r1640643 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Wed Nov 19 23:49:38 2014 New Revision: 1640643 URL: http://svn.apache.org/r1640643 Log: Remove unneeded taskdef for setproxy task. The announcement for Ant 1.8.2 said, * distinction between core tasks and optional tasks is abolished

[Bug 57216] Servlet mapping not found when creating RequestDispatcher for forward()

2014-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57216 --- Comment #5 from tomcatuser2...@gmail.com --- Thanks for your prompt responses. We'll change our config to Context path= -- You are receiving this mail because: You are the assignee for the bug.

[Tomcat Wiki] Update of FAQ/Developing by KonstantinKolinko

2014-11-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FAQ/Developing page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Developing?action=diffrev1=18rev2=19 Comment: Add link to Eclipse WTP FAQ 1.

svn commit: r1640652 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_ja.properties StandardContext.java

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 02:29:16 2014 New Revision: 1640652 URL: http://svn.apache.org/r1640652 Log: Correct message that is logged when load-on-startup servlet fails to load. It was logging context name instead of servlet name. Also correct message key. The message belongs to

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

2014-11-19 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-test-nio has an issue affecting its community

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

2014-11-19 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-test-apr has an issue affecting its community integration.

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

2014-11-19 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-test-bio has an issue affecting its community

svn commit: r1640655 - /tomcat/trunk/webapps/docs/cgi-howto.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 03:13:00 2014 New Revision: 1640655 URL: http://svn.apache.org/r1640655 Log: Update CGI-howto. Recommend to copy the servlet into one's own web application instead of uncommenting it globally. Modified: tomcat/trunk/webapps/docs/cgi-howto.xml Modified:

svn commit: r1640658 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 03:34:57 2014 New Revision: 1640658 URL: http://svn.apache.org/r1640658 Log: Correct documentation for CGI servlet: The default value for cgiPathPrefix is null. The WEB-INF/cgi value is the recommended one and used in conf/web.xml example. Modified:

Re: [GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-11-19 Thread Konstantin Kolinko
2014-11-20 6:09 GMT+03:00 Bill Barker billbar...@apache.org: 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

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

2014-11-19 Thread Konstantin Kolinko
2014-11-20 6:09 GMT+03:00 Bill Barker billbar...@apache.org: 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

svn commit: r1640672 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 04:34:51 2014 New Revision: 1640672 URL: http://svn.apache.org/r1640672 Log: Correct message that is logged when load-on-startup servlet fails to load. It was logging context name instead of servlet name. Also correct message key. The message belongs to

svn commit: r1640673 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ webapps/docs/

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 04:42:45 2014 New Revision: 1640673 URL: http://svn.apache.org/r1640673 Log: Correct message that is logged when load-on-startup servlet fails to load. It was logging context name instead of servlet name. Also correct message key. The message belongs to

svn commit: r1640674 - in /tomcat/tc8.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 04:59:49 2014 New Revision: 1640674 URL: http://svn.apache.org/r1640674 Log: Update CGI-howto. Recommend to copy the servlet into one's own web application instead of uncommenting it globally. The default value for cgiPathPrefix is null. The WEB-INF/cgi value is

svn commit: r1640675 - in /tomcat/tc7.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 05:01:56 2014 New Revision: 1640675 URL: http://svn.apache.org/r1640675 Log: Update CGI-howto. Recommend to copy the servlet into one's own web application instead of uncommenting it globally. The default value for cgiPathPrefix is null. The WEB-INF/cgi value is

svn commit: r1640677 - in /tomcat/tc6.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2014-11-19 Thread kkolinko
Author: kkolinko Date: Thu Nov 20 05:09:29 2014 New Revision: 1640677 URL: http://svn.apache.org/r1640677 Log: CTR: documentation and comments Update CGI-howto. Recommend to copy the servlet into one's own web application instead of uncommenting it globally. The default value for cgiPathPrefix

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

2014-11-19 Thread Bill Barker
Konstantin Kolinko wrote in message news:cabzhfvnamg1x0rtv3gyxckxq39pzbpsks6fytbfnmrbjz26...@mail.gmail.com... 2014-11-20 6:09 GMT+03:00 Bill Barker billbar...@apache.org: To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit

svn commit: r1640688 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/

2014-11-19 Thread markt
Author: markt Date: Thu Nov 20 06:30:08 2014 New Revision: 1640688 URL: http://svn.apache.org/r1640688 Log: Fix various problems identified with flushing batched messages: - Flush triggered by disabling batching failed to flip buffer before writing and also failed to clear the buffer after

svn commit: r1640689 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2014-11-19 Thread markt
Author: markt Date: Thu Nov 20 06:35:04 2014 New Revision: 1640689 URL: http://svn.apache.org/r1640689 Log: Fix various problems identified with flushing batched messages: - Flush triggered by disabling batching failed to flip buffer before writing and also failed to clear the buffer after

svn commit: r1640690 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2014-11-19 Thread markt
Author: markt Date: Thu Nov 20 06:38:58 2014 New Revision: 1640690 URL: http://svn.apache.org/r1640690 Log: Fix various problems identified with flushing batched messages: - Flush triggered by disabling batching failed to flip buffer before writing and also failed to clear the buffer after