Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 1 of 10 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
- DEBUG: org.springframework.security.web.context.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
- 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.
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 2 of 10 in additional filter chain; firing Filter: 'LogoutFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 3 of 10 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 4 of 10 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 5 of 10 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 6 of 10 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 7 of 10 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
- 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'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 8 of 10 in additional filter chain; firing Filter: 'SessionManagementFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 9 of 10 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
- DEBUG: org.springframework.security.web.FilterChainProxy - / at position 10 of 10 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
- DEBUG: org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/'; against '/welcome/**'
- DEBUG: org.springframework.security.web.access.intercept.FilterSecurityInterceptor - Public object - authentication not attempted
- TRACE: org.springframework.web.context.support.XmlWebApplicationContext - Publishing event in Root WebApplicationContext: org.springframework.security.access.event.PublicInvocationEvent[source=FilterInvocation: URL: /]
- DEBUG: org.springframework.security.web.FilterChainProxy - / reached end of additional filter chain; proceeding with original chain
- TRACE: org.springframework.web.servlet.DispatcherServlet - Bound request context to thread: SecurityContextHolderAwareRequestWrapper[ FirewalledRequest[ org.apache.catalina.connector.RequestFacade@c0de57b]]
- DEBUG: org.springframework.web.servlet.DispatcherServlet - DispatcherServlet with name 'spring' processing GET request for [/ppro/]
- TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler map [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping@5f27e625] in DispatcherServlet with name 'spring'
- TRACE: org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping - No handler mapping found for [/]
- TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler map [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping@3d3461] in DispatcherServlet with name 'spring'
- DEBUG: org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping - Mapping [/] to HandlerExecutionChain with handler [cz.uhk.ppro.musicbook.controller.HomeController@1adf17dc] and 1 interceptor
- TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter@cde2a73]
- TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter@2ec55652]
- TRACE: org.springframework.web.servlet.DispatcherServlet - Testing handler adapter [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter@533a6189]
- DEBUG: org.springframework.web.servlet.DispatcherServlet - Last-Modified value for [/ppro/] is: -1
- 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)
- INFO : cz.uhk.ppro.musicbook.controller.HomeController - Welcome home! The client locale is cs_CZ.
- DEBUG: org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'txManager'
- DEBUG: org.springframework.orm.hibernate4.HibernateTransactionManager - Creating new transaction with name [cz.uhk.ppro.musicbook.service.UserManagerImpl.findById]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT; ''
- TRACE: org.hibernate.internal.SessionImpl - Opened session at timestamp: 13901433477
- 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
- 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[]])]
- DEBUG: org.hibernate.engine.jdbc.internal.LogicalConnectionImpl - Obtaining JDBC connection
Advertisement
Add Comment
Please, Sign In to add comment