Fixing path

This commit is contained in:
Luca Frosini 2022-03-31 18:32:38 +02:00
parent b572c22003
commit 489cd05268
1 changed files with 1 additions and 1 deletions

View File

@ -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();