-
Bug
-
Resolution: Fixed
-
P2
-
7-pool, 8
-
b115
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033815 | 7u80 | Alan Bateman | P2 | Resolved | Fixed | b01 |
JDK-8034281 | 7u65 | Alan Bateman | P2 | Resolved | Fixed | b01 |
JDK-8027272 | 7u60 | Sean Coffey | P2 | Resolved | Fixed | b01 |
JDK-8027462 | 7u55 | Alan Bateman | P2 | Resolved | Fixed | b01 |
JDK-8027797 | 7u51 | Alan Bateman | P2 | Closed | Fixed | b06 |
JDK-8027657 | 6u75 | Sean Coffey | P2 | Resolved | Fixed | b01 |
JDK-8027274 | 6u71 | Sean Coffey | P2 | Closed | Fixed | b06 |
JDK-8027658 | 5.0u65 | Sean Coffey | P2 | Resolved | Fixed | b01 |
JDK-8027273 | 5.0u61 | Sean Coffey | P2 | Closed | Fixed | b05 |
The original ORB.init issue can be resolved easily but that fix highlighted more issues :
i.e :
java.lang.NoClassDefFoundError: Could not initialize class com.sun.corba.se.impl.ior.iiop.MaxStreamFormatVersionComponentImpl
at com.sun.corba.se.spi.ior.iiop.IIOPFactories.makeMaxStreamFormatVersionComponent(IIOPFactories.java:174)
at com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl.addToIORTemplate(SocketOrChannelAcceptorImpl.java:361)
at com.sun.corba.se.impl.transport.CorbaTransportManagerImpl.addToIORTemplate(CorbaTransportManagerImpl.java:238)
==
Each call creating a new instance of com.sun.corba.se.impl.* objects needs to be checked. Once that code is corrected, we can add the private com.sun.corba.se.impl.* packages to the restricted list.
- backported by
-
JDK-8027272 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8027462 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8027657 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8027658 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8033815 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8034281 com.sun.corba.se.** should be on restricted package list
-
- Resolved
-
-
JDK-8027273 com.sun.corba.se.** should be on restricted package list
-
- Closed
-
-
JDK-8027274 com.sun.corba.se.** should be on restricted package list
-
- Closed
-
-
JDK-8027797 com.sun.corba.se.** should be on restricted package list
-
- Closed
-
- relates to
-
JDK-8028215 ORB.init fails with SecurityException if properties select the JDK default ORB
-
- Closed
-
-
JDK-8000450 Restrict access to com/sun/corba/se/impl package.
-
- Closed
-