Skip to content

Commit

Permalink
CoreContextHandler is missing some context-path love
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 14, 2025
1 parent 4cf6b7e commit c8c6ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
* unpacked into the temp directory defined by this core webapp.
* </p>
*/
// TODO: rename CoreContextHandler
public class CoreContextHandler extends ContextHandler implements Deployable
{
private static final Logger LOG = LoggerFactory.getLogger(CoreContextHandler.class);
Expand Down Expand Up @@ -100,6 +99,7 @@ public void initializeDefaults(Attributes attributes)

switch (keyName)
{
case Deployable.CONTEXT_PATH, Deployable.DEFAULT_CONTEXT_PATH -> setContextPath((String)value);
case Deployable.OTHER_PATHS ->
{
// The Base Resource (before init) is a nominated directory ("/<name>.d/")
Expand Down

0 comments on commit c8c6ce0

Please sign in to comment.