Guest User

Untitled

a guest
Jan 2nd, 2023
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.31 KB | None | 0 0
  1. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(variance)] under variance; prior registration was null
  2. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_pop)] under var_pop; prior registration was null
  3. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(var_samp)] under var_samp; prior registration was null
  4. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(datediff)] under datediff; prior registration was null
  5. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(adddate)] under adddate; prior registration was null
  6. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(subdate)] under subdate; prior registration was null
  7. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(addtime)] under addtime; prior registration was null
  8. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(subtime)] under subtime; prior registration was null
  9. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [org.hibernate.dialect.function.FormatFunction@3a3e0f7a] under format; prior registration was org.hibernate.dialect.function.FormatFunction@3c07b046
  10. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(makedate)] under makedate; prior registration was null
  11. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(maketime)] under maketime; prior registration was null
  12. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under localtime; prior registration was null
  13. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under localtimestamp; prior registration was null
  14. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under local_time; prior registration was org.hibernate.dialect.function.CurrentFunction@6a6129a6
  15. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtimestamp)] under local_datetime; prior registration was org.hibernate.dialect.function.CurrentFunction@1db33525
  16. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [NamedSqmFunctionTemplate(localtime)] under localtime; prior registration was NamedSqmFunctionTemplate(localtime)
  17. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor@2a4cf2d1] under sysdate; prior registration was null
  18. 2023-01-02 21:18:08 DEBUG SqmFunctionRegistry:79 - Registered SqmFunctionTemplate [org.hibernate.dialect.function.ListaggGroupConcatEmulation@4feb7abb] under listagg; prior registration was null
  19. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - abs(NUMERIC arg)
  20. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double acos(NUMERIC arg)
  21. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - adddate(DATE datetime, INTEGER days)
  22. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - addtime(TIME datetime, TIME time)
  23. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Boolean any(BOOLEAN arg)
  24. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer ascii(STRING arg)
  25. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double asin(NUMERIC arg)
  26. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double atan(NUMERIC arg)
  27. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double atan2(NUMERIC arg0, NUMERIC arg1)
  28. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double avg(NUMERIC arg)
  29. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bit_and(arg)
  30. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer bit_length(STRING_OR_CLOB arg)
  31. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bit_or(arg)
  32. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bitand(arg0, arg1)
  33. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bitnot(arg)
  34. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bitor(arg0, arg1)
  35. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - bitxor(arg0, arg1)
  36. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - cast(arg as Type)
  37. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - ceiling(NUMERIC arg)
  38. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Character char(INTEGER arg)
  39. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer character_length(STRING_OR_CLOB arg)
  40. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - coalesce(arg0[, arg1[, ...]])
  41. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String collate(STRING string as COLLATION collation)
  42. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String concat(STRING string0[, STRING string1[, ...]])
  43. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double cos(NUMERIC arg)
  44. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double cot(NUMERIC arg)
  45. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Long count([distinct ]{arg|*})
  46. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer crc32(arg)
  47. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date curdate()
  48. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date current_date
  49. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Time current_time
  50. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp current_timestamp
  51. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Time curtime()
  52. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date date(arg)
  53. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer datediff(DATE end, DATE start)
  54. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer day(DATE arg)
  55. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String dayname(DATE arg)
  56. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer dayofmonth(DATE arg)
  57. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer dayofweek(DATE arg)
  58. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer dayofyear(DATE arg)
  59. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double degrees(NUMERIC arg)
  60. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Boolean every(BOOLEAN arg)
  61. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double exp(NUMERIC arg)
  62. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - extract(TEMPORAL_UNIT field from TEMPORAL arg)
  63. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - floor(NUMERIC arg)
  64. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String format(TEMPORAL datetime as STRING pattern)
  65. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - greatest(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
  66. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer hour(TIME arg)
  67. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - ifnull(arg0, arg1)
  68. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String insert(STRING string, INTEGER start, INTEGER length, STRING replacement)
  69. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Instant instant
  70. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer instr(STRING string, STRING pattern[, INTEGER start[, INTEGER occurrence]])
  71. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date last_day(DATE arg)
  72. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - least(COMPARABLE arg0, COMPARABLE arg1[, arg2[, ...]])
  73. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String left(STRING string, INTEGER length)
  74. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String listagg(STRING arg0, STRING arg1)
  75. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double ln(NUMERIC arg)
  76. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalDate local_date
  77. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalDateTime local_datetime
  78. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalTime local_time
  79. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp localtime
  80. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp localtimestamp
  81. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer locate(STRING pattern, STRING string[, INTEGER start])
  82. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double log(NUMERIC arg0[, NUMERIC arg1])
  83. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double log10(NUMERIC arg)
  84. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double log2(NUMERIC arg)
  85. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String lower(STRING string)
  86. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String lpad(string, length[, padding])
  87. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String ltrim(STRING string[, STRING characters])
  88. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date makedate(INTEGER year, INTEGER dayofyear)
  89. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Time maketime(INTEGER hour, INTEGER min, INTEGER sec)
  90. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - max(COMPARABLE arg)
  91. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String md5(arg)
  92. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer microsecond(TIME arg)
  93. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - min(COMPARABLE arg)
  94. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer minute(TIME arg)
  95. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer mod(INTEGER arg0, INTEGER arg1)
  96. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer month(DATE arg)
  97. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String monthname(DATE arg)
  98. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp now()
  99. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - nullif(arg0, arg1)
  100. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer octet_length(STRING_OR_CLOB arg)
  101. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - OffsetDateTime offset_datetime
  102. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String overlay(STRING string placing STRING replacement from INTEGER start[ for INTEGER length])
  103. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String pad(STRING string with INTEGER length {leading|trailing}[ STRING character])
  104. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double pi()
  105. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer position(STRING pattern in STRING string)
  106. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double power(NUMERIC arg0, NUMERIC arg1)
  107. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer quarter(DATE arg)
  108. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double radians(NUMERIC arg)
  109. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double rand([INTEGER seed])
  110. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String repeat(STRING string, INTEGER times)
  111. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String replace(STRING string, STRING pattern, STRING replacement)
  112. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String reverse(STRING arg)
  113. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String right(STRING string, INTEGER length)
  114. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - round(NUMERIC arg0, INTEGER arg1)
  115. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String rpad(string, length[, padding])
  116. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String rtrim(STRING string[, STRING characters])
  117. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer second(TIME arg)
  118. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String sha(arg)
  119. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String sha1(arg)
  120. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String sha2(arg0, arg1)
  121. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer sign(NUMERIC arg)
  122. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double sin(NUMERIC arg)
  123. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String soundex(arg)
  124. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String space(INTEGER arg)
  125. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Object sql
  126. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double sqrt(NUMERIC arg)
  127. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double stddev(NUMERIC arg)
  128. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double stddev_pop(NUMERIC arg)
  129. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double stddev_samp(NUMERIC arg)
  130. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String str(arg)
  131. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - subdate(DATE datetime, INTEGER days)
  132. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String substr(STRING string, INTEGER start[, INTEGER length])
  133. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String substring(STRING string{ from|,} INTEGER start[{ for|,} INTEGER length])
  134. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - subtime(TIME datetime, TIME time)
  135. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - sum(arg)
  136. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp sysdate()
  137. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double tan(NUMERIC arg)
  138. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String time(arg)
  139. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp timestamp(arg0[, arg1])
  140. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - timestampadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
  141. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - basicType@10(java.lang.Long,-5)|basicType@15(java.lang.Double,6) timestampdiff(TEMPORAL_UNIT field, TEMPORAL start, TEMPORAL end)
  142. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String trim([[{leading|trailing|both} ][STRING arg0 ]from] STRING arg1)
  143. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double truncate(NUMERIC number, INTEGER places)
  144. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - String upper(STRING string)
  145. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date utc_date
  146. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Time utc_time
  147. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp utc_timestamp
  148. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double var_pop(NUMERIC arg)
  149. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double var_samp(NUMERIC arg)
  150. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Double variance(NUMERIC arg)
  151. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer week(DATE arg)
  152. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer year(DATE arg)
  153. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Character chr(INTEGER arg)
  154. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Date current date
  155. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Time current time
  156. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Timestamp current timestamp
  157. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Instant current_instant
  158. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - dateadd(TEMPORAL_UNIT field, INTEGER magnitude, TEMPORAL datetime)
  159. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer day(DATE arg)
  160. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - Integer length(STRING_OR_CLOB arg)
  161. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalDate local date
  162. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalDateTime local datetime
  163. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - LocalTime local time
  164. 2023-01-02 21:18:08 DEBUG HQL_FUNCTIONS:187 - OffsetDateTime offset datetime
  165. 2023-01-02 21:18:08 DEBUG TypeConfiguration$Scope:171 - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1231e446] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5dbae6f7]
  166. 2023-01-02 21:18:08 DEBUG creation:94 - Starting post-init callbacks
  167. 2023-01-02 21:18:09 DEBUG NamedObjectRepository:217 - Checking 0 named HQL queries
  168. 2023-01-02 21:18:09 DEBUG NamedObjectRepository:234 - Checking 0 named SQL queries
  169. 2023-01-02 21:18:09 DEBUG SchemaManagementToolCoordinator:72 - No actions found; doing nothing
  170. 2023-01-02 21:18:09 DEBUG JtaPlatformInitiator:42 - No JtaPlatform was specified, checking resolver
  171. 2023-01-02 21:18:09 DEBUG JtaPlatformResolverInitiator:33 - No JtaPlatformResolver was specified, using default [org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver]
  172. 2023-01-02 21:18:09 DEBUG StandardJtaPlatformResolver:137 - Could not resolve JtaPlatform, using default [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  173. 2023-01-02 21:18:09 INFO JtaPlatformInitiator:51 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  174. 2023-01-02 21:18:09 DEBUG SessionFactoryServiceRegistryImpl:91 - EventListenerRegistry access via ServiceRegistry is deprecated. Use `sessionFactory.getEventEngine().getListenerRegistry()` instead
  175. 2023-01-02 21:18:09 DEBUG EntityCopyObserverFactoryInitiator:39 - Configured EntityCopyObserver strategy: disallow
  176. 2023-01-02 21:18:09 DEBUG SessionFactoryRegistry:52 - Initializing SessionFactoryRegistry : org.hibernate.internal.SessionFactoryRegistry@52c14891
  177. 2023-01-02 21:18:09 DEBUG SessionFactoryRegistry:74 - Registering SessionFactory: 27089406-7ee2-470a-aefb-7802109f335e (<unnamed>)
  178. 2023-01-02 21:18:09 DEBUG SessionFactoryRegistry:81 - Not binding SessionFactory to JNDI, no JNDI name configured
  179. 2023-01-02 21:18:09 DEBUG DefaultListableBeanFactory:225 - Creating shared instance of singleton bean 'myTransactionManager'
  180. 2023-01-02 21:18:09 DEBUG DefaultListableBeanFactory:806 - Autowiring by type from bean name 'myTransactionManager' via factory method to bean named 'sessionFactory'
  181. 2023-01-02 21:18:09 DEBUG HibernateTransactionManager:402 - Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> z8kfsxatwglti61uz6c2u|2b7e2212, dataSourceName -> z8kfsxatwglti61uz6c2u|2b7e2212 ]] of Hibernate SessionFactory for HibernateTransactionManager
  182. 2023-01-02 21:18:09 DEBUG DispatcherServlet:551 - Detected AcceptHeaderLocaleResolver
  183. 2023-01-02 21:18:09 DEBUG DispatcherServlet:577 - Detected FixedThemeResolver
  184. 2023-01-02 21:18:09 DEBUG DispatcherServlet:727 - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@789a9354
  185. 2023-01-02 21:18:09 DEBUG DispatcherServlet:791 - Detected org.springframework.web.servlet.support.SessionFlashMapManager@3cc6bfdb
  186. 2023-01-02 21:18:09 DEBUG DispatcherServlet:549 - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
  187. 2023-01-02 21:18:09 INFO DispatcherServlet:554 - Completed initialization in 2987 ms
  188. ene. 02, 2023 9:18:09 P. M. org.apache.coyote.AbstractProtocol start
  189. INFORMACIÓN: Starting ProtocolHandler ["http-nio-8080"]
  190. ene. 02, 2023 9:18:09 P. M. org.apache.catalina.startup.Catalina start
  191. INFORMACIÓN: Server startup in [5372] milliseconds
  192. 2023-01-02 21:18:09 INFO Spring Security Debugger:56 -
  193.  
  194. ************************************************************
  195.  
  196. Request received for GET '/':
  197.  
  198. org.apache.catalina.connector.RequestFacade@1329d572
  199.  
  200. servletPath:/
  201. pathInfo:null
  202. headers:
  203. host: localhost:8080
  204. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  205. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  206. accept-language: en-US,en;q=0.5
  207. accept-encoding: gzip, deflate, br
  208. connection: keep-alive
  209. cookie: JSESSIONID=B7AA73A9A9FC885F15EBE77F7DD14BF2
  210. upgrade-insecure-requests: 1
  211. sec-fetch-dest: document
  212. sec-fetch-mode: navigate
  213. sec-fetch-site: none
  214. sec-fetch-user: ?1
  215.  
  216.  
  217. Security filter chain: [
  218. DisableEncodeUrlFilter
  219. WebAsyncManagerIntegrationFilter
  220. SecurityContextHolderFilter
  221. HeaderWriterFilter
  222. CsrfFilter
  223. LogoutFilter
  224. UsernamePasswordAuthenticationFilter
  225. RequestCacheAwareFilter
  226. SecurityContextHolderAwareRequestFilter
  227. AnonymousAuthenticationFilter
  228. ExceptionTranslationFilter
  229. AuthorizationFilter
  230. ]
  231.  
  232.  
  233. ************************************************************
  234.  
  235.  
  236. 2023-01-02 21:18:09 DEBUG FilterChainProxy:223 - Securing GET /
  237. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  238. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  239.  
  240. ************************************************************
  241.  
  242. New HTTP session created: 88C993112315CE79924552B488E8DC13
  243.  
  244. Call stack:
  245.  
  246. at org.springframework.security.web.debug.Logger.info(Logger.java:46)
  247. at org.springframework.security.web.debug.DebugFilter$DebugRequestWrapper.getSession(DebugFilter.java:171)
  248. at jakarta.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:253)
  249. at jakarta.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:253)
  250. at jakarta.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:253)
  251. at org.springframework.security.web.savedrequest.HttpSessionRequestCache.saveRequest(HttpSessionRequestCache.java:76)
  252. at org.springframework.security.web.access.ExceptionTranslationFilter.sendStartAuthentication(ExceptionTranslationFilter.java:218)
  253. at org.springframework.security.web.access.ExceptionTranslationFilter.handleAccessDeniedException(ExceptionTranslationFilter.java:197)
  254. at org.springframework.security.web.access.ExceptionTranslationFilter.handleSpringSecurityException(ExceptionTranslationFilter.java:178)
  255. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:147)
  256. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
  257. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  258. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
  259. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  260. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179)
  261. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  262. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
  263. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  264. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:227)
  265. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:221)
  266. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  267. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)
  268. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)
  269. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  270. at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:116)
  271. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
  272. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  273. at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)
  274. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)
  275. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
  276. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  277. at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82)
  278. at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69)
  279. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  280. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)
  281. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
  282. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  283. at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42)
  284. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
  285. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)
  286. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233)
  287. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191)
  288. at org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:90)
  289. at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:78)
  290. at org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:67)
  291. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:351)
  292. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
  293. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
  294. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
  295. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  296. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  297. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  298. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:119)
  299. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  300. at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
  301. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  302. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:356)
  303. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  304. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  305. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:870)
  306. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1762)
  307. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  308. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  309. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  310. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  311. at java.base/java.lang.Thread.run(Thread.java:833)
  312.  
  313.  
  314. ************************************************************
  315.  
  316.  
  317. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/?continue to session
  318. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  319. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  320.  
  321. ************************************************************
  322.  
  323. Request received for GET '/login':
  324.  
  325. org.apache.catalina.connector.RequestFacade@304fd938
  326.  
  327. servletPath:/login
  328. pathInfo:null
  329. headers:
  330. host: localhost:8080
  331. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  332. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  333. accept-language: en-US,en;q=0.5
  334. accept-encoding: gzip, deflate, br
  335. connection: keep-alive
  336. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  337. upgrade-insecure-requests: 1
  338. sec-fetch-dest: document
  339. sec-fetch-mode: navigate
  340. sec-fetch-site: none
  341. sec-fetch-user: ?1
  342.  
  343.  
  344. Security filter chain: [
  345. DisableEncodeUrlFilter
  346. WebAsyncManagerIntegrationFilter
  347. SecurityContextHolderFilter
  348. HeaderWriterFilter
  349. CsrfFilter
  350. LogoutFilter
  351. UsernamePasswordAuthenticationFilter
  352. RequestCacheAwareFilter
  353. SecurityContextHolderAwareRequestFilter
  354. AnonymousAuthenticationFilter
  355. ExceptionTranslationFilter
  356. AuthorizationFilter
  357. ]
  358.  
  359.  
  360. ************************************************************
  361.  
  362.  
  363. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  364. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  365. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  366. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  367. ok
  368. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  369. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  370. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  371.  
  372. ************************************************************
  373.  
  374. Request received for GET '/WEB-INF/view/users-login.jsp':
  375.  
  376. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@114a88b8]
  377.  
  378. servletPath:/WEB-INF/view/users-login.jsp
  379. pathInfo:null
  380. headers:
  381. host: localhost:8080
  382. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  383. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  384. accept-language: en-US,en;q=0.5
  385. accept-encoding: gzip, deflate, br
  386. connection: keep-alive
  387. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  388. upgrade-insecure-requests: 1
  389. sec-fetch-dest: document
  390. sec-fetch-mode: navigate
  391. sec-fetch-site: none
  392. sec-fetch-user: ?1
  393.  
  394.  
  395. Security filter chain: [
  396. DisableEncodeUrlFilter
  397. WebAsyncManagerIntegrationFilter
  398. SecurityContextHolderFilter
  399. HeaderWriterFilter
  400. CsrfFilter
  401. LogoutFilter
  402. UsernamePasswordAuthenticationFilter
  403. RequestCacheAwareFilter
  404. SecurityContextHolderAwareRequestFilter
  405. AnonymousAuthenticationFilter
  406. ExceptionTranslationFilter
  407. AuthorizationFilter
  408. ]
  409.  
  410.  
  411. ************************************************************
  412.  
  413.  
  414. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  415. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  416. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  417. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  418. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  419. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  420.  
  421. ************************************************************
  422.  
  423. Request received for GET '/login':
  424.  
  425. org.apache.catalina.connector.RequestFacade@42ca2941
  426.  
  427. servletPath:/login
  428. pathInfo:null
  429. headers:
  430. host: localhost:8080
  431. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  432. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  433. accept-language: en-US,en;q=0.5
  434. accept-encoding: gzip, deflate, br
  435. connection: keep-alive
  436. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  437. upgrade-insecure-requests: 1
  438. sec-fetch-dest: document
  439. sec-fetch-mode: navigate
  440. sec-fetch-site: none
  441. sec-fetch-user: ?1
  442.  
  443.  
  444. Security filter chain: [
  445. DisableEncodeUrlFilter
  446. WebAsyncManagerIntegrationFilter
  447. SecurityContextHolderFilter
  448. HeaderWriterFilter
  449. CsrfFilter
  450. LogoutFilter
  451. UsernamePasswordAuthenticationFilter
  452. RequestCacheAwareFilter
  453. SecurityContextHolderAwareRequestFilter
  454. AnonymousAuthenticationFilter
  455. ExceptionTranslationFilter
  456. AuthorizationFilter
  457. ]
  458.  
  459.  
  460. ************************************************************
  461.  
  462.  
  463. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  464. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  465. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  466. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  467. ok
  468. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  469. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  470. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  471.  
  472. ************************************************************
  473.  
  474. Request received for GET '/WEB-INF/view/users-login.jsp':
  475.  
  476. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@4c0dcf68]
  477.  
  478. servletPath:/WEB-INF/view/users-login.jsp
  479. pathInfo:null
  480. headers:
  481. host: localhost:8080
  482. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  483. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  484. accept-language: en-US,en;q=0.5
  485. accept-encoding: gzip, deflate, br
  486. connection: keep-alive
  487. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  488. upgrade-insecure-requests: 1
  489. sec-fetch-dest: document
  490. sec-fetch-mode: navigate
  491. sec-fetch-site: none
  492. sec-fetch-user: ?1
  493.  
  494.  
  495. Security filter chain: [
  496. DisableEncodeUrlFilter
  497. WebAsyncManagerIntegrationFilter
  498. SecurityContextHolderFilter
  499. HeaderWriterFilter
  500. CsrfFilter
  501. LogoutFilter
  502. UsernamePasswordAuthenticationFilter
  503. RequestCacheAwareFilter
  504. SecurityContextHolderAwareRequestFilter
  505. AnonymousAuthenticationFilter
  506. ExceptionTranslationFilter
  507. AuthorizationFilter
  508. ]
  509.  
  510.  
  511. ************************************************************
  512.  
  513.  
  514. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  515. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  516. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  517. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  518. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  519. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  520.  
  521. ************************************************************
  522.  
  523. Request received for GET '/login':
  524.  
  525. org.apache.catalina.connector.RequestFacade@26a51968
  526.  
  527. servletPath:/login
  528. pathInfo:null
  529. headers:
  530. host: localhost:8080
  531. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  532. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  533. accept-language: en-US,en;q=0.5
  534. accept-encoding: gzip, deflate, br
  535. connection: keep-alive
  536. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  537. upgrade-insecure-requests: 1
  538. sec-fetch-dest: document
  539. sec-fetch-mode: navigate
  540. sec-fetch-site: none
  541. sec-fetch-user: ?1
  542.  
  543.  
  544. Security filter chain: [
  545. DisableEncodeUrlFilter
  546. WebAsyncManagerIntegrationFilter
  547. SecurityContextHolderFilter
  548. HeaderWriterFilter
  549. CsrfFilter
  550. LogoutFilter
  551. UsernamePasswordAuthenticationFilter
  552. RequestCacheAwareFilter
  553. SecurityContextHolderAwareRequestFilter
  554. AnonymousAuthenticationFilter
  555. ExceptionTranslationFilter
  556. AuthorizationFilter
  557. ]
  558.  
  559.  
  560. ************************************************************
  561.  
  562.  
  563. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  564. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  565. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  566. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  567. ok
  568. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  569. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  570. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  571.  
  572. ************************************************************
  573.  
  574. Request received for GET '/WEB-INF/view/users-login.jsp':
  575.  
  576. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@2862e3cc]
  577.  
  578. servletPath:/WEB-INF/view/users-login.jsp
  579. pathInfo:null
  580. headers:
  581. host: localhost:8080
  582. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  583. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  584. accept-language: en-US,en;q=0.5
  585. accept-encoding: gzip, deflate, br
  586. connection: keep-alive
  587. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  588. upgrade-insecure-requests: 1
  589. sec-fetch-dest: document
  590. sec-fetch-mode: navigate
  591. sec-fetch-site: none
  592. sec-fetch-user: ?1
  593.  
  594.  
  595. Security filter chain: [
  596. DisableEncodeUrlFilter
  597. WebAsyncManagerIntegrationFilter
  598. SecurityContextHolderFilter
  599. HeaderWriterFilter
  600. CsrfFilter
  601. LogoutFilter
  602. UsernamePasswordAuthenticationFilter
  603. RequestCacheAwareFilter
  604. SecurityContextHolderAwareRequestFilter
  605. AnonymousAuthenticationFilter
  606. ExceptionTranslationFilter
  607. AuthorizationFilter
  608. ]
  609.  
  610.  
  611. ************************************************************
  612.  
  613.  
  614. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  615. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  616. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  617. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  618. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  619. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  620.  
  621. ************************************************************
  622.  
  623. Request received for GET '/login':
  624.  
  625. org.apache.catalina.connector.RequestFacade@5b7f4cc6
  626.  
  627. servletPath:/login
  628. pathInfo:null
  629. headers:
  630. host: localhost:8080
  631. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  632. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  633. accept-language: en-US,en;q=0.5
  634. accept-encoding: gzip, deflate, br
  635. connection: keep-alive
  636. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  637. upgrade-insecure-requests: 1
  638. sec-fetch-dest: document
  639. sec-fetch-mode: navigate
  640. sec-fetch-site: none
  641. sec-fetch-user: ?1
  642.  
  643.  
  644. Security filter chain: [
  645. DisableEncodeUrlFilter
  646. WebAsyncManagerIntegrationFilter
  647. SecurityContextHolderFilter
  648. HeaderWriterFilter
  649. CsrfFilter
  650. LogoutFilter
  651. UsernamePasswordAuthenticationFilter
  652. RequestCacheAwareFilter
  653. SecurityContextHolderAwareRequestFilter
  654. AnonymousAuthenticationFilter
  655. ExceptionTranslationFilter
  656. AuthorizationFilter
  657. ]
  658.  
  659.  
  660. ************************************************************
  661.  
  662.  
  663. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  664. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  665. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  666. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  667. ok
  668. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  669. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  670. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  671.  
  672. ************************************************************
  673.  
  674. Request received for GET '/WEB-INF/view/users-login.jsp':
  675.  
  676. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@55b8a9d9]
  677.  
  678. servletPath:/WEB-INF/view/users-login.jsp
  679. pathInfo:null
  680. headers:
  681. host: localhost:8080
  682. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  683. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  684. accept-language: en-US,en;q=0.5
  685. accept-encoding: gzip, deflate, br
  686. connection: keep-alive
  687. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  688. upgrade-insecure-requests: 1
  689. sec-fetch-dest: document
  690. sec-fetch-mode: navigate
  691. sec-fetch-site: none
  692. sec-fetch-user: ?1
  693.  
  694.  
  695. Security filter chain: [
  696. DisableEncodeUrlFilter
  697. WebAsyncManagerIntegrationFilter
  698. SecurityContextHolderFilter
  699. HeaderWriterFilter
  700. CsrfFilter
  701. LogoutFilter
  702. UsernamePasswordAuthenticationFilter
  703. RequestCacheAwareFilter
  704. SecurityContextHolderAwareRequestFilter
  705. AnonymousAuthenticationFilter
  706. ExceptionTranslationFilter
  707. AuthorizationFilter
  708. ]
  709.  
  710.  
  711. ************************************************************
  712.  
  713.  
  714. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  715. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  716. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  717. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  718. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  719. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  720.  
  721. ************************************************************
  722.  
  723. Request received for GET '/login':
  724.  
  725. org.apache.catalina.connector.RequestFacade@372fc330
  726.  
  727. servletPath:/login
  728. pathInfo:null
  729. headers:
  730. host: localhost:8080
  731. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  732. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  733. accept-language: en-US,en;q=0.5
  734. accept-encoding: gzip, deflate, br
  735. connection: keep-alive
  736. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  737. upgrade-insecure-requests: 1
  738. sec-fetch-dest: document
  739. sec-fetch-mode: navigate
  740. sec-fetch-site: none
  741. sec-fetch-user: ?1
  742.  
  743.  
  744. Security filter chain: [
  745. DisableEncodeUrlFilter
  746. WebAsyncManagerIntegrationFilter
  747. SecurityContextHolderFilter
  748. HeaderWriterFilter
  749. CsrfFilter
  750. LogoutFilter
  751. UsernamePasswordAuthenticationFilter
  752. RequestCacheAwareFilter
  753. SecurityContextHolderAwareRequestFilter
  754. AnonymousAuthenticationFilter
  755. ExceptionTranslationFilter
  756. AuthorizationFilter
  757. ]
  758.  
  759.  
  760. ************************************************************
  761.  
  762.  
  763. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  764. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  765. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  766. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  767. ok
  768. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  769. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  770. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  771.  
  772. ************************************************************
  773.  
  774. Request received for GET '/WEB-INF/view/users-login.jsp':
  775.  
  776. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@39e82ba5]
  777.  
  778. servletPath:/WEB-INF/view/users-login.jsp
  779. pathInfo:null
  780. headers:
  781. host: localhost:8080
  782. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  783. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  784. accept-language: en-US,en;q=0.5
  785. accept-encoding: gzip, deflate, br
  786. connection: keep-alive
  787. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  788. upgrade-insecure-requests: 1
  789. sec-fetch-dest: document
  790. sec-fetch-mode: navigate
  791. sec-fetch-site: none
  792. sec-fetch-user: ?1
  793.  
  794.  
  795. Security filter chain: [
  796. DisableEncodeUrlFilter
  797. WebAsyncManagerIntegrationFilter
  798. SecurityContextHolderFilter
  799. HeaderWriterFilter
  800. CsrfFilter
  801. LogoutFilter
  802. UsernamePasswordAuthenticationFilter
  803. RequestCacheAwareFilter
  804. SecurityContextHolderAwareRequestFilter
  805. AnonymousAuthenticationFilter
  806. ExceptionTranslationFilter
  807. AuthorizationFilter
  808. ]
  809.  
  810.  
  811. ************************************************************
  812.  
  813.  
  814. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  815. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  816. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  817. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  818. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  819. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  820.  
  821. ************************************************************
  822.  
  823. Request received for GET '/login':
  824.  
  825. org.apache.catalina.connector.RequestFacade@73c4d907
  826.  
  827. servletPath:/login
  828. pathInfo:null
  829. headers:
  830. host: localhost:8080
  831. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  832. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  833. accept-language: en-US,en;q=0.5
  834. accept-encoding: gzip, deflate, br
  835. connection: keep-alive
  836. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  837. upgrade-insecure-requests: 1
  838. sec-fetch-dest: document
  839. sec-fetch-mode: navigate
  840. sec-fetch-site: none
  841. sec-fetch-user: ?1
  842.  
  843.  
  844. Security filter chain: [
  845. DisableEncodeUrlFilter
  846. WebAsyncManagerIntegrationFilter
  847. SecurityContextHolderFilter
  848. HeaderWriterFilter
  849. CsrfFilter
  850. LogoutFilter
  851. UsernamePasswordAuthenticationFilter
  852. RequestCacheAwareFilter
  853. SecurityContextHolderAwareRequestFilter
  854. AnonymousAuthenticationFilter
  855. ExceptionTranslationFilter
  856. AuthorizationFilter
  857. ]
  858.  
  859.  
  860. ************************************************************
  861.  
  862.  
  863. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  864. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  865. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  866. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  867. ok
  868. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  869. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  870. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  871.  
  872. ************************************************************
  873.  
  874. Request received for GET '/WEB-INF/view/users-login.jsp':
  875.  
  876. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7d03390f]
  877.  
  878. servletPath:/WEB-INF/view/users-login.jsp
  879. pathInfo:null
  880. headers:
  881. host: localhost:8080
  882. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  883. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  884. accept-language: en-US,en;q=0.5
  885. accept-encoding: gzip, deflate, br
  886. connection: keep-alive
  887. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  888. upgrade-insecure-requests: 1
  889. sec-fetch-dest: document
  890. sec-fetch-mode: navigate
  891. sec-fetch-site: none
  892. sec-fetch-user: ?1
  893.  
  894.  
  895. Security filter chain: [
  896. DisableEncodeUrlFilter
  897. WebAsyncManagerIntegrationFilter
  898. SecurityContextHolderFilter
  899. HeaderWriterFilter
  900. CsrfFilter
  901. LogoutFilter
  902. UsernamePasswordAuthenticationFilter
  903. RequestCacheAwareFilter
  904. SecurityContextHolderAwareRequestFilter
  905. AnonymousAuthenticationFilter
  906. ExceptionTranslationFilter
  907. AuthorizationFilter
  908. ]
  909.  
  910.  
  911. ************************************************************
  912.  
  913.  
  914. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  915. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  916. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  917. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  918. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  919. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  920.  
  921. ************************************************************
  922.  
  923. Request received for GET '/login':
  924.  
  925. org.apache.catalina.connector.RequestFacade@650a6973
  926.  
  927. servletPath:/login
  928. pathInfo:null
  929. headers:
  930. host: localhost:8080
  931. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  932. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  933. accept-language: en-US,en;q=0.5
  934. accept-encoding: gzip, deflate, br
  935. connection: keep-alive
  936. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  937. upgrade-insecure-requests: 1
  938. sec-fetch-dest: document
  939. sec-fetch-mode: navigate
  940. sec-fetch-site: none
  941. sec-fetch-user: ?1
  942.  
  943.  
  944. Security filter chain: [
  945. DisableEncodeUrlFilter
  946. WebAsyncManagerIntegrationFilter
  947. SecurityContextHolderFilter
  948. HeaderWriterFilter
  949. CsrfFilter
  950. LogoutFilter
  951. UsernamePasswordAuthenticationFilter
  952. RequestCacheAwareFilter
  953. SecurityContextHolderAwareRequestFilter
  954. AnonymousAuthenticationFilter
  955. ExceptionTranslationFilter
  956. AuthorizationFilter
  957. ]
  958.  
  959.  
  960. ************************************************************
  961.  
  962.  
  963. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  964. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  965. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  966. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  967. ok
  968. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  969. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  970. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  971.  
  972. ************************************************************
  973.  
  974. Request received for GET '/WEB-INF/view/users-login.jsp':
  975.  
  976. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@6bcd9ba2]
  977.  
  978. servletPath:/WEB-INF/view/users-login.jsp
  979. pathInfo:null
  980. headers:
  981. host: localhost:8080
  982. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  983. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  984. accept-language: en-US,en;q=0.5
  985. accept-encoding: gzip, deflate, br
  986. connection: keep-alive
  987. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  988. upgrade-insecure-requests: 1
  989. sec-fetch-dest: document
  990. sec-fetch-mode: navigate
  991. sec-fetch-site: none
  992. sec-fetch-user: ?1
  993.  
  994.  
  995. Security filter chain: [
  996. DisableEncodeUrlFilter
  997. WebAsyncManagerIntegrationFilter
  998. SecurityContextHolderFilter
  999. HeaderWriterFilter
  1000. CsrfFilter
  1001. LogoutFilter
  1002. UsernamePasswordAuthenticationFilter
  1003. RequestCacheAwareFilter
  1004. SecurityContextHolderAwareRequestFilter
  1005. AnonymousAuthenticationFilter
  1006. ExceptionTranslationFilter
  1007. AuthorizationFilter
  1008. ]
  1009.  
  1010.  
  1011. ************************************************************
  1012.  
  1013.  
  1014. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1015. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1016. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1017. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1018. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1019. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1020.  
  1021. ************************************************************
  1022.  
  1023. Request received for GET '/login':
  1024.  
  1025. org.apache.catalina.connector.RequestFacade@2df3ec5a
  1026.  
  1027. servletPath:/login
  1028. pathInfo:null
  1029. headers:
  1030. host: localhost:8080
  1031. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1032. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1033. accept-language: en-US,en;q=0.5
  1034. accept-encoding: gzip, deflate, br
  1035. connection: keep-alive
  1036. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1037. upgrade-insecure-requests: 1
  1038. sec-fetch-dest: document
  1039. sec-fetch-mode: navigate
  1040. sec-fetch-site: none
  1041. sec-fetch-user: ?1
  1042.  
  1043.  
  1044. Security filter chain: [
  1045. DisableEncodeUrlFilter
  1046. WebAsyncManagerIntegrationFilter
  1047. SecurityContextHolderFilter
  1048. HeaderWriterFilter
  1049. CsrfFilter
  1050. LogoutFilter
  1051. UsernamePasswordAuthenticationFilter
  1052. RequestCacheAwareFilter
  1053. SecurityContextHolderAwareRequestFilter
  1054. AnonymousAuthenticationFilter
  1055. ExceptionTranslationFilter
  1056. AuthorizationFilter
  1057. ]
  1058.  
  1059.  
  1060. ************************************************************
  1061.  
  1062.  
  1063. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1064. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1065. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1066. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1067. ok
  1068. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1069. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1070. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1071.  
  1072. ************************************************************
  1073.  
  1074. Request received for GET '/WEB-INF/view/users-login.jsp':
  1075.  
  1076. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@23340794]
  1077.  
  1078. servletPath:/WEB-INF/view/users-login.jsp
  1079. pathInfo:null
  1080. headers:
  1081. host: localhost:8080
  1082. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1083. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1084. accept-language: en-US,en;q=0.5
  1085. accept-encoding: gzip, deflate, br
  1086. connection: keep-alive
  1087. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1088. upgrade-insecure-requests: 1
  1089. sec-fetch-dest: document
  1090. sec-fetch-mode: navigate
  1091. sec-fetch-site: none
  1092. sec-fetch-user: ?1
  1093.  
  1094.  
  1095. Security filter chain: [
  1096. DisableEncodeUrlFilter
  1097. WebAsyncManagerIntegrationFilter
  1098. SecurityContextHolderFilter
  1099. HeaderWriterFilter
  1100. CsrfFilter
  1101. LogoutFilter
  1102. UsernamePasswordAuthenticationFilter
  1103. RequestCacheAwareFilter
  1104. SecurityContextHolderAwareRequestFilter
  1105. AnonymousAuthenticationFilter
  1106. ExceptionTranslationFilter
  1107. AuthorizationFilter
  1108. ]
  1109.  
  1110.  
  1111. ************************************************************
  1112.  
  1113.  
  1114. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1115. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1116. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1117. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1118. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1119. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1120.  
  1121. ************************************************************
  1122.  
  1123. Request received for GET '/login':
  1124.  
  1125. org.apache.catalina.connector.RequestFacade@71031f89
  1126.  
  1127. servletPath:/login
  1128. pathInfo:null
  1129. headers:
  1130. host: localhost:8080
  1131. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1132. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1133. accept-language: en-US,en;q=0.5
  1134. accept-encoding: gzip, deflate, br
  1135. connection: keep-alive
  1136. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1137. upgrade-insecure-requests: 1
  1138. sec-fetch-dest: document
  1139. sec-fetch-mode: navigate
  1140. sec-fetch-site: none
  1141. sec-fetch-user: ?1
  1142.  
  1143.  
  1144. Security filter chain: [
  1145. DisableEncodeUrlFilter
  1146. WebAsyncManagerIntegrationFilter
  1147. SecurityContextHolderFilter
  1148. HeaderWriterFilter
  1149. CsrfFilter
  1150. LogoutFilter
  1151. UsernamePasswordAuthenticationFilter
  1152. RequestCacheAwareFilter
  1153. SecurityContextHolderAwareRequestFilter
  1154. AnonymousAuthenticationFilter
  1155. ExceptionTranslationFilter
  1156. AuthorizationFilter
  1157. ]
  1158.  
  1159.  
  1160. ************************************************************
  1161.  
  1162.  
  1163. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1164. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1165. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1166. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1167. ok
  1168. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1169. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1170. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1171.  
  1172. ************************************************************
  1173.  
  1174. Request received for GET '/WEB-INF/view/users-login.jsp':
  1175.  
  1176. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5bd922c0]
  1177.  
  1178. servletPath:/WEB-INF/view/users-login.jsp
  1179. pathInfo:null
  1180. headers:
  1181. host: localhost:8080
  1182. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1183. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1184. accept-language: en-US,en;q=0.5
  1185. accept-encoding: gzip, deflate, br
  1186. connection: keep-alive
  1187. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1188. upgrade-insecure-requests: 1
  1189. sec-fetch-dest: document
  1190. sec-fetch-mode: navigate
  1191. sec-fetch-site: none
  1192. sec-fetch-user: ?1
  1193.  
  1194.  
  1195. Security filter chain: [
  1196. DisableEncodeUrlFilter
  1197. WebAsyncManagerIntegrationFilter
  1198. SecurityContextHolderFilter
  1199. HeaderWriterFilter
  1200. CsrfFilter
  1201. LogoutFilter
  1202. UsernamePasswordAuthenticationFilter
  1203. RequestCacheAwareFilter
  1204. SecurityContextHolderAwareRequestFilter
  1205. AnonymousAuthenticationFilter
  1206. ExceptionTranslationFilter
  1207. AuthorizationFilter
  1208. ]
  1209.  
  1210.  
  1211. ************************************************************
  1212.  
  1213.  
  1214. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1215. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1216. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1217. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1218. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1219. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1220.  
  1221. ************************************************************
  1222.  
  1223. Request received for GET '/login':
  1224.  
  1225. org.apache.catalina.connector.RequestFacade@6c9205e5
  1226.  
  1227. servletPath:/login
  1228. pathInfo:null
  1229. headers:
  1230. host: localhost:8080
  1231. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1232. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1233. accept-language: en-US,en;q=0.5
  1234. accept-encoding: gzip, deflate, br
  1235. connection: keep-alive
  1236. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1237. upgrade-insecure-requests: 1
  1238. sec-fetch-dest: document
  1239. sec-fetch-mode: navigate
  1240. sec-fetch-site: none
  1241. sec-fetch-user: ?1
  1242.  
  1243.  
  1244. Security filter chain: [
  1245. DisableEncodeUrlFilter
  1246. WebAsyncManagerIntegrationFilter
  1247. SecurityContextHolderFilter
  1248. HeaderWriterFilter
  1249. CsrfFilter
  1250. LogoutFilter
  1251. UsernamePasswordAuthenticationFilter
  1252. RequestCacheAwareFilter
  1253. SecurityContextHolderAwareRequestFilter
  1254. AnonymousAuthenticationFilter
  1255. ExceptionTranslationFilter
  1256. AuthorizationFilter
  1257. ]
  1258.  
  1259.  
  1260. ************************************************************
  1261.  
  1262.  
  1263. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1264. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1265. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1266. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1267. ok
  1268. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1269. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1270. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1271.  
  1272. ************************************************************
  1273.  
  1274. Request received for GET '/WEB-INF/view/users-login.jsp':
  1275.  
  1276. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7470f48e]
  1277.  
  1278. servletPath:/WEB-INF/view/users-login.jsp
  1279. pathInfo:null
  1280. headers:
  1281. host: localhost:8080
  1282. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1283. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1284. accept-language: en-US,en;q=0.5
  1285. accept-encoding: gzip, deflate, br
  1286. connection: keep-alive
  1287. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1288. upgrade-insecure-requests: 1
  1289. sec-fetch-dest: document
  1290. sec-fetch-mode: navigate
  1291. sec-fetch-site: none
  1292. sec-fetch-user: ?1
  1293.  
  1294.  
  1295. Security filter chain: [
  1296. DisableEncodeUrlFilter
  1297. WebAsyncManagerIntegrationFilter
  1298. SecurityContextHolderFilter
  1299. HeaderWriterFilter
  1300. CsrfFilter
  1301. LogoutFilter
  1302. UsernamePasswordAuthenticationFilter
  1303. RequestCacheAwareFilter
  1304. SecurityContextHolderAwareRequestFilter
  1305. AnonymousAuthenticationFilter
  1306. ExceptionTranslationFilter
  1307. AuthorizationFilter
  1308. ]
  1309.  
  1310.  
  1311. ************************************************************
  1312.  
  1313.  
  1314. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1315. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1316. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1317. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1318. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1319. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1320.  
  1321. ************************************************************
  1322.  
  1323. Request received for GET '/login':
  1324.  
  1325. org.apache.catalina.connector.RequestFacade@318f9164
  1326.  
  1327. servletPath:/login
  1328. pathInfo:null
  1329. headers:
  1330. host: localhost:8080
  1331. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1332. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1333. accept-language: en-US,en;q=0.5
  1334. accept-encoding: gzip, deflate, br
  1335. connection: keep-alive
  1336. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1337. upgrade-insecure-requests: 1
  1338. sec-fetch-dest: document
  1339. sec-fetch-mode: navigate
  1340. sec-fetch-site: none
  1341. sec-fetch-user: ?1
  1342.  
  1343.  
  1344. Security filter chain: [
  1345. DisableEncodeUrlFilter
  1346. WebAsyncManagerIntegrationFilter
  1347. SecurityContextHolderFilter
  1348. HeaderWriterFilter
  1349. CsrfFilter
  1350. LogoutFilter
  1351. UsernamePasswordAuthenticationFilter
  1352. RequestCacheAwareFilter
  1353. SecurityContextHolderAwareRequestFilter
  1354. AnonymousAuthenticationFilter
  1355. ExceptionTranslationFilter
  1356. AuthorizationFilter
  1357. ]
  1358.  
  1359.  
  1360. ************************************************************
  1361.  
  1362.  
  1363. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1364. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1365. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1366. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1367. ok
  1368. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1369. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1370. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1371.  
  1372. ************************************************************
  1373.  
  1374. Request received for GET '/WEB-INF/view/users-login.jsp':
  1375.  
  1376. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7534e10d]
  1377.  
  1378. servletPath:/WEB-INF/view/users-login.jsp
  1379. pathInfo:null
  1380. headers:
  1381. host: localhost:8080
  1382. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1383. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1384. accept-language: en-US,en;q=0.5
  1385. accept-encoding: gzip, deflate, br
  1386. connection: keep-alive
  1387. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1388. upgrade-insecure-requests: 1
  1389. sec-fetch-dest: document
  1390. sec-fetch-mode: navigate
  1391. sec-fetch-site: none
  1392. sec-fetch-user: ?1
  1393.  
  1394.  
  1395. Security filter chain: [
  1396. DisableEncodeUrlFilter
  1397. WebAsyncManagerIntegrationFilter
  1398. SecurityContextHolderFilter
  1399. HeaderWriterFilter
  1400. CsrfFilter
  1401. LogoutFilter
  1402. UsernamePasswordAuthenticationFilter
  1403. RequestCacheAwareFilter
  1404. SecurityContextHolderAwareRequestFilter
  1405. AnonymousAuthenticationFilter
  1406. ExceptionTranslationFilter
  1407. AuthorizationFilter
  1408. ]
  1409.  
  1410.  
  1411. ************************************************************
  1412.  
  1413.  
  1414. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1415. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1416. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1417. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1418. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1419. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1420.  
  1421. ************************************************************
  1422.  
  1423. Request received for GET '/login':
  1424.  
  1425. org.apache.catalina.connector.RequestFacade@48324231
  1426.  
  1427. servletPath:/login
  1428. pathInfo:null
  1429. headers:
  1430. host: localhost:8080
  1431. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1432. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1433. accept-language: en-US,en;q=0.5
  1434. accept-encoding: gzip, deflate, br
  1435. connection: keep-alive
  1436. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1437. upgrade-insecure-requests: 1
  1438. sec-fetch-dest: document
  1439. sec-fetch-mode: navigate
  1440. sec-fetch-site: none
  1441. sec-fetch-user: ?1
  1442.  
  1443.  
  1444. Security filter chain: [
  1445. DisableEncodeUrlFilter
  1446. WebAsyncManagerIntegrationFilter
  1447. SecurityContextHolderFilter
  1448. HeaderWriterFilter
  1449. CsrfFilter
  1450. LogoutFilter
  1451. UsernamePasswordAuthenticationFilter
  1452. RequestCacheAwareFilter
  1453. SecurityContextHolderAwareRequestFilter
  1454. AnonymousAuthenticationFilter
  1455. ExceptionTranslationFilter
  1456. AuthorizationFilter
  1457. ]
  1458.  
  1459.  
  1460. ************************************************************
  1461.  
  1462.  
  1463. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1464. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1465. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1466. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1467. ok
  1468. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1469. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1470. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1471.  
  1472. ************************************************************
  1473.  
  1474. Request received for GET '/WEB-INF/view/users-login.jsp':
  1475.  
  1476. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@d30c553]
  1477.  
  1478. servletPath:/WEB-INF/view/users-login.jsp
  1479. pathInfo:null
  1480. headers:
  1481. host: localhost:8080
  1482. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1483. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1484. accept-language: en-US,en;q=0.5
  1485. accept-encoding: gzip, deflate, br
  1486. connection: keep-alive
  1487. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1488. upgrade-insecure-requests: 1
  1489. sec-fetch-dest: document
  1490. sec-fetch-mode: navigate
  1491. sec-fetch-site: none
  1492. sec-fetch-user: ?1
  1493.  
  1494.  
  1495. Security filter chain: [
  1496. DisableEncodeUrlFilter
  1497. WebAsyncManagerIntegrationFilter
  1498. SecurityContextHolderFilter
  1499. HeaderWriterFilter
  1500. CsrfFilter
  1501. LogoutFilter
  1502. UsernamePasswordAuthenticationFilter
  1503. RequestCacheAwareFilter
  1504. SecurityContextHolderAwareRequestFilter
  1505. AnonymousAuthenticationFilter
  1506. ExceptionTranslationFilter
  1507. AuthorizationFilter
  1508. ]
  1509.  
  1510.  
  1511. ************************************************************
  1512.  
  1513.  
  1514. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1515. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1516. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1517. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1518. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1519. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1520.  
  1521. ************************************************************
  1522.  
  1523. Request received for GET '/login':
  1524.  
  1525. org.apache.catalina.connector.RequestFacade@2c5d7218
  1526.  
  1527. servletPath:/login
  1528. pathInfo:null
  1529. headers:
  1530. host: localhost:8080
  1531. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1532. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1533. accept-language: en-US,en;q=0.5
  1534. accept-encoding: gzip, deflate, br
  1535. connection: keep-alive
  1536. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1537. upgrade-insecure-requests: 1
  1538. sec-fetch-dest: document
  1539. sec-fetch-mode: navigate
  1540. sec-fetch-site: none
  1541. sec-fetch-user: ?1
  1542.  
  1543.  
  1544. Security filter chain: [
  1545. DisableEncodeUrlFilter
  1546. WebAsyncManagerIntegrationFilter
  1547. SecurityContextHolderFilter
  1548. HeaderWriterFilter
  1549. CsrfFilter
  1550. LogoutFilter
  1551. UsernamePasswordAuthenticationFilter
  1552. RequestCacheAwareFilter
  1553. SecurityContextHolderAwareRequestFilter
  1554. AnonymousAuthenticationFilter
  1555. ExceptionTranslationFilter
  1556. AuthorizationFilter
  1557. ]
  1558.  
  1559.  
  1560. ************************************************************
  1561.  
  1562.  
  1563. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1564. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1565. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1566. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1567. ok
  1568. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1569. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1570. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1571.  
  1572. ************************************************************
  1573.  
  1574. Request received for GET '/WEB-INF/view/users-login.jsp':
  1575.  
  1576. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@695fe9f7]
  1577.  
  1578. servletPath:/WEB-INF/view/users-login.jsp
  1579. pathInfo:null
  1580. headers:
  1581. host: localhost:8080
  1582. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1583. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1584. accept-language: en-US,en;q=0.5
  1585. accept-encoding: gzip, deflate, br
  1586. connection: keep-alive
  1587. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1588. upgrade-insecure-requests: 1
  1589. sec-fetch-dest: document
  1590. sec-fetch-mode: navigate
  1591. sec-fetch-site: none
  1592. sec-fetch-user: ?1
  1593.  
  1594.  
  1595. Security filter chain: [
  1596. DisableEncodeUrlFilter
  1597. WebAsyncManagerIntegrationFilter
  1598. SecurityContextHolderFilter
  1599. HeaderWriterFilter
  1600. CsrfFilter
  1601. LogoutFilter
  1602. UsernamePasswordAuthenticationFilter
  1603. RequestCacheAwareFilter
  1604. SecurityContextHolderAwareRequestFilter
  1605. AnonymousAuthenticationFilter
  1606. ExceptionTranslationFilter
  1607. AuthorizationFilter
  1608. ]
  1609.  
  1610.  
  1611. ************************************************************
  1612.  
  1613.  
  1614. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1615. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1616. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1617. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1618. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1619. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1620.  
  1621. ************************************************************
  1622.  
  1623. Request received for GET '/login':
  1624.  
  1625. org.apache.catalina.connector.RequestFacade@518727b6
  1626.  
  1627. servletPath:/login
  1628. pathInfo:null
  1629. headers:
  1630. host: localhost:8080
  1631. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1632. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1633. accept-language: en-US,en;q=0.5
  1634. accept-encoding: gzip, deflate, br
  1635. connection: keep-alive
  1636. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1637. upgrade-insecure-requests: 1
  1638. sec-fetch-dest: document
  1639. sec-fetch-mode: navigate
  1640. sec-fetch-site: none
  1641. sec-fetch-user: ?1
  1642.  
  1643.  
  1644. Security filter chain: [
  1645. DisableEncodeUrlFilter
  1646. WebAsyncManagerIntegrationFilter
  1647. SecurityContextHolderFilter
  1648. HeaderWriterFilter
  1649. CsrfFilter
  1650. LogoutFilter
  1651. UsernamePasswordAuthenticationFilter
  1652. RequestCacheAwareFilter
  1653. SecurityContextHolderAwareRequestFilter
  1654. AnonymousAuthenticationFilter
  1655. ExceptionTranslationFilter
  1656. AuthorizationFilter
  1657. ]
  1658.  
  1659.  
  1660. ************************************************************
  1661.  
  1662.  
  1663. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1664. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1665. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1666. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1667. ok
  1668. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1669. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1670. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1671.  
  1672. ************************************************************
  1673.  
  1674. Request received for GET '/WEB-INF/view/users-login.jsp':
  1675.  
  1676. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@1485a3e2]
  1677.  
  1678. servletPath:/WEB-INF/view/users-login.jsp
  1679. pathInfo:null
  1680. headers:
  1681. host: localhost:8080
  1682. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1683. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1684. accept-language: en-US,en;q=0.5
  1685. accept-encoding: gzip, deflate, br
  1686. connection: keep-alive
  1687. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1688. upgrade-insecure-requests: 1
  1689. sec-fetch-dest: document
  1690. sec-fetch-mode: navigate
  1691. sec-fetch-site: none
  1692. sec-fetch-user: ?1
  1693.  
  1694.  
  1695. Security filter chain: [
  1696. DisableEncodeUrlFilter
  1697. WebAsyncManagerIntegrationFilter
  1698. SecurityContextHolderFilter
  1699. HeaderWriterFilter
  1700. CsrfFilter
  1701. LogoutFilter
  1702. UsernamePasswordAuthenticationFilter
  1703. RequestCacheAwareFilter
  1704. SecurityContextHolderAwareRequestFilter
  1705. AnonymousAuthenticationFilter
  1706. ExceptionTranslationFilter
  1707. AuthorizationFilter
  1708. ]
  1709.  
  1710.  
  1711. ************************************************************
  1712.  
  1713.  
  1714. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1715. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1716. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1717. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1718. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1719. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1720.  
  1721. ************************************************************
  1722.  
  1723. Request received for GET '/login':
  1724.  
  1725. org.apache.catalina.connector.RequestFacade@3dd7a840
  1726.  
  1727. servletPath:/login
  1728. pathInfo:null
  1729. headers:
  1730. host: localhost:8080
  1731. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1732. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1733. accept-language: en-US,en;q=0.5
  1734. accept-encoding: gzip, deflate, br
  1735. connection: keep-alive
  1736. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1737. upgrade-insecure-requests: 1
  1738. sec-fetch-dest: document
  1739. sec-fetch-mode: navigate
  1740. sec-fetch-site: none
  1741. sec-fetch-user: ?1
  1742.  
  1743.  
  1744. Security filter chain: [
  1745. DisableEncodeUrlFilter
  1746. WebAsyncManagerIntegrationFilter
  1747. SecurityContextHolderFilter
  1748. HeaderWriterFilter
  1749. CsrfFilter
  1750. LogoutFilter
  1751. UsernamePasswordAuthenticationFilter
  1752. RequestCacheAwareFilter
  1753. SecurityContextHolderAwareRequestFilter
  1754. AnonymousAuthenticationFilter
  1755. ExceptionTranslationFilter
  1756. AuthorizationFilter
  1757. ]
  1758.  
  1759.  
  1760. ************************************************************
  1761.  
  1762.  
  1763. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1764. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1765. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1766. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1767. ok
  1768. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1769. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1770. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1771.  
  1772. ************************************************************
  1773.  
  1774. Request received for GET '/WEB-INF/view/users-login.jsp':
  1775.  
  1776. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@78d5219e]
  1777.  
  1778. servletPath:/WEB-INF/view/users-login.jsp
  1779. pathInfo:null
  1780. headers:
  1781. host: localhost:8080
  1782. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1783. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1784. accept-language: en-US,en;q=0.5
  1785. accept-encoding: gzip, deflate, br
  1786. connection: keep-alive
  1787. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1788. upgrade-insecure-requests: 1
  1789. sec-fetch-dest: document
  1790. sec-fetch-mode: navigate
  1791. sec-fetch-site: none
  1792. sec-fetch-user: ?1
  1793.  
  1794.  
  1795. Security filter chain: [
  1796. DisableEncodeUrlFilter
  1797. WebAsyncManagerIntegrationFilter
  1798. SecurityContextHolderFilter
  1799. HeaderWriterFilter
  1800. CsrfFilter
  1801. LogoutFilter
  1802. UsernamePasswordAuthenticationFilter
  1803. RequestCacheAwareFilter
  1804. SecurityContextHolderAwareRequestFilter
  1805. AnonymousAuthenticationFilter
  1806. ExceptionTranslationFilter
  1807. AuthorizationFilter
  1808. ]
  1809.  
  1810.  
  1811. ************************************************************
  1812.  
  1813.  
  1814. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1815. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1816. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1817. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1818. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1819. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1820.  
  1821. ************************************************************
  1822.  
  1823. Request received for GET '/login':
  1824.  
  1825. org.apache.catalina.connector.RequestFacade@793cb277
  1826.  
  1827. servletPath:/login
  1828. pathInfo:null
  1829. headers:
  1830. host: localhost:8080
  1831. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1832. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1833. accept-language: en-US,en;q=0.5
  1834. accept-encoding: gzip, deflate, br
  1835. connection: keep-alive
  1836. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1837. upgrade-insecure-requests: 1
  1838. sec-fetch-dest: document
  1839. sec-fetch-mode: navigate
  1840. sec-fetch-site: none
  1841. sec-fetch-user: ?1
  1842.  
  1843.  
  1844. Security filter chain: [
  1845. DisableEncodeUrlFilter
  1846. WebAsyncManagerIntegrationFilter
  1847. SecurityContextHolderFilter
  1848. HeaderWriterFilter
  1849. CsrfFilter
  1850. LogoutFilter
  1851. UsernamePasswordAuthenticationFilter
  1852. RequestCacheAwareFilter
  1853. SecurityContextHolderAwareRequestFilter
  1854. AnonymousAuthenticationFilter
  1855. ExceptionTranslationFilter
  1856. AuthorizationFilter
  1857. ]
  1858.  
  1859.  
  1860. ************************************************************
  1861.  
  1862.  
  1863. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1864. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1865. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1866. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1867. ok
  1868. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1869. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1870. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1871.  
  1872. ************************************************************
  1873.  
  1874. Request received for GET '/WEB-INF/view/users-login.jsp':
  1875.  
  1876. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@d484e27]
  1877.  
  1878. servletPath:/WEB-INF/view/users-login.jsp
  1879. pathInfo:null
  1880. headers:
  1881. host: localhost:8080
  1882. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1883. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1884. accept-language: en-US,en;q=0.5
  1885. accept-encoding: gzip, deflate, br
  1886. connection: keep-alive
  1887. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1888. upgrade-insecure-requests: 1
  1889. sec-fetch-dest: document
  1890. sec-fetch-mode: navigate
  1891. sec-fetch-site: none
  1892. sec-fetch-user: ?1
  1893.  
  1894.  
  1895. Security filter chain: [
  1896. DisableEncodeUrlFilter
  1897. WebAsyncManagerIntegrationFilter
  1898. SecurityContextHolderFilter
  1899. HeaderWriterFilter
  1900. CsrfFilter
  1901. LogoutFilter
  1902. UsernamePasswordAuthenticationFilter
  1903. RequestCacheAwareFilter
  1904. SecurityContextHolderAwareRequestFilter
  1905. AnonymousAuthenticationFilter
  1906. ExceptionTranslationFilter
  1907. AuthorizationFilter
  1908. ]
  1909.  
  1910.  
  1911. ************************************************************
  1912.  
  1913.  
  1914. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  1915. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  1916. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  1917. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  1918. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  1919. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1920.  
  1921. ************************************************************
  1922.  
  1923. Request received for GET '/login':
  1924.  
  1925. org.apache.catalina.connector.RequestFacade@6ff20203
  1926.  
  1927. servletPath:/login
  1928. pathInfo:null
  1929. headers:
  1930. host: localhost:8080
  1931. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1932. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1933. accept-language: en-US,en;q=0.5
  1934. accept-encoding: gzip, deflate, br
  1935. connection: keep-alive
  1936. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1937. upgrade-insecure-requests: 1
  1938. sec-fetch-dest: document
  1939. sec-fetch-mode: navigate
  1940. sec-fetch-site: none
  1941. sec-fetch-user: ?1
  1942.  
  1943.  
  1944. Security filter chain: [
  1945. DisableEncodeUrlFilter
  1946. WebAsyncManagerIntegrationFilter
  1947. SecurityContextHolderFilter
  1948. HeaderWriterFilter
  1949. CsrfFilter
  1950. LogoutFilter
  1951. UsernamePasswordAuthenticationFilter
  1952. RequestCacheAwareFilter
  1953. SecurityContextHolderAwareRequestFilter
  1954. AnonymousAuthenticationFilter
  1955. ExceptionTranslationFilter
  1956. AuthorizationFilter
  1957. ]
  1958.  
  1959.  
  1960. ************************************************************
  1961.  
  1962.  
  1963. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  1964. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  1965. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  1966. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  1967. ok
  1968. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  1969. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  1970. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  1971.  
  1972. ************************************************************
  1973.  
  1974. Request received for GET '/WEB-INF/view/users-login.jsp':
  1975.  
  1976. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@2af09199]
  1977.  
  1978. servletPath:/WEB-INF/view/users-login.jsp
  1979. pathInfo:null
  1980. headers:
  1981. host: localhost:8080
  1982. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  1983. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  1984. accept-language: en-US,en;q=0.5
  1985. accept-encoding: gzip, deflate, br
  1986. connection: keep-alive
  1987. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  1988. upgrade-insecure-requests: 1
  1989. sec-fetch-dest: document
  1990. sec-fetch-mode: navigate
  1991. sec-fetch-site: none
  1992. sec-fetch-user: ?1
  1993.  
  1994.  
  1995. Security filter chain: [
  1996. DisableEncodeUrlFilter
  1997. WebAsyncManagerIntegrationFilter
  1998. SecurityContextHolderFilter
  1999. HeaderWriterFilter
  2000. CsrfFilter
  2001. LogoutFilter
  2002. UsernamePasswordAuthenticationFilter
  2003. RequestCacheAwareFilter
  2004. SecurityContextHolderAwareRequestFilter
  2005. AnonymousAuthenticationFilter
  2006. ExceptionTranslationFilter
  2007. AuthorizationFilter
  2008. ]
  2009.  
  2010.  
  2011. ************************************************************
  2012.  
  2013.  
  2014. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  2015. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  2016. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  2017. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  2018. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  2019. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2020.  
  2021. ************************************************************
  2022.  
  2023. Request received for GET '/login':
  2024.  
  2025. org.apache.catalina.connector.RequestFacade@270b872a
  2026.  
  2027. servletPath:/login
  2028. pathInfo:null
  2029. headers:
  2030. host: localhost:8080
  2031. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2032. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2033. accept-language: en-US,en;q=0.5
  2034. accept-encoding: gzip, deflate, br
  2035. connection: keep-alive
  2036. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2037. upgrade-insecure-requests: 1
  2038. sec-fetch-dest: document
  2039. sec-fetch-mode: navigate
  2040. sec-fetch-site: none
  2041. sec-fetch-user: ?1
  2042.  
  2043.  
  2044. Security filter chain: [
  2045. DisableEncodeUrlFilter
  2046. WebAsyncManagerIntegrationFilter
  2047. SecurityContextHolderFilter
  2048. HeaderWriterFilter
  2049. CsrfFilter
  2050. LogoutFilter
  2051. UsernamePasswordAuthenticationFilter
  2052. RequestCacheAwareFilter
  2053. SecurityContextHolderAwareRequestFilter
  2054. AnonymousAuthenticationFilter
  2055. ExceptionTranslationFilter
  2056. AuthorizationFilter
  2057. ]
  2058.  
  2059.  
  2060. ************************************************************
  2061.  
  2062.  
  2063. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  2064. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  2065. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  2066. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  2067. ok
  2068. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  2069. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  2070. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2071.  
  2072. ************************************************************
  2073.  
  2074. Request received for GET '/WEB-INF/view/users-login.jsp':
  2075.  
  2076. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@62090daf]
  2077.  
  2078. servletPath:/WEB-INF/view/users-login.jsp
  2079. pathInfo:null
  2080. headers:
  2081. host: localhost:8080
  2082. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2083. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2084. accept-language: en-US,en;q=0.5
  2085. accept-encoding: gzip, deflate, br
  2086. connection: keep-alive
  2087. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2088. upgrade-insecure-requests: 1
  2089. sec-fetch-dest: document
  2090. sec-fetch-mode: navigate
  2091. sec-fetch-site: none
  2092. sec-fetch-user: ?1
  2093.  
  2094.  
  2095. Security filter chain: [
  2096. DisableEncodeUrlFilter
  2097. WebAsyncManagerIntegrationFilter
  2098. SecurityContextHolderFilter
  2099. HeaderWriterFilter
  2100. CsrfFilter
  2101. LogoutFilter
  2102. UsernamePasswordAuthenticationFilter
  2103. RequestCacheAwareFilter
  2104. SecurityContextHolderAwareRequestFilter
  2105. AnonymousAuthenticationFilter
  2106. ExceptionTranslationFilter
  2107. AuthorizationFilter
  2108. ]
  2109.  
  2110.  
  2111. ************************************************************
  2112.  
  2113.  
  2114. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  2115. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  2116. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  2117. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  2118. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  2119. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2120.  
  2121. ************************************************************
  2122.  
  2123. Request received for GET '/login':
  2124.  
  2125. org.apache.catalina.connector.RequestFacade@3adcefd8
  2126.  
  2127. servletPath:/login
  2128. pathInfo:null
  2129. headers:
  2130. host: localhost:8080
  2131. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2132. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2133. accept-language: en-US,en;q=0.5
  2134. accept-encoding: gzip, deflate, br
  2135. connection: keep-alive
  2136. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2137. upgrade-insecure-requests: 1
  2138. sec-fetch-dest: document
  2139. sec-fetch-mode: navigate
  2140. sec-fetch-site: none
  2141. sec-fetch-user: ?1
  2142.  
  2143.  
  2144. Security filter chain: [
  2145. DisableEncodeUrlFilter
  2146. WebAsyncManagerIntegrationFilter
  2147. SecurityContextHolderFilter
  2148. HeaderWriterFilter
  2149. CsrfFilter
  2150. LogoutFilter
  2151. UsernamePasswordAuthenticationFilter
  2152. RequestCacheAwareFilter
  2153. SecurityContextHolderAwareRequestFilter
  2154. AnonymousAuthenticationFilter
  2155. ExceptionTranslationFilter
  2156. AuthorizationFilter
  2157. ]
  2158.  
  2159.  
  2160. ************************************************************
  2161.  
  2162.  
  2163. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  2164. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  2165. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  2166. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  2167. ok
  2168. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  2169. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  2170. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2171.  
  2172. ************************************************************
  2173.  
  2174. Request received for GET '/WEB-INF/view/users-login.jsp':
  2175.  
  2176. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@759b2587]
  2177.  
  2178. servletPath:/WEB-INF/view/users-login.jsp
  2179. pathInfo:null
  2180. headers:
  2181. host: localhost:8080
  2182. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2183. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2184. accept-language: en-US,en;q=0.5
  2185. accept-encoding: gzip, deflate, br
  2186. connection: keep-alive
  2187. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2188. upgrade-insecure-requests: 1
  2189. sec-fetch-dest: document
  2190. sec-fetch-mode: navigate
  2191. sec-fetch-site: none
  2192. sec-fetch-user: ?1
  2193.  
  2194.  
  2195. Security filter chain: [
  2196. DisableEncodeUrlFilter
  2197. WebAsyncManagerIntegrationFilter
  2198. SecurityContextHolderFilter
  2199. HeaderWriterFilter
  2200. CsrfFilter
  2201. LogoutFilter
  2202. UsernamePasswordAuthenticationFilter
  2203. RequestCacheAwareFilter
  2204. SecurityContextHolderAwareRequestFilter
  2205. AnonymousAuthenticationFilter
  2206. ExceptionTranslationFilter
  2207. AuthorizationFilter
  2208. ]
  2209.  
  2210.  
  2211. ************************************************************
  2212.  
  2213.  
  2214. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  2215. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  2216. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  2217. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  2218. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  2219. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2220.  
  2221. ************************************************************
  2222.  
  2223. Request received for GET '/login':
  2224.  
  2225. org.apache.catalina.connector.RequestFacade@639c1d2a
  2226.  
  2227. servletPath:/login
  2228. pathInfo:null
  2229. headers:
  2230. host: localhost:8080
  2231. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2232. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2233. accept-language: en-US,en;q=0.5
  2234. accept-encoding: gzip, deflate, br
  2235. connection: keep-alive
  2236. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2237. upgrade-insecure-requests: 1
  2238. sec-fetch-dest: document
  2239. sec-fetch-mode: navigate
  2240. sec-fetch-site: none
  2241. sec-fetch-user: ?1
  2242.  
  2243.  
  2244. Security filter chain: [
  2245. DisableEncodeUrlFilter
  2246. WebAsyncManagerIntegrationFilter
  2247. SecurityContextHolderFilter
  2248. HeaderWriterFilter
  2249. CsrfFilter
  2250. LogoutFilter
  2251. UsernamePasswordAuthenticationFilter
  2252. RequestCacheAwareFilter
  2253. SecurityContextHolderAwareRequestFilter
  2254. AnonymousAuthenticationFilter
  2255. ExceptionTranslationFilter
  2256. AuthorizationFilter
  2257. ]
  2258.  
  2259.  
  2260. ************************************************************
  2261.  
  2262.  
  2263. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /login
  2264. 2023-01-02 21:18:10 DEBUG FilterChainProxy:227 - Secured GET /login
  2265. 2023-01-02 21:18:10 DEBUG DispatcherServlet:119 - GET "/springsecuritydemo/login", parameters={}
  2266. 2023-01-02 21:18:10 DEBUG RequestMappingHandlerMapping:527 - Mapped to com.agus.springsecuritydemo.controller.MainController#test()
  2267. ok
  2268. 2023-01-02 21:18:10 DEBUG JstlView:307 - View name 'users-login', model {}
  2269. 2023-01-02 21:18:10 DEBUG JstlView:169 - Forwarding to [/WEB-INF/view/users-login.jsp]
  2270. 2023-01-02 21:18:10 INFO Spring Security Debugger:56 -
  2271.  
  2272. ************************************************************
  2273.  
  2274. Request received for GET '/WEB-INF/view/users-login.jsp':
  2275.  
  2276. SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3fcca03d]
  2277.  
  2278. servletPath:/WEB-INF/view/users-login.jsp
  2279. pathInfo:null
  2280. headers:
  2281. host: localhost:8080
  2282. user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0
  2283. accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
  2284. accept-language: en-US,en;q=0.5
  2285. accept-encoding: gzip, deflate, br
  2286. connection: keep-alive
  2287. cookie: JSESSIONID=88C993112315CE79924552B488E8DC13
  2288. upgrade-insecure-requests: 1
  2289. sec-fetch-dest: document
  2290. sec-fetch-mode: navigate
  2291. sec-fetch-site: none
  2292. sec-fetch-user: ?1
  2293.  
  2294.  
  2295. Security filter chain: [
  2296. DisableEncodeUrlFilter
  2297. WebAsyncManagerIntegrationFilter
  2298. SecurityContextHolderFilter
  2299. HeaderWriterFilter
  2300. CsrfFilter
  2301. LogoutFilter
  2302. UsernamePasswordAuthenticationFilter
  2303. RequestCacheAwareFilter
  2304. SecurityContextHolderAwareRequestFilter
  2305. AnonymousAuthenticationFilter
  2306. ExceptionTranslationFilter
  2307. AuthorizationFilter
  2308. ]
  2309.  
  2310.  
  2311. ************************************************************
  2312.  
  2313.  
  2314. 2023-01-02 21:18:10 DEBUG FilterChainProxy:223 - Securing GET /WEB-INF/view/users-login.jsp
  2315. 2023-01-02 21:18:10 DEBUG AnonymousAuthenticationFilter:119 - Set SecurityContextHolder to anonymous SecurityContext
  2316. 2023-01-02 21:18:10 DEBUG HttpSessionRequestCache:78 - Saved request http://localhost:8080/springsecuritydemo/WEB-INF/view/users-login.jsp?continue to session
  2317. 2023-01-02 21:18:10 DEBUG DefaultRedirectStrategy:56 - Redirecting to http://localhost:8080/springsecuritydemo/login
  2318. 2023-01-02 21:18:10 DEBUG DispatcherServlet:1135 - Completed 302 FOUND
  2319.  
Advertisement
Add Comment
Please, Sign In to add comment