XuqmGroup-Server/file-service
XuqmGroup 8bc9b1ebda fix(file-service): use AntPathRequestMatcher to bypass Spring MVC matching
Spring Security 6 with MVC on classpath resolves requestMatchers(HttpMethod, String)
to MvcRequestMatcher, which fails to match the actual servlet paths for this service.
Switching to explicit AntPathRequestMatcher instances bypasses MVC introspection and
forces pure Ant pattern evaluation, fixing persistent 401 on public upload/serve endpoints.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 15:40:11 +08:00
..
src/main fix(file-service): use AntPathRequestMatcher to bypass Spring MVC matching 2026-05-18 15:40:11 +08:00
pom.xml feat: add demo-service, file-service; SDK remote config endpoint; IM fuzzy search 2026-04-25 16:41:10 +08:00