[Bug 58174] SSL is not working on IE10

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Rick Hicksted changed: What|Removed |Added OS|All |Windows Server 2012 -- You are receiv

[Bug 58174] SSL is not working on IE10

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Rick Hicksted changed: What|Removed |Added OS||All --- Comment #1 from Rick Hicksted

[Bug 58174] SSL is not working on IE10

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Rick Hicksted changed: What|Removed |Added Severity|normal |regression -- You are receiving this

[Bug 58174] New: SSL is not working on IE10

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58174 Bug ID: 58174 Summary: SSL is not working on IE10 Product: Tomcat 6 Version: 6.0.44 Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

[Bug 51833] Tomcat doesn't strip jsessionid from the url

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51833 --- Comment #7 from Konstantin Kolinko --- I updated Tomcat 6 changelog in r1692377 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscrib

svn commit: r1692377 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2015-07-23 Thread kkolinko
Author: kkolinko Date: Thu Jul 23 11:18:04 2015 New Revision: 1692377 URL: http://svn.apache.org/r1692377 Log: Improve changelog record for r1149220 > (Thu Jul 21 15:23:11 2011 UTC (4 years ago)) > Fix path parameter handling. Prevent the following URL failing with a 404: > http://localhost:8080/

[Bug 51833] Tomcat doesn't strip jsessionid from the url

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51833 --- Comment #6 from Konstantin Kolinko --- Some person is currently asking about history of this change on the users@ list, comparing behaviour of some old Tomcat 6 and current Tomcat 7 versions. (2015-07-23, "Tomcat 7 (7.0.54) Login URL is Pa

buildbot exception in ASF Buildbot on tomcat-trunk

2015-07-23 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/71 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1692375 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2015-07-23 Thread kfujino
Author: kfujino Date: Thu Jul 23 10:31:39 2015 New Revision: 1692375 URL: http://svn.apache.org/r1692375 Log: Eliminate the dependence on maxActive of busy queues and idle queue in order to enable the expansion of the pool size via JMX. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/m

svn commit: r1692373 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2015-07-23 Thread kfujino
Author: kfujino Date: Thu Jul 23 10:30:15 2015 New Revision: 1692373 URL: http://svn.apache.org/r1692373 Log: Eliminate the dependence on maxActive of busy queues and idle queue in order to enable the expansion of the pool size via JMX. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/m

svn commit: r1692372 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2015-07-23 Thread kfujino
Author: kfujino Date: Thu Jul 23 10:27:58 2015 New Revision: 1692372 URL: http://svn.apache.org/r1692372 Log: Eliminate the dependence on maxActive of busy queues and idle queue in order to enable the expansion of the pool size via JMX. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java

[Bug 58104] APR log error: org.apache.tomcat.jni.Error: 20005: An invalid socket was returned

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58104 --- Comment #5 from Violeta Georgieva --- The test case from bug 58103#c7 can be used for this issue also. Once it is executed I can see the same exceptions that I posted earlier. -- You are receiving this mail because: You are the assignee f

[Bug 58103] NIO2 warning: Incorrect connection count, multiple socket.close called on the same socket.

2015-07-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58103 --- Comment #7 from Ognjen Blagojevic --- Here is a minimal test case: public static void main(String[] argv) throws Exception { URL url = new URL("http://localhost:84/examples/servlets/nonblocking/numberwriter";); InputStr