Re: Page content sends twice in response to GET when redirecting after POST

2011-01-11 Thread Johan Compagner
works fine for me to 2011/1/10 Igor Vaynberg igor.vaynb...@gmail.com: really strange because it doesnt happen to me: http://pastebin.com/fe1pjZjy -igor 2011/1/9 Marcin Zajączkowski msz...@wp.pl: On 2011-01-09 22:00, Marcin Zajączkowski wrote: Hi, Following some problems with page

Re: Truncated page when using Sitemesh with redirect after post (Was: Re: Page content sends twice in response to GET when redirecting after POST)

2011-01-10 Thread Marcin Zajączkowski
On 2011-01-10 01:40, Igor Vaynberg wrote: really strange because it doesnt happen to me: http://pastebin.com/fe1pjZjy Thanks for your check Igor. I've used Ethereal to sniff my traffic and in fact page from forminput is sent properly. Maybe it's a bug in Firebug 1.5.4 (for Firefox 3.5).

Re: Truncated page when using Sitemesh with redirect after post (Was: Re: Page content sends twice in response to GET when redirecting after POST)

2011-01-10 Thread Igor Vaynberg
sure sounds like a sitemesh bug -igor 2011/1/10 Marcin Zajączkowski msz...@wp.pl: On 2011-01-10 01:40, Igor Vaynberg wrote: really strange because it doesnt happen to me: http://pastebin.com/fe1pjZjy Thanks for your check Igor. I've used Ethereal to sniff my traffic and in fact page from

Re: Page content sends twice in response to GET when redirecting after POST

2011-01-09 Thread Marcin Zajączkowski
On 2011-01-09 22:00, Marcin Zajączkowski wrote: Hi, Following some problems with page rendering in my application after post a form I've noticed that when redirect after post strategy is used (both REDIRECT_TO_BUFFER and REDIRECT_TO_RENDER) page content is duplicated in a response to GET

Re: Page content sends twice in response to GET when redirecting after POST

2011-01-09 Thread Igor Vaynberg
really strange because it doesnt happen to me: http://pastebin.com/fe1pjZjy -igor 2011/1/9 Marcin Zajączkowski msz...@wp.pl: On 2011-01-09 22:00, Marcin Zajączkowski wrote: Hi, Following some problems with page rendering in my application after post a form I've noticed that when