XuqmGroup-Server/file-service
XuqmGroup b49b67bb1e fix(file-service): use explicit HttpMethod on all requestMatchers to force AntRequestMatcher
Spring Security 6 MvcRequestMatcher (used when no HttpMethod is specified
and Spring MVC is on the classpath) fails to match the upload endpoint,
falling through to anyRequest().authenticated() and returning 401.
Specifying HttpMethod forces AntRequestMatcher which matches reliably.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 15:11:13 +08:00
..
src/main fix(file-service): use explicit HttpMethod on all requestMatchers to force AntRequestMatcher 2026-05-18 15:11:13 +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