https://issues.apache.org/bugzilla/show_bug.cgi?id=57155
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155
--- Comment #3 from Konstantin Kolinko ---
I envision a caveat with ContextConfig.fixDocBase().
The fixDocBase() method replaces null docBase with one calculated from path,
(new ContextName(path, context.getWebappVersion())).getBaseName().
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155
--- Comment #2 from Mark Thomas ---
I'm leaning towards treating a docBase value of "" as invalid and using null to
signal that a docBase on the file system is not required. I need to do some
testing of this.
--
You are receiving this mai
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst