Arsnael commented on code in PR #2592: URL: https://github.com/apache/james-project/pull/2592#discussion_r1912899721
########## server/protocols/jmap/src/main/java/org/apache/james/jmap/JMAPRoutes.java: ########## @@ -43,23 +33,4 @@ static JMAPRoute.Action corsHeaders(JMAPRoute.Action action) { .header("Access-Control-Allow-Headers", "Content-Type, Authorization, Accept") .header("Access-Control-Max-Age", "86400")); } - - static JMAPRoute.Action redirectTo(String location) { Review Comment: redirectTo seems to be used? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org