On Mon, Jan 14, 2013 at 11:10 AM, wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=54406
>
> --- Comment #2 from Tim Whittington ---
> Fixed in trunk and in 7.0.x and will be included in 7.0.36 onwards.
>
> The change involved a modification to the org.apache.tomcat.util.net.SSLUtil
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=54406
Tim Whittington changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54406
--- Comment #2 from Tim Whittington ---
Fixed in trunk and in 7.0.x and will be included in 7.0.36 onwards.
The change involved a modification to the org.apache.tomcat.util.net.SSLUtil
interface, which will require updates to custom SSLImp
Author: timw
Date: Sun Jan 13 22:08:14 2013
New Revision: 1432753
URL: http://svn.apache.org/viewvc?rev=1432753&view=rev
Log:
Merged revision 1432751 from tomcat/trunk:
Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54406.
Make NIO connector use the same logic as BIO connector to pru
Author: timw
Date: Sun Jan 13 22:04:31 2013
New Revision: 1432751
URL: http://svn.apache.org/viewvc?rev=1432751&view=rev
Log:
Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54406.
Make NIO connector use the same logic as BIO connector to prune specified
ciphers and sslEnableProtocols
https://issues.apache.org/bugzilla/show_bug.cgi?id=52870
Mark Thomas changed:
What|Removed |Added
Version|6.0.9 |2.2.17
Keywords|APIBug
https://issues.apache.org/bugzilla/show_bug.cgi?id=52870
hisham changed:
What|Removed |Added
Version|2.2.17 |6.0.9
Keywords|
Author: markt
Date: Sun Jan 13 10:59:02 2013
New Revision: 1432584
URL: http://svn.apache.org/viewvc?rev=1432584&view=rev
Log:
Remove deprecation from method restored in Tomcat 8
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/tc7.0.x/trunk/jav