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