> > The redirector implementation known by the sitemap:
> >
> >public class SitemapRedirector implements Redirector {
> > private boolean hasRedirected = false;
> > private Environment e;
> > public SitemapRedirector (Environment e) {
> >this.e = e;
> > }
> >
> Giacomo Pati wrote:
>
> Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
>
> > > Giacomo Pati wrote:
> > >
> > > On Wed, 6 Jun 2001, Berin Loritsch wrote:
> > >
> > > > giacomo wrote:
> > > > >
> > > > > On Tue, 5 Jun 2001, Davanum Srinivas wrote:
> > > > >
> > > > > > Giacomo,
> > > > > > Please c
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>:
> > Giacomo Pati wrote:
> >
> > On Wed, 6 Jun 2001, Berin Loritsch wrote:
> >
> > > giacomo wrote:
> > > >
> > > > On Tue, 5 Jun 2001, Davanum Srinivas wrote:
> > > >
> > > > > Giacomo,
> > > > > Please check if what i checked in is ok.
> > > >
> > >
> Giacomo Pati wrote:
>
> On Wed, 6 Jun 2001, Berin Loritsch wrote:
>
> > giacomo wrote:
> > >
> > > On Tue, 5 Jun 2001, Davanum Srinivas wrote:
> > >
> > > > Giacomo,
> > > > Please check if what i checked in is ok.
> > >
> > > After thinking again we'd better extend the Environment
> interface w