Author: kkolinko
Date: Sat Mar  6 14:48:02 2010
New Revision: 919772

URL: http://svn.apache.org/viewvc?rev=919772&view=rev
Log:
proposal

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=919772&r1=919771&r2=919772&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Mar  6 14:48:02 2010
@@ -90,3 +90,18 @@
   (it is markt's r915070)
   +1: kkolinko
   -1:
+
+* Remove JSSE13Factory, JSSE13SocketFactory classes,
+  because
+    - TC 5.5 runs on JRE 1.4+ and that comes bundled with JSSE 1.4,
+      so these classes are no more needed.
+    - JSSE13SocketFactory directly references com.sun.net.* classes in its
+      source code without using reflection, and that causes compilation failure
+      with my IDE/JRE settings.
+  1)
+    svn delete 
connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13Factory.java
+    svn delete 
connectors/util/java/org/apache/tomcat/util/net/jsse/JSSE13SocketFactory.java
+  2)
+    
http://people.apache.org/~kkolinko/patches/2010-03-06_tc55_remove_JSSE13Factory.patch
+  +1: kkolinko
+  -1:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to