[
http://issues.apache.org/jira/browse/BEEHIVE-490?page=comments#action_63662 ]
Carlin Rogers commented on BEEHIVE-490:
---------------------------------------
Just a note about editing the beehive-netui-config.xml file...
Default behavior is to url encode the href values and write
out the amp entity during rewriting.
The config elements to turn off url encoding of the href values
and not use the HTML amp entity are <url-encode-urls> and
<html-amp-entity>. They are of type boolean and must be within
the <url-config> element. Example of setting both values
rather than using the default...
<url-config>
<url-encode-urls>false</url-encode-urls>
<html-amp-entity>false</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: Alejandro Ramirez
> 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