SEC-2172: Login Page redirect Issue with GAE #2399
Labels
in: web
An issue in web modules (web, webmvc)
status: invalid
An issue that we don't feel is valid
type: bug
A general bug
type: jira
An issue that was migrated from JIRA
Joey Wilkinson (Migrated from SEC-2172) said:
I have been working on implementing Spring Security into my GWT web application, but having issues with basic Spring Security login redirects. The redirects work when I don't have GAE enabled in eclipse(in project settings), but when I enable GAE the redirect to the login page stops working.
I get the same issue when setup a very basic spring security on top of the default GWT GAE sample project when you click new GWT project in eclipse(with all of the spring libraries):
Here is what my http looks like:
Basically I'm trying to make my whole gwt application required to be logged in with access="ROLE_USER" with a redirect to Spring Security's default login page for users to login.
Please help
Please help, I've been told Spring Security works well with GWT
Has anyone experienced this kind of issue before? Or try to replicate issue?
The text was updated successfully, but these errors were encountered: