Bug 20859 - Double '=' in cataline.sh. (-Djava.securty.policy=="$CATA...)
Summary: Double '=' in cataline.sh. (-Djava.securty.policy=="$CATA...)
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 4.1.24
Hardware: All Linux
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords: PatchAvailable
: 28691 51575 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-18 09:31 UTC by Ronald Klop
Modified: 2011-07-28 18:09 UTC (History)
2 users (show)



Attachments
Fix for double '='. (1.88 KB, patch)
2003-06-18 09:39 UTC, Ronald Klop
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2003-06-18 09:31:30 UTC
In catalina.sh this line is wrong:
-Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy

There is a double '='.
This line occurs several times.
Comment 1 Ronald Klop 2003-06-18 09:39:07 UTC
Created attachment 6867 [details]
Fix for double '='.
Comment 2 Ronald Klop 2003-06-18 09:40:48 UTC
Added a fix.
Comment 3 Ignacio J. Ortega 2003-06-25 18:50:50 UTC
"The double equals is intentional.  It tells the SecurityManager to completely 
replace any existing set of policies, rather than merging in new ones." 
Comment 4 Konstantin Kolinko 2011-07-28 18:08:19 UTC
*** Bug 51575 has been marked as a duplicate of this bug. ***
Comment 5 Konstantin Kolinko 2011-07-28 18:09:34 UTC
*** Bug 28691 has been marked as a duplicate of this bug. ***