Re: svn commit: r1456068 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/resources/MANIFEST.MF webapps/docs/changelog.xml

2013-03-14 Thread Violeta Georgieva
2013/3/13 Mark Thomas wrote: > On 13/03/2013 18:10, violet...@apache.org wrote: >> Author: violetagg >> Date: Wed Mar 13 18:10:45 2013 >> New Revision: 1456068 >> >> URL: http://svn.apache.org/r1456068 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54684 >> Added 'javax.naming.sp

Re: Autobahn test results for Tomcat 8's web socket implementation

2013-03-14 Thread Mark Thomas
Nick Williams wrote: > >On Mar 13, 2013, at 6:46 PM, Mark Thomas wrote: > >> FYI >> >> http://people.apache.org/~markt/dev/autobahn-tomcat-8/ >> >> I'll post updates periodically. >> >> Mark > >Updates? Looks like you're done. :-) I hoping for some performance improvements. Mark --

svn commit: r1456353 - /tomcat/native/branches/1.1.x/native/src/sslnetwork.c

2013-03-14 Thread mturk
Author: mturk Date: Thu Mar 14 07:35:56 2013 New Revision: 1456353 URL: http://svn.apache.org/r1456353 Log: Prevent infinite loop for SSL_ERROR_SSL Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c URL: http://svn.a

[Bug 54684] PoolProperties.toString() causes NoClassDefFoundError exception

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54684 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 52318] Version in tomcat-jdbc POM is conflicted with Version in MANIFEST for JULI JAR

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318 --- Comment #20 from Violeta Georgieva --- (In reply to comment #19) > Original issue should have been fixed by r1455973, r1456080 Fixed in trunk and 7.0.x and will be included in 7.0.39 onwards. > Issue in comment 18 still remains. Ther

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-14 Thread Violeta Georgieva
2013/3/14 Mark Thomas wrote: > Given the issues reported with the 7.0.38 tag I'm leaning towards > cancelling the 7.0.38 vote, fixing the known issues and rolling 7.0.39. > > In addition to the issues in Bugzilla the only other issue was the > UEncoder problem Violeta found. (Any chance of a test c

[jira] [Created] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2013-03-14 Thread Jan Zelenka (JIRA)
Jan Zelenka created MTOMCAT-216: --- Summary: tomca7:run fails in multi-module project with overlays Key: MTOMCAT-216 URL: https://issues.apache.org/jira/browse/MTOMCAT-216 Project: Apache Tomcat Maven Plug

[jira] [Commented] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2013-03-14 Thread Jan Zelenka (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13602186#comment-13602186 ] Jan Zelenka commented on MTOMCAT-216: - I can create simple repro if it helps

[Bug 54619] JSSESocketFactory Webdav over SSL with windows explorer

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54619 Mark Thomas changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #3 from Mark T

[Bug 54690] HTTPS BIO/NIO connector does not enable TLS 1.1 and TLS 1.2 by default

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690 Mark Thomas changed: What|Removed |Added CC||f...@fasihi.net --- Comment #4 from

Re: Autobahn test results for Tomcat 8's web socket implementation

2013-03-14 Thread Rainer Jung
On 14.03.2013 00:46, Mark Thomas wrote: > FYI > > http://people.apache.org/~markt/dev/autobahn-tomcat-8/ > > I'll post updates periodically. Congrats! Some INFO (undefined by SPEC) and anything else in Green. Nice work!! Rainer

[Bug 54690] HTTPS BIO/NIO connector does not enable TLS 1.1 and TLS 1.2 by default

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690 --- Comment #5 from Mark Thomas --- Digging into the OpenJDK source code it appears that the JVM behaviour is by design. The defaults are different for client and server connections and SSLContext.getDefaultSSLParameters() returns the defa

[Bug 54688] the string \\$ in a jsp is escape in resulting page : \$

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54688 Bonillo Guillaume changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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

2013-03-14 Thread violetagg
Author: violetagg Date: Thu Mar 14 13:56:32 2013 New Revision: 1456440 URL: http://svn.apache.org/r1456440 Log: Fix the recycling of the o.a.t.u.buf.UEncoder.output field. Fix javadoc. Add a test case. Added: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUEncoder.java (with props) Mod

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

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 14:41:51 2013 New Revision: 1456453 URL: http://svn.apache.org/r1456453 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54690 Use server defaults not client defaults for SSL protocols and ciphers if none are defined for the connector. Modified: tomc

svn commit: r1456457 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 14:51:26 2013 New Revision: 1456457 URL: http://svn.apache.org/r1456457 Log: Use server defaults not client defaults for SSL protocols and ciphers if none are defined for the connector. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk

[Bug 54690] HTTPS BIO/NIO connector does not enable TLS 1.1 and TLS 1.2 by default

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1456474 - /tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:18:28 2013 New Revision: 1456474 URL: http://svn.apache.org/r1456474 Log: Fix Findbugs warning Modified: tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java URL: http://svn.ap

svn commit: r1456477 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:22:53 2013 New Revision: 1456477 URL: http://svn.apache.org/r1456477 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/web

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

2013-03-14 Thread violetagg
Author: violetagg Date: Thu Mar 14 15:43:05 2013 New Revision: 1456489 URL: http://svn.apache.org/r1456489 Log: Merged revision 1456440 from tomcat/trunk: Fix the recycling of the o.a.t.u.buf.UEncoder.output field. Fix javadoc. Add a test case. Added: tomcat/tc7.0.x/trunk/test/org/apache/to

svn commit: r1456491 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:47:24 2013 New Revision: 1456491 URL: http://svn.apache.org/r1456491 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 Allow the AccessLogValve file data format to be changed via JMX. The change takes effect as soon as the next message is logged.

svn commit: r1456494 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestUEncoder.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:51:56 2013 New Revision: 1456494 URL: http://svn.apache.org/r1456494 Log: Fix import order (checkstyle) Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUEncoder.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUEncoder.java URL: ht

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

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:52:38 2013 New Revision: 1456496 URL: http://svn.apache.org/r1456496 Log: Fix import order (checkstyle) Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestUEncoder.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestUEncod

svn commit: r1456499 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 15:55:43 2013 New Revision: 1456499 URL: http://svn.apache.org/r1456499 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 Allow the AccessLogValve file data format to be changed via JMX. The change takes effect as soon as the next message is logged.

[Bug 54660] AccessLogValve fileDateFormat can not be changed through JMX

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54660 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54665] Provide JNDI support for java.net.URL resources

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54665 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54690] HTTPS BIO/NIO connector does not enable TLS 1.1 and TLS 1.2 by default

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54690 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #7 from Ogn

[Tomcat Wiki] Update of "PoweredBy" by GalipKuyuk

2013-03-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by GalipKuyuk: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=459&rev2=460 === AppFuse === {{http://today.java.net/images/tiles/111-a

[CANCELLED][VOTE] Release Apache Tomcat 7.0.38

2013-03-14 Thread Mark Thomas
Due to the various regressions that have been reported I have decided to cancel this vote. I hope to be in a position to tag 7.0.39 later this evening. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additio

[Bug 52318] Version in tomcat-jdbc POM is conflicted with Version in MANIFEST for JULI JAR

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318 Violeta Georgieva changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--

Re: [CANCELLED][VOTE] Release Apache Tomcat 7.0.38

2013-03-14 Thread Konstantin Kolinko
2013/3/14 Mark Thomas : > Due to the various regressions that have been reported I have decided to > cancel this vote. > > I hope to be in a position to tag 7.0.39 later this evening. > I hoped that there will be a daemons release to address https://issues.apache.org/jira/browse/DAEMON-284 but lo

svn commit: r1456657 - in /tomcat/trunk/java: javax/servlet/http/Part.java org/apache/catalina/connector/Request.java org/apache/catalina/core/ApplicationPart.java org/apache/catalina/manager/HTMLMana

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 20:34:32 2013 New Revision: 1456657 URL: http://svn.apache.org/r1456657 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54658 Servlet 3.1: Implement getSubmittedFileName() Patch provided by Nick Williams Modified: tomcat/trunk/java/javax/servlet/http

svn commit: r1456663 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java java/org/apache/catalina/core/ApplicationPart.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 20:44:02 2013 New Revision: 1456663 URL: http://svn.apache.org/r1456663 Log: getFilename() -> getSubmittedFileName() in preparation for Servlet 3.1 Based on a patch by Nick Williams. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java

svn commit: r1456665 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPart.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 20:44:39 2013 New Revision: 1456665 URL: http://svn.apache.org/r1456665 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPart.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPart.java URL: http://

svn commit: r1456666 - /tomcat/trunk/webapps/docs/deployer-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 20:47:02 2013 New Revision: 145 URL: http://svn.apache.org/r145 Log: Correct typo reported via comments.a.o Modified: tomcat/trunk/webapps/docs/deployer-howto.xml Modified: tomcat/trunk/webapps/docs/deployer-howto.xml URL: http://svn.apache.org/view

[Bug 54658] Implement Part#getSubmittedFileName from SERVLET_SPEC-57

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54658 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1456671 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/deployer-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 20:50:46 2013 New Revision: 1456671 URL: http://svn.apache.org/r1456671 Log: Merged revision 145 from tomcat/trunk: Correct typo reported via comments.a.o Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/deployer-how

svn commit: r1456676 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 20:53:28 2013 New Revision: 1456676 URL: http://svn.apache.org/r1456676 Log: 7.0.38 release was cancelled Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1456678 - /tomcat/trunk/webapps/docs/windows-service-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 20:57:57 2013 New Revision: 1456678 URL: http://svn.apache.org/r1456678 Log: Correct typo reported on the users list http://tomcat.markmail.org/thread/xnxj7whkh6hnsd3t Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml Modified: tomcat/trunk/webap

svn commit: r1456681 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/windows-service-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 20:59:37 2013 New Revision: 1456681 URL: http://svn.apache.org/r1456681 Log: Merged revision 1456678 from tomcat/trunk: Correct typo reported on the users list http://tomcat.markmail.org/thread/xnxj7whkh6hnsd3t Modified: tomcat/tc7.0.x/trunk/ (props changed

svn commit: r1456684 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/deployer-howto.xml webapps/docs/windows-service-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 21:01:13 2013 New Revision: 1456684 URL: http://svn.apache.org/r1456684 Log: CTR: docs Merged revisions r145 r1456678 from tomcat/trunk: Correct typos Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/deployer-howto.x

svn commit: r1456691 - in /tomcat/trunk/test/org/apache/tomcat/websocket/pojo: TestEncodingDecoding.java Util.java

2013-03-14 Thread markt
Author: markt Date: Thu Mar 14 21:50:00 2013 New Revision: 1456691 URL: http://svn.apache.org/r1456691 Log: Extract some reuseable code Added: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/Util.java (with props) Modified: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestEncod

svn commit: r1456706 - /tomcat/trunk/webapps/docs/manager-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 22:37:10 2013 New Revision: 1456706 URL: http://svn.apache.org/r1456706 Log: Wrap long lines, remove indent from () blocks to reduce horizontal scrolling. Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-how

svn commit: r1456713 - /tomcat/trunk/webapps/docs/deployer-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 23:14:43 2013 New Revision: 1456713 URL: http://svn.apache.org/r1456713 Log: Better introduction of the Manager web application. Added mention of Tomcat Maven Plugin project. Modified: tomcat/trunk/webapps/docs/deployer-howto.xml Modified: tomcat/trunk/webap

svn commit: r1456714 - /tomcat/trunk/webapps/docs/deployer-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 23:15:56 2013 New Revision: 1456714 URL: http://svn.apache.org/r1456714 Log: s/7.0/8.0/ Modified: tomcat/trunk/webapps/docs/deployer-howto.xml Modified: tomcat/trunk/webapps/docs/deployer-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs

svn commit: r1456716 - /tomcat/trunk/webapps/docs/deployer-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 23:28:17 2013 New Revision: 1456716 URL: http://svn.apache.org/r1456716 Log: Context descriptors are not created for deployed apps in Tomcat 7. Minor tweaks. Modified: tomcat/trunk/webapps/docs/deployer-howto.xml Modified: tomcat/trunk/webapps/docs/deployer-

svn commit: r1456721 - in /tomcat/trunk: RUNNING.txt webapps/docs/manager-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 23:41:36 2013 New Revision: 1456721 URL: http://svn.apache.org/r1456721 Log: Correct example. (The manager webapp was in server/webapps in TC 5.5, but not now.) Add RemoteAddrValve to Manager configuration examples. Modified: tomcat/trunk/RUNNING.txt tom

svn commit: r1456725 - in /tomcat/tc7.0.x/trunk: ./ RUNNING.txt webapps/docs/changelog.xml webapps/docs/deployer-howto.xml webapps/docs/manager-howto.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Thu Mar 14 23:48:06 2013 New Revision: 1456725 URL: http://svn.apache.org/r1456725 Log: Merged revisions r1456706 r1456713 r1456716 r1456721 from tomcat/trunk: Correct Deployer and Manager pages of Tomcat documentation: Wrap long lines. Better introduction of the Manager web

svn commit: r1456740 - /tomcat/trunk/webapps/docs/config/context.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Fri Mar 15 01:19:12 2013 New Revision: 1456740 URL: http://svn.apache.org/r1456740 Log: Rephrase the context naming rules. Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/t

[Bug 54700] New: Improvement: Add support for system property to specify location of APR/native library

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 Bug ID: 54700 Summary: Improvement: Add support for system property to specify location of APR/native library Product: Tomcat 8 Version: trunk Hardware: All

[Bug 54700] Improvement: Add support for system property to specify location of APR/native library

2013-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54700 Nick Williams changed: What|Removed |Added Attachment #30053|0 |1 is patch|

svn commit: r1456762 - /tomcat/trunk/webapps/docs/config/context.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Fri Mar 15 04:01:31 2013 New Revision: 1456762 URL: http://svn.apache.org/r1456762 Log: Clarify Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/co

svn commit: r1456766 - /tomcat/trunk/webapps/docs/config/context.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Fri Mar 15 04:19:17 2013 New Revision: 1456766 URL: http://svn.apache.org/r1456766 Log: Correct a typo Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/

svn commit: r1456767 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/context.xml

2013-03-14 Thread kkolinko
Author: kkolinko Date: Fri Mar 15 04:21:41 2013 New Revision: 1456767 URL: http://svn.apache.org/r1456767 Log: Merged revisions r1456740 r1456762 r1456766 from tomcat/trunk: Rephrase the context naming rules. Clarify. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/