At 11:04 AM 1/5/00 +0000, Colin Burroughs wrote:
>Hi,
>
>Someone do me a favour and include 'SCRIPT_NAME' in the Orion server
>enviroment variables. Do you have any idea how annoying the fact that
>request.getHeader("SCRIPT_NAME") doesn't work!?
>
>CB
You can use:
HttpUtils.getRequestURL(request).toString()
(among many other methods)
-Joe Walnes
- Enviroment Variables. Colin Burroughs
- Joe Walnes
