XuqmGroup-Server/file-service
XuqmGroup 623656648e fix(file-service): restrict file-serving permitAll to GET requests only
Upload endpoint (POST) was inadvertently matched by the method-less
requestMatchers("/api/file/*") rule. Making it GET-only makes the intent
explicit and ensures upload correctly requires a valid JWT.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 14:11:56 +08:00
..
src/main fix(file-service): restrict file-serving permitAll to GET requests only 2026-05-18 14:11:56 +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