> > <skip>
> > >
> > > Well, sure this can't work because the <map:redirect uri="..."/> is
> > > issuing a real HTTP redirect to the browser a thus has no pipeline. I
> > > guess this only thing working is a <map:redirect resource="..."/>
> >
> > Is there a possibility to use RequestDispatcher.forward() or
> > include()? For
> > internal redirects they would be better than issuing a real redirect? Is
> > there a reason that these methods haven't been used in the sitemap
> > processing model?
> >
> As far as I remember the servlet spec the RequestDispatcher can only be
used
> if the OutputStream was not get from the ServletResponse. Unfortunalety
> one of the first actions done in the sitemap processing is the
> getOutputStream
> call.

What is the reason of getting the OutputStream in the beginning of sitemap
processing? Isn't it used only during serialization? I'm sorry for such
questions, haven't much time to look at the source.

Konstantin.

>
> Carsten
>
> > >
> > > Giacomo
> > >
> >
> > Regards,
> >     Konstantin Piroumian.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to