I am using wicket 1.5 and I cannot see in the getClientInfo()
method
(WebRequest)RequestCycle.get().getRequest()
I saw another place of this code
WebClientInfo clientInfo = (WebClientInfo)WebRequestCycle.get().getClientInfo();
But I can not see any WebRequestCycle in Wicket 1.5.
Any ideas on user agent verification in Wicket 1.5?
source share