Closed grafjo closed 8 years ago
The HTTPBuilder truncated the /nexus servlet context path. Now the NexusHttpRequestHandler.handleRequest will respect the context path (if provided)
HTTPBuilder
/nexus
NexusHttpRequestHandler.handleRequest
thanks @grafjo !
The
HTTPBuilder
truncated the/nexus
servlet context path. Now theNexusHttpRequestHandler.handleRequest
will respect the context path (if provided)