<map:match pattern="body">
<map:act type="auth-protect">
<map:parameter name="handler" value="navigation"/>
<map:parameter name="use-request-parameters" value="true"/>
<map:generate type="proxy" label="xml" src="{request-param:link}"/>
or maybe
<map:generate type="proxy" label="xml" src="../{request-param:link}"/>


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

i call it with a "link" param containing the url, for example: body?link=www.site.org
My problem is how to use the value of the link param as value for the src param of the wsproxy generator?


Best Regards, Davide


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



Reply via email to