• Icon: Story Story
    • Resolution: Won't Do
    • Icon: Major Major
    • 2.6.0.Final
    • 2.5.0.Final
    • 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>
      

            Unassigned Unassigned
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: