[Tomcat Wiki] Update of TomcatVersions by VioletaGeorgieva

2014-12-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The TomcatVersions page has been changed by VioletaGeorgieva: https://wiki.apache.org/tomcat/TomcatVersions?action=diffrev1=24rev2=25 ||Listed on download pages: ||Yes || = Tomcat

svn commit: r1646178 - /tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOnEntry.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 09:00:06 2014 New Revision: 1646178 URL: http://svn.apache.org/r1646178 Log: Clean-up. - use imports - fix Java 8 Javadoc issues Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOnEntry.java Modified:

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2014-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108 Ralf Hauser hau...@acm.org changed: What|Removed |Added CC||hau...@acm.org ---

Re: Back-porting BZ57338 SSO + Cluster improvements

2014-12-17 Thread Keiichi Fujino
2014-12-17 7:52 GMT+09:00 Mark Thomas ma...@apache.org: The fix for BZ 57338 (SSO + cluster) ended up making some fairly invasive changes so that the implementation was sensible. I'd like to discuss which - if any - of these changes we'd be happy to back-port to Tomcat 8 and Tomcat 7. [1]

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

2014-12-17 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141217-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[Bug 57363] New: Cannot check or debug reading of Konfiguration file -Djava.util.logging.config.file=logging.props

2014-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57363 Bug ID: 57363 Summary: Cannot check or debug reading of Konfiguration file -Djava.util.logging.config.file=logging.props Product: Tomcat 8 Version: 8.0.15 Hardware:

[Bug 57363] Cannot check or debug reading of configuration file -Djava.util.logging.config.file=logging.props

2014-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57363 m.b...@telekom.de changed: What|Removed |Added Summary|Cannot check or debug |Cannot check or debug

svn commit: r1646220 - /tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOnSessionKey.java

2014-12-17 Thread kkolinko
Author: kkolinko Date: Wed Dec 17 12:44:58 2014 New Revision: 1646220 URL: http://svn.apache.org/r1646220 Log: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SingleSignOnSessionKey.java (props changed) Propchange:

[Bug 56021] SSL connector using windows-my keystore

2014-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56021 --- Comment #2 from joakim_ganse joakim.ga...@accept-it.se --- Does this work now? and how do I set it up? My current setup is on Windows 2012 R2 with Tomcat 7.0.55. Tomcat is installed as a service. I have verified that the certificate

Re: Back-porting BZ57338 SSO + Cluster improvements

2014-12-17 Thread Mark Thomas
On 17/12/2014 09:58, Keiichi Fujino wrote: 2014-12-17 7:52 GMT+09:00 Mark Thomas ma...@apache.org: snip/ In summary, patches [7] and [8] look to be the ones that need the most careful consideration followed by [2]. Thoughts? [1][2][3][4][5][6][9][A] +1 back-port. There is no objection

svn commit: r1646302 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java coyote/http11/InternalNioInputBuffer.java coyote/http11/InternalNioOutputBuffer.java tomcat/util/net/NioC

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 18:04:38 2014 New Revision: 1646302 URL: http://svn.apache.org/r1646302 Log: Simplify. NioChannel.getAttachment(boolean) was only ever called with a parameter of false. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

svn commit: r1646303 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 18:09:30 2014 New Revision: 1646303 URL: http://svn.apache.org/r1646303 Log: Use the provided atomic method to replace the attachment and return a reference to the old value rather than doing the same thing in a thread unsafe manner. Modified:

svn commit: r1646304 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 18:19:00 2014 New Revision: 1646304 URL: http://svn.apache.org/r1646304 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 Ensure that Socket and SocketWrapper are only returned to the cache once on socket close (it is possible for multiple threads

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 --- Comment #5 from Mark Thomas ma...@apache.org --- I have committed a fix for this to trunk (Tomcat 9.0.x). Are you able to check out trunk from svn, build it and comfirm whether or not this fixes the issue for you? -- You are receiving

svn commit: r1646348 - in /tomcat/trunk: java/org/apache/catalina/util/Conversions.java test/org/apache/catalina/util/TestConversions.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:23:00 2014 New Revision: 1646348 URL: http://svn.apache.org/r1646348 Log: Remove unused code. Removed: tomcat/trunk/java/org/apache/catalina/util/Conversions.java tomcat/trunk/test/org/apache/catalina/util/TestConversions.java

svn commit: r1646349 - /tomcat/trunk/java/org/apache/catalina/util/StringParser.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:26:30 2014 New Revision: 1646349 URL: http://svn.apache.org/r1646349 Log: Remove deprecated code highlighted as unused by UCDetector Removed: tomcat/trunk/java/org/apache/catalina/util/StringParser.java

svn commit: r1646355 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpMessage.java AjpProcessor.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:41:11 2014 New Revision: 1646355 URL: http://svn.apache.org/r1646355 Log: Header size is a constant. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified:

svn commit: r1646356 - /tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:41:50 2014 New Revision: 1646356 URL: http://svn.apache.org/r1646356 Log: Header size is a constant (fix the test as well) Modified: tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java Modified:

svn commit: r1646357 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:43:04 2014 New Revision: 1646357 URL: http://svn.apache.org/r1646357 Log: Remove code highlighted as unused by UCDetector Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java

svn commit: r1646359 - /tomcat/trunk/java/org/apache/coyote/Response.java

2014-12-17 Thread markt
Author: markt Date: Wed Dec 17 22:48:48 2014 New Revision: 1646359 URL: http://svn.apache.org/r1646359 Log: Remove code highlighted as unused by UCDetector Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL:

Re: svn commit: r1646359 - /tomcat/trunk/java/org/apache/coyote/Response.java

2014-12-17 Thread Konstantin Kolinko
2014-12-18 1:48 GMT+03:00 ma...@apache.org: Author: markt Date: Wed Dec 17 22:48:48 2014 New Revision: 1646359 URL: http://svn.apache.org/r1646359 Log: Remove code highlighted as unused by UCDetector Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: