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.
Activity
Michael Gorovoy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | jetty-1350_patch.diff [ 54290 ] |
Michael Gorovoy
made changes -
| Assignee | Michael Gorovoy [ mgorovoy ] | Joakim Erdfelt [ joakime ] |
Michael Gorovoy
made changes -
| Assignee | Joakim Erdfelt [ joakime ] | Michael Gorovoy [ mgorovoy ] |
Michael Gorovoy
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 7.3.2 [ 17237 ] | |
| Resolution | Fixed [ 1 ] |
Jesse McConnell
made changes -
| Fix Version/s | 7.4.0 [ 17302 ] | |
| Fix Version/s | 7.3.2 [ 17237 ] |
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.