My guess would be that the \ in CORPROOT\{request-param:name} escapes the
next character (whether it should or not I don't know) and so the variable
interpolation is not happening.
Check the sitemap log in WEB-INF/logs, it might have an indication as to
what is happening exactly
Can you try escaping the \ ie put CORPROOT\\{request-param:name} ?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Freitag, 13. Juni 2003 16:02
To: [EMAIL PROTECTED]
Subject: Sitemap parameters
That works :
<map:parameter name="rootdn" value="{request-param:name}"/>
and the value entered (for "name" is "CORPROOT\TFRGHM00")
but that don't :
<map:parameter name="rootdn" value="CORPROOT\{request-param:name}"/>
and the value entered (for "name" is "TFRGHM00")
Why?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]