ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Hanack, Leif
Hello, I'm using Spring WebFlow (SWF) in combination with MyFaces/Trinidad. I have the problem that the FlowPhaseListener from SWF is calling a method that let ServletExternalContextImpl.redirect be to called. The redirect method is calling a sendRedirect on the response but did not encode

ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Hanack, Leif
Hello, I'm using Spring WebFlow (SWF) in combination with MyFaces/Trinidad. I have the problem that the FlowPhaseListener from SWF is calling a method that triggers ServletExternalContextImpl.redirect be to called. ServletExternalContextImpl: public void redirect(String url) throws

AW: ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Hanack, Leif
-tracker, and attach a patch there (line-numbers should be included!) regards, Martin On 2/28/07, Hanack, Leif [EMAIL PROTECTED] wrote: Hello, I'm using Spring WebFlow (SWF) in combination with MyFaces/Trinidad. I have the problem that the FlowPhaseListener from SWF is calling