Re: Mounting problem with GlassFishv3

2010-02-01 Thread Riyad Kalla
Nice catch Peter 2010/2/1 Major Péter > Hi, > > the result is this ticket: > https://issues.apache.org/jira/browse/WICKET-2712 > See more details there. > > Regards, > Peter > > 2010-02-01 16:42 keltezéssel, Riyad Kalla írta: > > Peter, keep us posted on what the GF team comes back with. > > > >

Re: Mounting problem with GlassFishv3

2010-02-01 Thread Major Péter
Hi, the result is this ticket: https://issues.apache.org/jira/browse/WICKET-2712 See more details there. Regards, Peter 2010-02-01 16:42 keltezéssel, Riyad Kalla írta: > Peter, keep us posted on what the GF team comes back with. > > Best, > Riyad > > 2010/1/31 Major Péter > >> Hi, >> >> I ma

Re: Mounting problem with GlassFishv3

2010-02-01 Thread Riyad Kalla
Peter, keep us posted on what the GF team comes back with. Best, Riyad 2010/1/31 Major Péter > Hi, > > I made some investigation today, and found out the followings: > With GlassFishv2 when the bookmarkablepagelink calculates the url, > finally it goes to > ServletWebRequest#getRelativePathPref

Re: Mounting problem with GlassFishv3

2010-01-31 Thread Major Péter
Hi, I made some investigation today, and found out the followings: With GlassFishv2 when the bookmarkablepagelink calculates the url, finally it goes to ServletWebRequest#getRelativePathPrefixToWicketHandler() . The difference is on line #270: String forwardUrl = (String)httpRequest.getAttribute("

Mounting problem with GlassFishv3

2010-01-30 Thread Major Péter
Hi, I've an application, which in its web.xml has a 404 page declared: 404 /error/NotFound The filter-mapping for wicket that's why has the ERROR dispatcher. I created a NotFound page and mounted it via: mount("/error", PackageName.forClass(NotFound.class)); and the homepage is