Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.3.1
-
Fix Version/s: 7.4.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Webapp verifier throws exception about URI not being absolute when an application is about to be verified.
The problem was that the URI in question was a file system path without file:// prefix. Upon fixing this issue another exception became unmasked. The latter issue was fixed by ensuring that a work directory is checked and created if it does not exist.