Re: Redirect behaves differently between 1.4.15 and 1.4.18

2011-10-01 Thread bht
Hi Gert-Jan, I can't comment on your unit test but I have found a similar issue in 1.5.1: WicketTester does not handle RedirectToUrlException https://issues.apache.org/jira/browse/WICKET-4104 IMHO in a page constructor, it is preferable to use ResetResponseException or RedirectToUrlException. O

Re: Redirect behaves differently between 1.4.15 and 1.4.18

2011-09-21 Thread Martin Grigorov
I'm not sure whether you are Maven user but if you are then create a new quickstart project (http://wicket.apache.org/start/quickstart.html), put your files in it and attach the zipped application to a ticket in our Jira. To run the test in your zip I'll have to create the application myself, copy

Re: Redirect behaves differently between 1.4.15 and 1.4.18

2011-09-21 Thread Gert-Jan Schouten
How is the zip incomplete? It's a unit-test, so it does not run standalone. It requires either wicket-1.4.15 or wicket-1.4.18 to be on the classpath. wicket.apache.org/help says: "We can help you much quicker if you provide us with a JUnit test case that demonstrates your issue. e.g. if you thi

Re: Redirect behaves differently between 1.4.15 and 1.4.18

2011-09-21 Thread Martin Grigorov
Check what is the redirect url and what you expect. I guess it is a matter of single character. Your .zip is incomplete and I'll have to spend my time to finish it and debug it. At least paste the error. On Wed, Sep 21, 2011 at 12:25 PM, Gert-Jan Schouten wrote: > Hello all! > > As I haven't rec