Hi Robin,

I've been lagging behind on my Cocoon related things for a while, but where are you trying to fetch this internal pipeline from? Coul you show us the part of a sitemap that calls the below matcher (which does not work)?

Regards,

Jeroen

Robin Wyles wrote:
Hi,

Can any devs shed some light on my previous question below?

Thanks,

Robin

On 27 Oct 2008, at 14:22, Robin Wyles wrote:

Hi,

In the default sitemap generated with the block archetype there is a pipeline as follows:

<map:pipeline id="internal-resource" internal-only="true">
<!-- Put matchers for internal (accessible only to Cocoon blocks) resources here More details: http://cocoon.zones.apache.org/daisy/cdocs-site-main/g2/1345.html -->
      <map:match pattern="resource/internal/**">
        <map:read src="resource/internal/{1}"/>
      </map:match>
 </map:pipeline>

On the docs page linked to above it states that blocks may have "internal resources that are accessible to other block via servlet: protocol". However, from my tests it seems that internal-only pipelines are still not accessible from other blocks via the servlet protocol. Am I going mad?

How can I make pipelines which are only to be accessed by blocks within my app inaccessible to the world at large?

Cheers,

Robin

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


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

Reply via email to