Skip to content

Commit

Permalink
Bugfix on resource url generation
Browse files Browse the repository at this point in the history
  • Loading branch information
markusstoll committed May 4, 2014
1 parent ad4c1af commit d5a86f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public WOResponse handleRequest(WORequest woRequest)

WODynamicURL du = woRequest._uriDecomposed();
String baseUri = String.format("%s/%s.woa/%s/%s",
du.adaptorPath(),
du.prefix(),
du.applicationName(),
du.requestHandlerKey(),
du.requestHandlerPath());
Expand Down

0 comments on commit d5a86f4

Please sign in to comment.