Re: Handling of # in redirects

2013-08-08 Thread Oleg Kalnichevski
On Thu, 2013-08-08 at 13:51 +0200, Philippe Mouawad wrote: > Hello Oleg, > Thanks for answer, maybe it is just a matter of language, but if you say: > http://en.wikipedia.org/wiki/Fragment_identifier%23Examples > -> > http://en.wikipedia.org/wiki/Fragment_identifier%23Examples > > http://en.wikipe

Re: Handling of # in redirects

2013-08-08 Thread Philippe Mouawad
Hello Oleg, Thanks for answer, maybe it is just a matter of language, but if you say: http://en.wikipedia.org/wiki/Fragment_identifier%23Examples -> http://en.wikipedia.org/wiki/Fragment_identifier%23Examples http://en.wikipedia.org/wiki/Fragment_identifier#Examples -> http://en.wikipedia.org/wiki

Re: Handling of # in redirects

2013-08-08 Thread Oleg Kalnichevski
On Thu, 2013-08-08 at 13:35 +0200, Philippe Mouawad wrote: > Hello Oleg, > Maybe my question was not cear. > > I was saying that using this URL in a Sampler: > >- GET http://en.wikipedia.org/wiki/Fragment_identifier%23Examples > > The URL called would be: > >- GET http://en.wikipedia.or

Re: Handling of # in redirects

2013-08-08 Thread Philippe Mouawad
Hello Oleg, Maybe my question was not cear. I was saying that using this URL in a Sampler: - GET http://en.wikipedia.org/wiki/Fragment_identifier%23Examples The URL called would be: - GET http://en.wikipedia.org/wiki/Fragment_identifier HC removes chars after # Regards Philippe On Th

Re: Handling of # in redirects

2013-08-08 Thread Oleg Kalnichevski
On Thu, 2013-08-08 at 11:35 +0200, Philippe Mouawad wrote: > Hello, > > I submitted a while ago a bug on fragment handling in URLs: > >- https://issues.apache.org/jira/browse/HTTPCLIENT-1286 > > > As a summary HTTPClient handles it by stripping it from URLs even if it's > encoded like this:

Re: Handling of # in redirects

2013-08-08 Thread Philippe Mouawad
Note it is not limited to redirects but also to direct URLs On Thu, Aug 8, 2013 at 11:35 AM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello, > > I submitted a while ago a bug on fragment handling in URLs: > >- https://issues.apache.org/jira/browse/HTTPCLIENT-1286 > > > As a sum

Handling of # in redirects

2013-08-08 Thread Philippe Mouawad
Hello, I submitted a while ago a bug on fragment handling in URLs: - https://issues.apache.org/jira/browse/HTTPCLIENT-1286 As a summary HTTPClient handles it by stripping it from URLs even if it's encoded like this: http://en.wikipedia.org/wiki/Fragment_identifier%23Examples. Can you confir