WillBuck and I were able to find the console, Here is what we saw in our logs:

18-Jun-2012 16:56:52.913 FINE org.acegisecurity.context.HttpSessionContextIntegrationFilter.readSecurityContextFromSession No HttpSession currently exists
18-Jun-2012 16:56:52.913 FINE org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter New SecurityContext instance will be associated with SecurityContextHolder
18-Jun-2012 16:56:52.913 FINE org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter Authorization header: null
18-Jun-2012 16:56:52.914 FINE org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter Populated SecurityContextHolder with anonymous token: 'org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken@831469b3: Username: anonymous; Password: [PROTECTED]; Authenticated: true; Details: org.acegisecurity.ui.WebAuthenticationDetails@ffffe21a: RemoteIpAddress: 10.10.10.10; SessionId: null; Granted Authorities: '
18-Jun-2012 16:56:52.914 FINE org.kohsuke.stapler.Stapler.service Processing request for /$stapler/bound/d621eece-00aa-489d-81d1-232f1cdd4b0d/render
18-Jun-2012 16:56:52.914 FINE org.kohsuke.stapler.Dispatcher.trace -> evaluate(<org.kohsuke.stapler.bind.BoundObjectTable@4ab118d8> :org.kohsuke.stapler.bind.BoundObjectTable,"/d621eece-00aa-489d-81d1-232f1cdd4b0d/render")
18-Jun-2012 16:56:52.914 FINE org.kohsuke.stapler.Dispatcher.trace -> evaluate(((StaplerFallback)<org.kohsuke.stapler.bind.BoundObjectTable@4ab118d8>).getStaplerFallback(),"/d621eece-00aa-489d-81d1-232f1cdd4b0d/render")
18-Jun-2012 16:56:52.915 FINE org.acegisecurity.context.HttpSessionContextIntegrationFilter.storeSecurityContextInSession The HttpSession is currently null, and the HttpSessionContextIntegrationFilter is prohibited from creating an HttpSession (because the allowSessionCreation property is false) - SecurityContext thus not stored for next request
18-Jun-2012 16:56:52.915 FINE org.acegisecurity.ui.ExceptionTranslationFilter.doFilter Chain processed normally
18-Jun-2012 16:56:52.915 FINE org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter SecurityContextHolder now cleared, as request processing completed

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to