;-) the problems to be solved are the problems described: missing processing key check, missing start/endProcessing around ForwardEnvironment, storing the process key in the environment's object model, etc.
the real question probably is ;-): how? child environments (since the ForwardEnvironment can't exist without a parent)? or simply delegate calls like resolveURI to the wrapped/parent environment? or have an Environment not implement/be used as SourceResolver (Environment seems more appropriate for processing a single request and yielding a single response in contrast to being a resolver resolving relative to the Environment's context; processing pipeline implementations could instead pass a resolver to sitemap components using/the environment's context; I do know, though, that there's a back-compatibility issue with o.a.c.e.SourceResolver) anyway, I think it needs a bit of thought... > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Unico Hommes > Gesendet: Donnerstag, 19. Februar 2004 12:42 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: RE: redirect handling, environment handling, etc. > > > > Marco Rolappe wrote: > > > > > > <irony>but now I actually don't know if these are really > > problems or this is intended behavior to save some lines of > > code or whatever</irony> ;-) > > > > <double-irony> > Well, it's not my sloppy self that wrote that code so you may have hit a > real bug! :D > </double-irony> > > I guess the real question is: What is the problem to be solved? > > Unico
