You should be able to just turn it off in your orion-web.xml. Example:

<session-tracking autoencode-absolute-urls="false" autoencode-urls="false"
autojoin-session="false" cookies="disabled">

- Ernie

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of ahfei
Sent: Monday, June 18, 2001 6:43 AM
To: Orion-Interest
Subject: how to disabled the function of URL rewriting ?


hi,everyone:
My application uses class java.net.URL to access a special URL ,and print
the content.
All pages that i want to get content are serviced by ORION server.
Beacuse my application can't accept cookies, so some HREFs in those pages i
got through my application were added "jsessionid=xxxxxx" .
I need erase the "jsessionid=xxxxxx"  from those HREFs ,so i think i must
disabled the function of URL rewriting in orion,how can i do it ?

thanks!!


            ahfei
            [EMAIL PROTECTED]



Reply via email to