On Thu, 03 Nov 2011 21:45:22 -0200, Howard Lewis Ship
wrote:
I don't think there's a direct way to get what you want ... yet, just
re-assemble from context, path and query parameters.
HttpServletRequest.getRequestURL() is a good start: "Reconstructs the URL
the client used to make the req
I don't think there's a direct way to get what you want ... yet, just
re-assemble from context, path and query parameters.
On Thu, Nov 3, 2011 at 9:30 AM, Tony Nelson wrote:
> What is the correct way to get the entire requested URI from a given request?
>
> Request has getContext() and getPath().
What is the correct way to get the entire requested URI from a given request?
Request has getContext() and getPath(). getPath() leaves off any parameters,
which I could rebuild I suppose.
But is there any way just the URI with all the parameters (and possibly the
anchor) as it was originally r
how to get user requested url through cycle object?
let say user enter http://www.abc.com/app?service=abcService¶mer1=test
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]