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

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

2003-01-21 Thread Sylvain Wallez
efix. Thoughts ? Something like that was also my first thought... just hesitated to propose a change/addition of the Request interface ...since I only need it inside the sitemap - so I came up with the idea of the environment module. Shall we add it to the Request? Sounds even bett

RE: Request interface

2001-11-26 Thread Carsten Ziegeler
> -Original Message- > From: Max Larsson [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 1:18 PM > To: 'Cocoon Dev' > Subject: Request interface > > > Hi, > > i don't know if it should be the way it is or not, > but i'd

Request interface

2001-11-26 Thread Max Larsson
Hi, i don't know if it should be the way it is or not, but i'describe anyway. As much i understand the Requets interface in org.apache.cocoon.envirnoment has the same function like the HttpRequest object from the Servlet API. If that's true where is the setCharacterEncoding method from Servlet