Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Ant
-
Labels:None
-
Environment:Oracle Weblogic 10.3.6
Sun JDK 1.6.0_32
-
Complexity:Intermediate
-
Number of attachments :
Description
When trying to start a weblogic103x container through ant, the java.security.policy system property has an extra equal (=) sign appended. eg. in AdminServer.log, the property shows up as
java.security.policy = =/location/to/weblogic.policy
after looking at the code, looks like this was done on purpose. can be closed.