[opencms-dev] anchor of URL being encoded (and incorrectly)
RĂ¼diger Kurz
r.kurz at alkacon.com
Fri Jul 2 15:30:09 CEST 2010
Dear all,
now this Bug is fixed in the OpenCms Head.
The correct position for fixing it was in the class:
org.opencms.relations.CmsLink in the method:
setComponents()
Replace the line:
m_anchor = splitter.getAnchor(); through
m_anchor = CmsLinkProcessor.unescapeLink(splitter.getAnchor());
--
Kind Regards,
RĂ¼diger
-------------------
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
Am 01.07.2010 17:04, schrieb Stephan Hartmann:
> Hi,
>
> RFC 3986 allows for the fragmet of an URI the same characters as for the
> query, including '=' and '&', so it should be totally compliant.
>
> Leslie, you could try to set the content-conversion property of the file
> to "false", this helps sometimes when contents get screwed up.
>
> Best regards,
> Stephan
>
>
> 2010/6/30 LesC <leshe88-chan at yahoo.com <mailto:leshe88-chan at yahoo.com>>
>
> Hi Andreas,
>
> Thanks for your response. I actually want the fragment to have an
> ampersand (&) character, e.g. "name=ABC&location=XYZ". This trick
> is used as a way to save state on dynamically updated webpages (e.g.
> paging lists). The URL can be bookmarked and the hash fragment is
> used load back the state.
>
> I understand this type of URL is probably not complaint, but used
> often. :) I filed a bug on just the fact that ampersand (&) is
> changed to (&) instead of just (&).
>
> -Leslie
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list