-
Story
-
Resolution: Won't Do
-
Major
-
2.5.0.Final
-
None
-
None
-
None
Not sure if we have one, I couldn't find it.
This rule should find absolute paths, both windows and linux, in java literals, and in config files (let's limit it to .xml, .properties, .conf, .txt, .ini etc.)
Example from our biggest app:
org.apache.ws.security.crypto.store=H:/...
Here's an example used in our biggest app's Spring bean:
<bean id="myKeyLocator" class="com.mformation.security.crypto.ClientSecretKeyLocator"> <property name="keyFile"> <value>C:/foo/qa1.key</value> </property> </bean>
- is duplicated by
-
WINDUPRULE-196 local-storage-00003 is triggered more times than needed
- Closed
- relates to
-
WINDUPRULE-148 Create new rule for identifying Windows filesystem paths
- Dev Complete