> -----Original Message-----
> From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 16, 2003 11:21 AM
> To: Coocon-user Liste
> Subject: Redirect and unwanted SessionId
> 
> 
> 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}&am
> p;language={Language}&amp;country={Country}&amp;authTk={AuthTk}ses
> sion="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.

If I understand you correct, you say that the sessionId is added
to MyBlaServiceRelativeURL and this is value provided by your action
"RedirectToMyBlaAction". So, I would guess that the problem is inside
your action. No?

Carsten

> 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]>
> 

---------------------------------------------------------------------
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