Delete version number in url

2014-05-10 Thread RedCarpet
http://stackoverflow.com/questions/8602489/delete-version-number-in-url describes a solution (see code below) to remove the version number in urls like: http://localhost/MyPage/SubPage?0 But this solution doesn't work anymore since Wicket 6.13+. Is there a way to get this working in 6.15? Solut

Re: wicket facebook,6.15 Circular dependency detected

2014-05-10 Thread Martin Grigorov
Hi, What is the outcome of using new UrlResourceReference(Url.parse("")) ? I have never thought of doing this. I think it will produce , no ? The only solution I see at the moment is to use IHeaderResponseDecorator and just skip these references. See https://github.com/apache/wicket/blob/master/w

Re: Do wicket have script Guid, which could explain function 'Wicket.window.create()' ?

2014-05-10 Thread Martin Grigorov
Please give more information. The question is not very clear. On May 7, 2014 11:10 PM, "003210" wrote: > Hi, > Do wicket have script Guid, which could explain function > 'Wicket.window.create()' ? > > > > > -- > 软件七部 孙雅斌 > 分机:58963399-5244 >

Re: Delete version number in url

2014-05-10 Thread Maxim Solodovnik
Here is approach we are currently using: https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.java(NoVersionMapper class) On Sun, May 11, 2014 at 2:01 AM, RedCarpet wrote: > http://stackoverflow.com/questions

Re: Request.getClientUrl() usage when using reverse proxy

2014-05-10 Thread Martin Grigorov
Hi, Check the request headers. Usually the proxy saves the original values there. On May 11, 2014 4:59 AM, "Rakesh A" wrote: > Hi, > I've little trouble finding the correct method to use, to get the host name > when using reverse proxy. I tried to use > "org.apache.wicket.request.Request.getCli