Remove ambiguous unsubscribe requestMatcher that crashed startup

FixEmailService
Shipped
July 28, 2026 at 4:28 AM UTC
Author
Kamo
Commit
316d06b

EmailService mounts two servlets (MVC DispatcherServlet + Spring-WS MessageDispatcherServlet at /services/*), so a bare string requestMatchers( "/api/email/unsubscribe/**") is an ambiguous MvcRequestMatcher and threw at context init (CrashLoopBackOff). The endpoint is already public via anyRequest().permitAll() and **************** skips it, so the explicit matcher was redundant — removed.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing