Processing a particular pipeline before every other pipeline?

2004-07-28 Thread David Swearingen
I need to run some cookie generation code (ina pipeline) before any of my web pages are processed. That is, I've got several pipelines, but I want this particular pipeline to run before any of the others are executed. Obviously, I don't want to have to modify every existing pipeline, and all

Re: Processing a particular pipeline before every other pipeline?

2004-07-28 Thread Jan Hoskens
Use the internal-only attribute: map:pipelines map:pipeline internal-only=true put every pipeline you don't want the user to access directly here /map:pipeline map:pipeline map:match pattern=** do whatever you need as actions that's needed for each internal

Re: Processing a particular pipeline before every other pipeline?

2004-07-28 Thread Gunter D'Hondt
PROTECTED] cc Subject Processing a particular pipeline before every other pipeline? I need to run some cookie generation code (in a pipeline) before any of my web pages are processed. That is, I've got several pipelines, but I want this particular pipeline to run before any of the others

Re: Processing a particular pipeline before every other pipeline?

2004-07-28 Thread Upayavira
David Swearingen wrote: I need to run some cookie generation code (in a pipeline) before any of my web pages are processed. That is, I've got several pipelines, but I want this particular pipeline to run before any of the others are executed. Obviously, I don't want to have to modify every