we have a strange problem.

Our Grails App works fine, and can be opened in various browsers, despite the Built in Google Browser at Android. If I try to open the app I always get an 401 Error. No Exception is thrown.

Everything works fine in other browsers (like Chrome or Opera).

有帮助吗?

解决方案

Are you by any chance redirected to login/authAjax?
In that case you are probably experiencing http://jira.grails.org/browse/GPSPRINGSECURITYCORE-197
This happens because the browser for some reason sends X-Requested-With (with value "com.android.browser") even if it's not an ajax request.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top