Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1, 1.3.4 (Beta)
-
Fix Version/s: Backlog
-
Component/s: Web - Configuration
-
Labels:None
-
Complexity:Intermediate
Description
base url for the configuration of continuum accepts this value
http://00000000000000000000000000000
Also working directory and building output directory accept this :
sadfasfsadfasdf
Confirmed in 1.3.4.
The url should be validated.
I'm not sure the working dir and build output dir are problems. The value doesn't have to be a full path, and doesn't have to be an existing directory, so how would you validate it?.
In the case you mention, it simply creates the directory under /path/to/continuum-1.3.4 which it must consider some kind of base directory. (Now that we're not in the Plexus appserver, I'm not sure how that works.) I'm also not sure what would happen if you gave a relative path like this when you're running the war in your own container.