You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
As of now vPAV scans for properties with the following line of code: input = this.getClass().getClassLoader().getResourceAsStream("vPav.properties");
This leads to searching inside vPAV's Jar for the specified properties. Instead, this file should be looked for inside the project using vPAV and also neglect upper- and lowercase characters.
As of now vPAV scans for properties with the following line of code:
input = this.getClass().getClassLoader().getResourceAsStream("vPav.properties");This leads to searching inside vPAV's Jar for the specified properties. Instead, this file should be looked for inside the project using vPAV and also neglect upper- and lowercase characters.