I'm having trouble getting the "autoencode-urls" feature to work. I'm
assuming that it will encode links such as HREF="/profile.jsp" in JSP files
and HTML files (or JUST JSP?).

I can't seem to get it to work, though. My orion-web.xml file has the
following :
<orion-web-app
deployment-version="1.0rc1"
development="true"
jsp-cache-directory="./persistence"
temporary-directory="./temp"
servlet-webdir="/servlet/"
>
<session-tracking autoencode-urls="true" />

<session-tracking />
</orion-web-app>


I think the docs say that autoencode-urls is "true" by default, so I
probably don't even need to specify it in my orion-web.xml but I tried it
just to make sure. Any help would be greatly appreciated. I'm hoping to
start beta-testing my site in the next few days

Thank you,
Brien Voorhees


Reply via email to