Hi,
> -Original Message-
> From: George S. [mailto:geor...@mhsoftware.com]
> Sent: Saturday, June 29, 2013 7:45 PM
> To: Tomcat Users List
> Subject: Re: [OT] Accessing HREF Target from Servlet
>
>
> >
> > 1) Why would you need to access that
On 6/29/13 9:29 AM, André Warnier wrote:
George S. wrote:
I have a question. I'm doing some oAuth stuff, and the remote site is
redirecting me to:
my_url.html#something=blah&other_thing=blah-blah
I can see this is the url in the redirect of my browser bar.
What I can't figure out is how to
George S. wrote:
I have a question. I'm doing some oAuth stuff, and the remote site is
redirecting me to:
my_url.html#something=blah&other_thing=blah-blah
I can see this is the url in the redirect of my browser bar.
What I can't figure out is how to access the part of the URL after the
pound
Yes, I put some code in the page to detect the HREF anchor in the window
location, and then I pass it back to the server. Nothing's ever as easy
as you would like...
On 6/28/13 7:55 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
George,
On 6/27/13 8:56 PM, Geo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
George,
On 6/27/13 8:56 PM, George S. wrote:
> OK, I'm thinking that was a dumb question. If I'm understanding
> things, the browser is making the request for the page, and then
> looking for the HREF target in the generated page. So, the reality
>
OK, I'm thinking that was a dumb question. If I'm understanding things,
the browser is making the request for the page, and then looking for the
HREF target in the generated page. So, the reality is that tomcat never
sees the part after the # sign. Rats.
On 6/27/13 6:51 PM, George S. wrote:
I
I have a question. I'm doing some oAuth stuff, and the remote site is
redirecting me to:
my_url.html#something=blah&other_thing=blah-blah
I can see this is the url in the redirect of my browser bar.
What I can't figure out is how to access the part of the URL after the
pound sign. I've tried