2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/services/**'
2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/status'
2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/download'
2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/workflow-register'
2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/webdav/**'
2013-04-18 11:31:11,593 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/j_spring_security_check'; against '/feed/**'
2013-04-18 11:31:11,594 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.FilterChainProxy - /j_spring_security_check at position 1 of 8 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2013-04-18 11:31:11,594 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
2013-04-18 11:31:11,594 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3db6fb5d. A new one will be created.
2013-04-18 11:31:11,594 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.FilterChainProxy - /j_spring_security_check at position 2 of 8 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2013-04-18 11:31:11,594 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter - Request is to process authentication
2013-04-18 11:31:11,595 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.authentication.ProviderManager - Authentication attempt using org.springframework.security.authentication.dao.DaoAuthenticationProvider
2013-04-18 11:31:11,596 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.provisioning.JdbcUserDetailsManager - Query returned no results for user 'dgutierrez'
2013-04-18 11:31:11,596 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.authentication.dao.DaoAuthenticationProvider - User 'dgutierrez' not found
2013-04-18 11:31:11,596 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter - Authentication request failed: org.springframework.security.authentication.BadCredentialsException: Bad credentials
2013-04-18 11:31:11,597 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter - Updated SecurityContextHolder to contain null Authentication
2013-04-18 11:31:11,597 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter - Delegating to authentication failure handlerorg.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@6dabfaa0
2013-04-18 11:31:11,597 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler - Redirecting to /login.jsp?error=1
2013-04-18 11:31:11,597 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.DefaultRedirectStrategy - Redirecting to '/OpenKM/login.jsp?error=1'
2013-04-18 11:31:11,597 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2013-04-18 11:31:11,598 [http-bio-0.0.0.0-8080-exec-1] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
2013-04-18 11:31:11,601 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/services/**'
2013-04-18 11:31:11,601 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/status'
2013-04-18 11:31:11,602 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/download'
2013-04-18 11:31:11,602 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/workflow-register'
2013-04-18 11:31:11,602 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/webdav/**'
2013-04-18 11:31:11,602 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/feed/**'
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 1 of 8 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - HttpSession returned null object for SPRING_SECURITY_CONTEXT
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - No SecurityContext was available from the HttpSession: org.apache.catalina.session.StandardSessionFacade@3db6fb5d. A new one will be created.
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 2 of 8 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 3 of 8 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2013-04-18 11:31:11,603 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.savedrequest.DefaultSavedRequest - pathInfo: both null (property equals)
2013-04-18 11:31:11,604 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.savedrequest.DefaultSavedRequest - queryString: arg1=null; arg2=error=1 (property not equals)
2013-04-18 11:31:11,604 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.savedrequest.HttpSessionRequestCache - saved request doesn't match
2013-04-18 11:31:11,604 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 4 of 8 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2013-04-18 11:31:11,604 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 5 of 8 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.authentication.AnonymousAuthenticationFilter - Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@905571d8: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 172.17.2.35; SessionId: 4E1A3D7C2343F94FF7C7D9C4F87BAC6A; Granted Authorities: ROLE_ANONYMOUS'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 6 of 8 in additional filter chain; firing Filter: 'SessionManagementFilter'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 7 of 8 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 at position 8 of 8 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/frontend/**'
2013-04-18 11:31:11,605 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.util.AntPathRequestMatcher - Checking match of request : '/login.jsp'; against '/login.jsp'
2013-04-18 11:31:11,606 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor - Secure object: FilterInvocation: URL: /login.jsp?error=1; Attributes: [IS_AUTHENTICATED_ANONYMOUSLY]
2013-04-18 11:31:11,606 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor - Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@905571d8: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: RemoteIpAddress: 172.17.2.35; SessionId: 4E1A3D7C2343F94FF7C7D9C4F87BAC6A; Granted Authorities: ROLE_ANONYMOUS
2013-04-18 11:31:11,606 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.access.vote.AffirmativeBased - Voter: org.springframework.security.access.vote.RoleVoter@17b68215, returned: 0
2013-04-18 11:31:11,606 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.access.vote.AffirmativeBased - Voter: org.springframework.security.access.vote.AuthenticatedVoter@4f163cdc, returned: 1
2013-04-18 11:31:11,606 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor - Authorization successful
2013-04-18 11:31:11,607 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.access.intercept.FilterSecurityInterceptor - RunAsManager did not change Authentication object
2013-04-18 11:31:11,607 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - /login.jsp?error=1 reached end of additional filter chain; proceeding with original chain
2013-04-18 11:31:12,469 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.access.ExceptionTranslationFilter - Chain processed normally
2013-04-18 11:31:12,469 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.context.HttpSessionSecurityContextRepository - SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2013-04-18 11:31:12,469 [http-bio-0.0.0.0-8080-exec-3] DEBUG org.springframework.security.web.context.SecurityContextPersistenceFilter - SecurityContextHolder now cleared, as request processing completed
