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
|
||||
public String getContextPath()
|
||||
{
|
||||
Context context = getContext();
|
||||
Request.Wrapper wrapper = this;
|
||||
String contextPath = context.getContextPath();
|
||||
Context outer = wrapper.getWrapped().getContext();
|
||||
return (outer instanceof Server.ServerContext) ? contextPath : null;
|
||||
return _contextPath;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue