Hi,
in Wicket 6.18 this code works as expected ("for" attribute of
is set to id of and id of input is written to HTML):
Label wicket:id="cb"/>
However if reversed, the id of the is not written to the HTML
and therefore the does not work properly:
Label
My guess is that the AutoLabel
Hi,
I am working on securing a Wicket application against CSRF attacks,
which are possible because Wicket URLs can be easily guessed by an
attacker and requests contain no challenge token.
I did my research and found
https://issues.apache.org/jira/browse/WICKET-1782 and
https://issues.apache.
ion with redirects instead of
mounting pages, it seems to me to be the safest way.
Am 18.09.2013 14:08, schrieb Martin Grigorov:
Check https://issues.apache.org/jira/browse/WICKET-5326
It talks about similar things
On Wed, Sep 18, 2013 at 3:03 PM, Andreas Kappler <
andreas.kapp...@jato-co
instead of mounting
pages, it seems to me to be the safest way.
Am 18.09.2013 14:08, schrieb Martin Grigorov:
Check https://issues.apache.org/jira/browse/WICKET-5326
It talks about similar things
On Wed, Sep 18, 2013 at 3:03 PM, Andreas Kappler <
andreas.kapp...@jato-consulting.de> wrote
rride "Url mapHandler(final
IRequestHandler requestHandler)". If the passed requestHandler is
IPageClassRequestHandler then you can call #getPageClass() on it and decide
whether to encrypt the Url or not. For all other IRequestHandlers - always
encrypt.
On Wed, Sep 18, 2013 at 11:43
Hi!
I am currently looking into making our Wicket applications CSRF safe.
From my understanding the CryptoMapper is the way to go, and I was able
to set it up working successfully.
There are however several mounted pages in the applications (with
WebApplication.mountPage), where the URLs sho
I created an issue for this: WICKET-4907
<https://issues.apache.org/jira/browse/WICKET-4907>
Best Regards,
Andreas
Am 03.12.2012 16:21, schrieb Martin Grigorov:
I'm not sure. I have to debug it to be able to say what happens.
On Mon, Dec 3, 2012 at 4:16 PM, Andreas Kappler <
12 16:10, schrieb Martin Grigorov:
Hi,
Try with org.apache.wicket.markup.head.JavaScriptHeaderItem#forUrl()
This method cares about context relative urls.
On Mon, Dec 3, 2012 at 4:06 PM, Andreas Kappler <
andreas.kapp...@jato-consulting.de> wrote:
Hi,
I am trying to render a ref
Hi,
I am trying to render a reference to a Javascript library which is
stored somewhere in my webapp directory using UrlResourceReference:
public void renderHead(IHeaderResponse response) {
super.renderHead(response);
response.render(JavaScriptHeaderItem.forReference(new
UrlRe