dbwp031 / FastCampusClass

0 stars 0 forks source link

[버그] 게시글 업데이트 안되는 버그 #58

Open dbwp031 opened 1 year ago

dbwp031 commented 1 year ago
023-08-27T18:11:46.997+09:00 DEBUG 21468 --- [nio-8080-exec-8] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, */*;q=0.8, application/signed-exchange;v=b3;q=0.7]
2023-08-27T18:11:46.999+09:00  WARN 21468 --- [nio-8080-exec-8] actStandardFragmentInsertionTagProcessor : [THYMELEAF][http-nio-8080-exec-8][articles/detail] Deprecated unwrapped fragment expression "header :: header" found in template articles/detail, line 16, col 20. Please use the complete syntax of fragment expressions instead ("~{header :: header}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2023-08-27T18:11:47.003+09:00  WARN 21468 --- [nio-8080-exec-8] actStandardFragmentInsertionTagProcessor : [THYMELEAF][http-nio-8080-exec-8][articles/detail] Deprecated unwrapped fragment expression "footer :: footer" found in template articles/detail, line 121, col 20. Please use the complete syntax of fragment expressions instead ("~{footer :: footer}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2023-08-27T18:11:47.004+09:00 DEBUG 21468 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet        : Completed 200 OK
2023-08-27T18:11:47.009+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet        : GET "/css/articles/article-content.css", parameters={}
2023-08-27T18:11:47.009+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
2023-08-27T18:11:47.011+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.w.s.r.ResourceHttpRequestHandler     : Resource not found
2023-08-27T18:11:47.011+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet        : Completed 404 NOT_FOUND
2023-08-27T18:11:47.012+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet        : "ERROR" dispatch for GET "/error", parameters={}
2023-08-27T18:11:47.012+09:00 DEBUG 21468 --- [nio-8080-exec-5] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
2023-08-27T18:11:47.012+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'application/json;q=0.1', given [text/css, */*;q=0.1] and supported [application/json, application/*+json]
2023-08-27T18:11:47.012+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Writing [{timestamp=Sun Aug 27 18:11:47 KST 2023, status=404, error=Not Found, message=No message available,  (truncated)...]
2023-08-27T18:11:47.013+09:00 DEBUG 21468 --- [nio-8080-exec-5] o.s.web.servlet.DispatcherServlet        : Exiting from "ERROR" dispatch, status 404