[ http://issues.apache.org/jira/browse/BEEHIVE-490?page=all ] Krista Baker reopened BEEHIVE-490: ----------------------------------
The following entry in beehive-netui-config.xml overrides the html-amp-entity's default value of true to encode the &'s to &'s. <url-config> <url-encode-urls>true</url-encode-urls> </url-config> The url-encode-urls value can be true or false for this problem to occur. Workaround: Explicitly set <html-amp-entity>true</html-amp-entity> within the same <url-config> Example: <url-config> <url-encode-urls>false</url-encode-urls> <html-amp-entity>true</html-amp-entity> </url-config> > Provide a mechanism (netui-config flag) to allow overriding URL encoding of > href attributes in tags > --------------------------------------------------------------------------------------------------- > > Key: BEEHIVE-490 > URL: http://issues.apache.org/jira/browse/BEEHIVE-490 > Project: Beehive > Type: Improvement > Components: NetUI > Versions: V1Beta > Reporter: Carlin Rogers > Assignee: Krista Baker > Priority: Minor > Fix For: V1 > Attachments: useamppatch.tar.gz > > Some users may want to write their URL for tags with href as already > encoded strings. We should provide a mechanism that allows users > to disable the default behavior of applying URL encoding the href > attributes. If a user has already encoded a string, applying an > encoding will create undesirable results. > See JIRA Beehive-488 for related details about encoding. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
