Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
Hi this seems to be a jetty or GAE bug if you ask me probably causes by the combination of already rendering something and then causing a redirect within the rendering (I am not sure if this is even a bug or maybe some expected behavior), but try following, since it happens during render time

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
Thank you. I will try. May be to report to JIRA? 2010/10/18 Werner Punz werner.p...@gmail.com Hi this seems to be a jetty or GAE bug if you ask me probably causes by the combination of already rendering something and then causing a redirect within the rendering (I am not sure if this is even

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
In case a) I am not sure about session. I need to obtain session in start page c) Looks better way, but I affraid about bugs is events. I have found one https://issues.apache.org/jira/browse/MYFACES-2939 2010/10/18 Werner Punz werner.p...@gmail.com Hi this seems to be a jetty or GAE bug if you

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
Hi the bug you mentioned is fixed in the latest trunk, as for your session, no worries the session comes from the servlet api so the session definitely is shared between everything, but I assume this is not a bug of myfaces you run into but more a problem on the underlying webcontainer.

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
I personally think this is not a bug of MyFaces but rather a bug in the underlying webcontainer which seems to prevent redirects as soon as you render a response. Werner Am 18.10.10 17:08, schrieb Nikolay Rychkov: Thank you. I will try. May be to report to JIRA? 2010/10/18 Werner

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
Thank you very much Werner. I will report results as finish experiments with this issue. 2010/10/18 Werner Punz werner.p...@gmail.com I personally think this is not a bug of MyFaces but rather a bug in the underlying webcontainer which seems to prevent redirects as soon as you render a

Programmatically redirection causes error on GAE.

2010-10-17 Thread Nikolay Rychkov
*Hello Sirs,* * * *In my experimental project **http://www.agost.ru* http://www.agost.ru* I use redirection to main page **http://www.agost.ru/to.do*http://www.agost.ru/to.do * .* *I have to do it this way because user should obtain session. I use PrimeFaces to ajax login that does not work