Re: Request interface change (was: Re: environment input module)

2003-01-22 Thread Torsten Curdt
Thinking further about this, we have to define carefully how this relates to the "cocoon:" protocol, because in such a case we have _two_ request paths : - the protocol-level path, accessible using getRequestURI(), - the sitemap-level path, accessible using getSitemapURI() (different from the

Re: environment input module

2003-01-21 Thread Konstantin Piroumian
From: "Torsten Curdt" <[EMAIL PROTECTED]> > >> sure - will do... > > > > What's the need for an environment input module besides getting the > > current uri prefix ? > > I couldn't really think of anything else yet.. > > >

Request interface change (was: Re: environment input module)

2003-01-21 Thread Sylvain Wallez
Christian Haul wrote: On 21.Jan.2003 -- 05:35 PM, Torsten Curdt wrote: sure - will do... What's the need for an environment input module besides getting the current uri prefix ? I couldn't really think of anything else yet.. Remember that environment is a

Re: environment input module

2003-01-21 Thread Christian Haul
On 21.Jan.2003 -- 05:35 PM, Torsten Curdt wrote: > >>sure - will do... > > > >What's the need for an environment input module besides getting the > >current uri prefix ? > > I couldn't really think of anything else yet.. > > >Remember that en

Re: environment input module

2003-01-21 Thread Torsten Curdt
sure - will do... What's the need for an environment input module besides getting the current uri prefix ? I couldn't really think of anything else yet.. Remember that environment is an internal object used by the pipeline system (sitemap + pipeline implementations) that isn'

Re: environment input module

2003-01-21 Thread Sylvain Wallez
- will do... What's the need for an environment input module besides getting the current uri prefix ? Remember that environment is an internal object used by the pipeline system (sitemap + pipeline implementations) that isn't visible from other classes. I also recently needed to g

Re: environment input module

2003-01-21 Thread Torsten Curdt
I was wondering... is there already an input module for quering the current environment? AFAIK not. Would be quite helpful, though. If you write such a cutie, consider wrapping the environment so that things like the component manager are not accessible this way... sure - will do... -- Torsten

Re: environment input module

2003-01-21 Thread Christian Haul
On 19.Jan.2003 -- 02:59 PM, Torsten Curdt wrote: > I was wondering... is there already an input module for quering the > current environment? AFAIK not. Would be quite helpful, though. If you write such a cutie, consider wrapping the environment so that things like the component manager are not a

environment input module

2003-01-19 Thread Torsten Curdt
I was wondering... is there already an input module for quering the current environment? .. ... And inside the sub sitemap something like: ... ... cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PRO