wicket « Filter « JSP-Servlet Q&A





1. How to intercept custom HTTP header value and store it in Wicket's WebSession?    stackoverflow.com

I need to grab a certain custom HTTP header value from every request and put it in WebSession so that it will be available on any WebPage later on. (I believe ...