standardContext.urlPattern.patternWarning=WARNING: URL pattern {0} must start with a ''/'' in Servlet 2.4
standardContext.urlValidate=Cannot validate URL decoded request path {0}
standardContext.workPath=Exception obtaining work path for context [{0}]
+standardContext.workCreateException=Failed to determine absolute work directory from directory [{0}] and CATALINA_HOME [{1}] for context [{2}]
+standardContext.workCreateFail=Failed to create work directory [{0}] for context [{1}]
standardContext.wrapper.error=JSP file {0} must start with a ''/'
standardContext.wrapper.warning=WARNING: JSP file {0} must start with a ''/'' in Servlet 2.4
standardEngine.alreadyStarted=Engine has already been started
((BaseDirContext) webappResources).setCacheMaxSize
(getCacheMaxSize());
((BaseDirContext) webappResources).allocate();
+ // Alias support
+ ((BaseDirContext) webappResources).setAliases(getAliases());
}
// Register the cache in JMX
if (isCachingAllowed()) {
<bug>50448</bug>: Fix possible <code>IllegalStateException</code>
caused by recent session management refactoring. (markt)
</fix>
+ <fix>
+ Ensure aliases settings for a context are retained after a context is
+ reloaded. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">