File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/com/somemore/auth/jwt/filter Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1515import org .springframework .web .filter .OncePerRequestFilter ;
1616
1717import java .io .IOException ;
18- import java .net .URI ;
1918
2019@ RequiredArgsConstructor
2120@ Slf4j
@@ -45,7 +44,6 @@ private void configureUnauthorizedResponse(HttpServletResponse response) {
4544 private ProblemDetail buildUnauthorizedProblemDetail (JwtException e ) {
4645 ProblemDetail problemDetail = ProblemDetail .forStatusAndDetail (HttpStatus .UNAUTHORIZED , e .getMessage ());
4746 problemDetail .setTitle ("Authentication Error" );
48- problemDetail .setType (URI .create ("http://프론트엔드주소/errors/unauthorized" ));
4947 problemDetail .setProperty ("timestamp" , System .currentTimeMillis ());
5048 return problemDetail ;
5149 }
You can’t perform that action at this time.
0 commit comments