On Mon, Aug 3, 2009 at 12:01 PM, Roy Hyunjin
Han<[email protected]> wrote:
>
> It seems that pylons truncates part of the URL including and after the hash.
>
> For example, there does not seem to be a way to extract the xxx in the
> following URL: http://zzz#xxx

The fragment part is never sent to the server; it's used by the
browser to scroll to a position within the page.  So what Pylons
receives is "http://zzz";.

-- 
Mike Orr <[email protected]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to