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

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

2007-02-28 Thread Martin Marinschek
Please open a jira-issue in our bug-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

[jira] Created: (MYFACES-1547) ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Leif Hanack (JIRA)
ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail - Key: MYFACES-1547 URL: https://issues.apache.org/jira/browse/MYFACES-1547 Project: MyFaces

[jira] Updated: (MYFACES-1547) ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Leif Hanack (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hanack updated MYFACES-1547: - Status: Patch Available (was: Open) ServletExternalContextImpl.redirect did not encode URL

[jira] Commented: (MYFACES-1547) ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread JIRA
. thx ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail - Key: MYFACES-1547 URL: https://issues.apache.org/jira/browse/MYFACES-1547 Project

[jira] Commented: (MYFACES-1547) ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail

2007-02-28 Thread Leif Hanack (JIRA)
report:) ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail - Key: MYFACES-1547 URL: https://issues.apache.org/jira/browse/MYFACES-1547 Project

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

2007-02-28 Thread Matthias Wessendorf
I am not sure, if we should do that in general. In JSF the ExternalContext already contains a encodeResourceURL() method for that. On 2/28/07, Martin Marinschek [EMAIL PROTECTED] wrote: Please open a jira-issue in our bug-tracker, and attach a patch there (line-numbers should be included!)

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

2007-02-28 Thread Hanack, Leif
: ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail I am not sure, if we should do that in general. In JSF the ExternalContext already contains a encodeResourceURL() method for that. On 2/28/07, Martin Marinschek [EMAIL PROTECTED] wrote: Please open a jira-issue in our bug

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

2007-02-28 Thread Matthias Wessendorf
Gesendet: Mittwoch, 28. Februar 2007 14:49 An: MyFaces Development Betreff: Re: ServletExternalContextImpl.redirect did not encode URL, so URL-rewriting fail I am not sure, if we should do that in general. In JSF the ExternalContext already contains a encodeResourceURL() method for that. On 2