Fixing path
This commit is contained in:
parent
b572c22003
commit
489cd05268
|
@ -24,7 +24,7 @@ public class Docs {
|
|||
private static Logger logger = LoggerFactory.getLogger(Docs.class);
|
||||
|
||||
@GET
|
||||
@Path("{any: .*}")
|
||||
@Path("{any: .{0,}}")
|
||||
public InputStream toDoc(@Context HttpServletRequest req) throws WebApplicationException {
|
||||
|
||||
String pathInfo = req.getPathInfo();
|
||||
|
|
Loading…
Reference in New Issue