Reverting ContextHandler.Context change
This commit is contained in:
parent
0b542dc29b
commit
4c0c2a6988
|
@ -981,11 +981,7 @@ public class ContextHandler extends Handler.Wrapper implements Attributes, Grace
|
||||||
@Override
|
@Override
|
||||||
public String getContextPath()
|
public String getContextPath()
|
||||||
{
|
{
|
||||||
Context context = getContext();
|
return _contextPath;
|
||||||
Request.Wrapper wrapper = this;
|
|
||||||
String contextPath = context.getContextPath();
|
|
||||||
Context outer = wrapper.getWrapped().getContext();
|
|
||||||
return (outer instanceof Server.ServerContext) ? contextPath : null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue