Hi,

I'm using Spring Security in an application of ours, which we have 
successfully authenticating users. We did this because we already have an 
existing single sign on solution in place.

What that means is that none of our log messages have the user id's in them 
- unless the user is also logged in with their Google Account. For example, 
I can filter logs to only show my requests because I'm an admin and I'm 
logged in.

Is it possible to somehow extend our implementation to populate the userid 
field of the App Engine logs? Is there something that Spring (or something 
else?) can do to populate this field? Or is it always populated by GAE 
before control is handed to our servlets?

Thanks,
Ed

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

Reply via email to