tuxmartin

Untitled

Jan 19th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 1 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  2. DEBUG: org.springframework.security.web.context.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
  3. DEBUG: org.springframework.security.web.context.HttpSessionSecurityContextRepository - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@75fb1f0f. A new one will be created.
  4. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 2 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
  5. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 3 of 10 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
  6. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 4 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
  7. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 5 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  8. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 6 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  9. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 7 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  10. DEBUG: org.springframework.security.web.authentication.AnonymousAuthenticationFilter - Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@90572420: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@255f8: RemoteIpAddress: 127.0.0.1; SessionId: 2718022C4142CE191CFE40C75D4C4AE8; Granted Authorities: ROLE_ANONYMOUS'
  11. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 8 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
  12. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 9 of 10 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  13. DEBUG: org.springframework.security.web.FilterChainProxy - / at position 10 of 10 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  14. DEBUG: org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/'; against '/welcome/**'
  15. DEBUG: org.springframework.security.web.access.intercept.FilterSecurityInterceptor - Public object - authentication not attempted
  16. TRACE: org.springframework.web.context.support.XmlWebApplicationContext - Publishing event in Root WebApplicationContext: org.springframework.security.access.event.PublicInvocationEvent[source=FilterInvocation: URL: /]
  17. DEBUG: org.springframework.security.web.FilterChainProxy - / reached end of additional filter chain; proceeding with original chain
  18. TRACE: org.springframework.web.servlet.DispatcherServlet - Bound request context to thread: SecurityContextHolderAwareRequestWrapper[ FirewalledRequest[ org.apache.catalina.connector.RequestFacade@c0de57b]]
  19. DEBUG: org.springframework.web.servlet.DispatcherServlet - DispatcherServlet with name 'spring' processing GET request for [/ppro/]
  20. TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler map [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping@5f27e625] in DispatcherServlet with name 'spring'
  21. TRACE: org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping - No handler mapping found for [/]
  22. TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler map [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping@3d3461] in DispatcherServlet with name 'spring'
  23. DEBUG: org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping - Mapping [/] to HandlerExecutionChain with handler [cz.uhk.ppro.musicbook.controller.HomeController@1adf17dc] and 1 interceptor
  24. TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter@cde2a73]
  25. TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter@2ec55652]
  26. TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter@533a6189]
  27. DEBUG: org.springframework.web.servlet.DispatcherServlet - Last-Modified value for [/ppro/] is: -1
  28. DEBUG: org.springframework.web.bind.annotation.support.HandlerMethodInvoker - Invoking request handler method: public java.lang.String cz.uhk.ppro.musicbook.controller.HomeController.home(java.util.Locale,org.springframework.ui.Model)
  29. INFO : cz.uhk.ppro.musicbook.controller.HomeController - Welcome home! The client locale is cs_CZ.
  30. DEBUG: org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'txManager'
  31. DEBUG: org.springframework.orm.hibernate4.HibernateTransactionManager - Creating new transaction with name [cz.uhk.ppro.musicbook.service.UserManagerImpl.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
  32. TRACE: org.hibernate.internal.SessionImpl - Opened session at timestamp: 13901433477
  33. DEBUG: org.springframework.orm.hibernate4.HibernateTransactionManager - Opened new Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] orphanRemovals=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] collectionQueuedOps=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])] for Hibernate transaction
  34. DEBUG: org.springframework.orm.hibernate4.HibernateTransactionManager - Preparing JDBC Connection of Hibernate Session [SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] orphanRemovals=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[] collectionQueuedOps=[] unresolvedInsertDependencies=UnresolvedEntityInsertActions[]])]
  35. DEBUG: org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection
Advertisement
Add Comment
Please, Sign In to add comment