posted 10 years ago
Hi
I am trying to find whether the request is from mobile/tablet/normal browser. For that I followed below configuration
I have added spring-mobile-device1.0 jar to class path.
spring.xml
----------------
web.xml
------------
SessionFilter.java
--------------------
Problem: Null Pointer Exception at : Device currentDevice = DeviceUtils.getCurrentDevice(request);
Could any one please assist to resolve this issue..