我们正在使用 wurfl-device-resolver 来处理访问我们应用程序的移动设备,而且所有功能都可以作为魅力。但是,Internet Explorer被检测为移动设备。我们已经添加了官方的Web浏览器xml补丁,它应该解决这个问题但没有结果。这就是设备解析器配置的样子:
<mvc:interceptors>
<bean id="deviceResolver" class="org.springframework.mobile.device.mvc.DeviceResolverHandlerInterceptor">
<constructor-arg>
<device:wurfl-device-resolver root-location="/WEB-INF/wurfl/wurfl.zip" patch-locations="/WEB-INF/wurfl/web_browsers_patch.xml"/>
</constructor-arg>
</bean>
</mvc:interceptors>
有什么想法吗?