That is not a pipeline, just a fragment of one
Apply internal-only="true" to your pipeline element:

<map:pipeline internal-only="true">
...
</map:pipeline>

All matchers inside will be hidden from the web.

Peter

-----Original Message-----
From: Mathias Wiegard [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 5:20 PM
To: [EMAIL PROTECTED]
Subject: only-internal pipeline can be called from the webbrowser


Hi,
I've a further question: I'm using the concept of internal pipelines.
But the following pipeline ist still available to the web:

<map:match  internal-only="true" pattern="login">
<map:generate src="xml/login.xml"/>
<map:transform src="style/login.xsl">
<map:parameter name="resource" value="mainframe"/>
</map:transform>   
<map:serialize type="html"/>
</map:match>


Any suggestions?
Mat



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

Reply via email to