How to load JS resources in an orderly fashion ?

2024-01-11 Thread sundar saba
Hi all, I am using wicket bootstrap in my Application. Bootstrap resources are loaded automatically through the wicket-bootstrap library in the init method of the WebApplication class like this: BootstrapSettings settings = new BootstrapSettings();

Re: Reg: Content security policy

2024-01-04 Thread sundar saba
Hi all,           I open a ticket in jira regarding my issue 'Nounces should only use the base64 charset'.ASF JIRAissues.apache.org

Re: Reg: Content security policy

2024-01-04 Thread sundar saba
Hi all, Again thanks for your quick reply. Shortly I open a ticket in JIRA regarding this issue with sufficient details. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Reg: Content security policy

2024-01-03 Thread sundar saba
Hi all, Thanks for your quick reply. This is the info message get from Kali Linux DirectiveValue script-src 'nonce-QmsK_uBjkJ84B3bGJIX' style-src 'nonce-QmsK_uBjkJ84B3bGJIX'

Reg: Content security policy

2024-01-03 Thread sundar saba
Hi all, I applied a strict content security policy to my application using wicket after I tested my application using Kali Linux to check for vulnerabilities. The tool provides the report with an info message "Nonces should only use the base64 charset" regarding the info message needed

Reg: Integrate Spring REST and OAuth2 in Wicket web Application

2022-09-26 Thread sundar saba
Hi all, I would like to use OAuth2 client credentials grant type authentication in my Wicket project. Currently I am using spring security in my project. But I already implement REST features from Wicketstuff REST annotations for internal use. Now I want to create new REST endpoints

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-31 Thread sundar saba
Hi Martin, Thanks, I will try as suggested.

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-31 Thread sundar saba
Hi all, Based on your solution my actual problem is solved. May I know from where another version of jQuery v2.2.4 is loaded? And I know that jQuery v3.6.0 is loaded from the "JavaScriptLibrarySettings" class by default.

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-25 Thread sundar saba
Hi Martin, Thanks, I will try as suggested. >

Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-24 Thread sundar saba
Hi all, I am using wicket v9.10.0 in my project. wherever we use both select2 choice components from wicket-stuff and Highcharts in the same page, it loads multiple versions of jQuery specifically v2.2.4 and v3.6.0. This causes conflicts and leads to highchart not displayed. However,

Reg: Wicket CSRF Token

2021-06-16 Thread sundar saba
Hi all, I am using wicket and spring security in my application. By default spring security enables CSRF protection. It expects a csrf token in my wicket pages. How to define csrf token in all my wicket pages.Can you all please help me define CSRF token in my wicket pages

Re: Reg : Wicket cache controls

2021-06-14 Thread sundar saba
Thanks a lot. I will check On Mon, 14 Jun 2021, 18:35 Martin Grigorov, wrote: > Hi, > > On Mon, Jun 14, 2021 at 1:24 PM sundar saba > wrote: > >> Hi all, >> >> I am using wicket and spring security in my project. I >> enabled HTTP headers

Reg : Wicket cache controls

2021-06-14 Thread sundar saba
Hi all, I am using wicket and spring security in my project. I enabled HTTP headers in spring security .My spring security Cache controls are overridden by wicket cache controls. Can you all please help me to disable wicket cache controls in my project

Sub: HSTS filter

2020-08-18 Thread sundar saba
Hi all, I deploy wicket quick start application in tomcat and run in https. I enabled HSTS headers in tomcat. I access the application in browser and various tools(Postman) HSTS filters are only displayed for pure HTML pages in response header and wherever I use wicket component in