I should clarify, it's GPE 2.5.1 (GWT 2.4).
The following login-config in the web.xml works fine in Tomcat:
<login-config>
<auth-method>BASIC</auth-method>
</login-config>
I don't actually want to have to define a Jetty realm, but with the above
web.xml I get the following warning when I launch my app:
Starting Jetty on port 8888
[WARN] Unknown realm: Default
It would be nice to have basic authentication working in hosted mode.
--
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/-/mVnzAonQld4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.