RE: [OT] Accessing HREF Target from Servlet

2013-06-29 Thread Konstantin Preißer
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

Re: [OT] Accessing HREF Target from Servlet

2013-06-29 Thread George S.
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

Re: [OT] Accessing HREF Target from Servlet

2013-06-29 Thread André Warnier
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