Buffer not retrieved if RENDER_TO_BUFFER is used with IndexedHybridUrlCodingStrategy and the web server uses URL rewriting (cookies switched off)

2009-12-14 Thread Engler Adrian
Hello, In a Wicket web application (Wicket 1.4.3) I noticed that feedback messages were not displayed when cookies were disabled in the browser. It turned out that this problem had to do with the combination of the URL coding strategy that was used (IndexedHybridUrlCodingStrategy) and the render

Re: Buffer not retrieved if RENDER_TO_BUFFER is used with IndexedHybridUrlCodingStrategy and the web server uses URL rewriting (cookies switched off)

2009-12-14 Thread Martijn Dashorst
Use the URL Rewriting features of your container. Martijn On Mon, Dec 14, 2009 at 2:52 PM, Engler Adrian adrian.eng...@ecofin.ch wrote: Hello, In a Wicket web application (Wicket 1.4.3) I noticed that feedback messages were not displayed when cookies were disabled in the browser. It turned

Re: Buffer not retrieved if RENDER_TO_BUFFER is used with IndexedHybridUrlCodingStrategy and the web server uses URL rewriting (cookies switched off)

2009-12-14 Thread Martijn Dashorst
Ah... ok. this is a bug, file a JIRA issue please. Martijn On Mon, Dec 14, 2009 at 2:59 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Use the URL Rewriting features of your container. Martijn On Mon, Dec 14, 2009 at 2:52 PM, Engler Adrian adrian.eng...@ecofin.ch wrote: Hello,

RE: Buffer not retrieved if RENDER_TO_BUFFER is used with IndexedHybridUrlCodingStrategy and the web server uses URL rewriting (cookies switched off)

2009-12-14 Thread Engler Adrian
Thank you for your answer; I have created the JIRA issue https://issues.apache.org/jira/browse/WICKET-2615 Since the problem only occurs with the default render strategy RenderStrategy.REDIRECT_TO_BUFFER in combination with certain URL coding strategies, there are workarounds, such as using