Hi,

I am using a cron job that fires daily, which call the pipeline as follows

<component class="org.apache.cocoon.components.cron.CocoonPipelineCronJob"
logger="core" role="org.apache.cocoon.components.cron.CronJob/pipeline-daily">
    <pipeline>some-external-pipeline</pipeline>
   </component>

The above cron job uses an extaernal pipeline, it can also be accessed
by the external user. I want to prevent the same, and some
authentication, so that this pipeline is only executed when called
from a cron job and not explicitly.

Is there any I can check the same.

Sanket

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

Reply via email to