Polishing

This commit is contained in:
Sam Brannen
2026-03-18 17:42:18 +01:00
parent 8b994be381
commit b846a29b17
5 changed files with 15 additions and 10 deletions
@@ -31,7 +31,7 @@ import org.springframework.web.cors.PreFlightRequestHandler;
* Servlet Filter that handles pre-flight requests through a
* {@link PreFlightRequestHandler} and bypasses the rest of the chain.
*
* <p>The {@code @EnableWebMvc} config declares bean of type
* <p>The {@code @EnableWebMvc} config declares a bean of type
* {@code PreFlightRequestHandler}.
*
* @author Rossen Stoyanchev
@@ -68,4 +68,5 @@ public class PreFlightRequestFilter extends OncePerRequestFilter {
throw new ServletException("Pre-flight request handling failed: " + ex, ex);
}
}
}