[MarkLogic Dev General] characters transformed into URL code in browser address bar

Eric Palmitesta eric.palmitesta at utoronto.ca
Thu Feb 19 11:27:07 PST 2009


Forgot two things.

1. Is it SAFE to want to avoid?

2. I'm seeing it on both FF3 and IE7 in Windows XP.

Eric Palmitesta wrote:
> Upon submission of the form...
> 
> <form action="test.xqy" method="get">
>   <input type="hidden" name="x" value="one:two" />
>   <input type="submit" value="Submit" />
> </form>
> 
> ...the url in the browser address bar becomes...
> 
> http://host.com:8008/test.xqy?x=one%3Atwo
> 
> If I type http://host.com:8008/test.xqy?x=one:two directly into the 
> address bar, everything works as expected.  What part of MarkLogic is 
> causing this transformation into URL code 
> (http://www.dualunit.ch/en/tools/cp1252-characters/), and can it be 
> avoided?
> 
> (It's ugly.  I'll admit I'm just being vain, though.)
> 
> Cheers!
> 
> Eric
> _______________________________________________
> General mailing list
> General at developer.marklogic.com
> http://xqzone.com/mailman/listinfo/general


More information about the General mailing list