Hi All.
I have a pipeline that matches some http request with parameter indicating some url.
For example:
the http request is:
cocoon/testing?url="">
 
<map:match pattern="testing">
    <map:act type="request">
        <map:parameter name="parameters" value="true"/>
        <map:generate src=""/>
        <map:transform src=""/>
        <map:serialize type="html"/>
    </map:act>
</map:match>
 
How I can check that the supplied url is valid?
Does generator throw some error that I can then catch in map:handle-errors?
 
Thank you very much for help.
Anna

Reply via email to