Hallo!

Coocon 2.03 running on Websphere 4.04

I need to redirect to an external URL. The URL and some parameters are
derived from an action.
Sitemamp snippet:

<map:match pattern="myBlaHomepage">
    <map:act type="RedirectToMyBlaAction">
     <map:parameter name="MyBlaServiceName"
value="MYBLA_HOMEPAGE_RELATIVE_URL"/>
     <map:redirect-to
uri="{MyBlaBaseURL}/{MyBlaServiceRelativeURL}?country={Country}&amp;language={Language}&amp;country={Country}&amp;authTk={AuthTk}session="false"></map:redirect-to>

    </map:act>
   </map:match>

The target URL is on an MS IIS (my best guess).
The problem is that the sessionId is added to MyBlaServiceRelativeURL.
Of course the target server does not understand
the sessionId and returns an 404.
I have checked the action. The action writes the relativeURL to the map
parameters without the sessionId. It must be added later on.

Do you have any idea how to supress this behavior?


Many thanks,

Hans

--------------------------------------------
Dr. Hans M. Rupp
danet Internet Solutions GmbH
Waldburgstr. 17-19
70563 Stuttgart
Germany

Fon +49 711 133 53 50
Fax +49 711 133 53 53

------------------------------------------



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to