feature_23113 #4
|
@ -61,7 +61,7 @@ public class UriResolverDocs {
|
|||
|
||||
@GET
|
||||
@Produces({ MediaType.TEXT_HTML })
|
||||
@Path("*")
|
||||
@Path("")
|
||||
public InputStream toDoc1(@Context HttpServletRequest req) throws WebApplicationException {
|
||||
logger.info(UriResolverDocs.class.getSimpleName() + " toDoc1 called");
|
||||
return index(req);
|
||||
|
|
Loading…
Reference in New Issue