I know of two ways to add content to the <head> section of the page in wicket. You can use HeaderContributors and you can use the <wicket:head></wicket:head> at the top of ...
I have web application that is behind a proxy. If the user has logged in, an http-header is set. I have a page that checks the header, to make sure ...