Issue Type: Task Task
Assignee: Antti Hietala
Created: 06/Feb/13 2:59 PM
Description:

In info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback and info.magnolia.cms.util.UrlPatternDelegate we expose possibility to check either URL (url, urlPattern) or original URL (originalUrlPattern, originalUrl). It should be documented what those terms mean in context of those classes.
URL - current request URL, decoded and without the context path
Original URL - original request URL, decoded and without the context path, not modified by any filter

Example (valid for EE as MultisiteFilter is removing first level node name from URL):
Browser request: http://demoauthor.magnolia-cms.com/demo-project/about.html
URL: /about.html - context path and first level node are removed
Original URL: /demo-project/about.html - just context path is removed

Project: Documentation
Priority: Neutral Neutral
Reporter: Ondrej Chytil
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to