Skip to content
Snippets Groups Projects
Commit f0ce6eb8 authored by Geddings Barrineau's avatar Geddings Barrineau
Browse files

Testing out some things related to the REST api.

parent 50c6b2ba
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,8 @@ public class RoutesResource extends ServerResource {
String dstDpid = (String) getRequestAttributes().get("dst-dpid");
Integer numRoutes = Integer.parseInt((String) getRequestAttributes().get("num-routes"));
log.info("REQUEST: {}", getRequest().getRootRef().toString());
log.info("REQUEST: {}", getRequest().getResourceRef().toString());
log.info("REQUEST: {}", getContext().getAttributes().get("contextPath").toString());
log.info("REQUEST1: {}", getRequest().getRootRef().toString());
log.info("REQUEST2: {}", getRequest().getResourceRef().toString());
log.debug("Asking for routes from {} to {}", srcDpid, dstDpid);
log.debug("Asking for {} routes", numRoutes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment