[Bug 57155] Allow Context without real docbase in embedded Tomcat

2014-10-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57155] Allow Context without real docbase in embedded Tomcat

2014-10-29 Thread bugzilla
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().

[Bug 57155] Allow Context without real docbase in embedded Tomcat

2014-10-29 Thread bugzilla
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

[Bug 57155] Allow Context without real docbase in embedded Tomcat

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst