Hi,

I have implemented the GaeAuthFilter (from expenses example ) in my GWT 
Application.

    <filter-mapping>
        <filter-name>GaeAuthFilter</filter-name>
        <url-pattern>/gwtRequest/*</url-pattern>
    </filter-mapping>

So all calls to gwtRequests will be filtered and the authentication will be 
checked.
My problem is that when a request is catched the created LoginUrl simply 
uses a GET command and fails after login.

      response.setHeader("login", 
userService.createLoginURL(request.getRequestURI()));

He simply tried to load the URL http://127.0.0.1:8888/gwtRequest with no 
further data included. So I get this error:

HTTP method GET is not supported by this URL

How can I resolve this problem?

Thx for your help

 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cMHEC2LjIYsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to