Commit 96478ce
Fix unprotectedURIs typo causing Spring Security 7 startup failure
Spring Security 7 strictly enforces that all URL patterns must start
with '/'. The unprotectedURIs property had 'error.htmla' at the end
which was:
1. Missing the leading '/'
2. Had a typo ('htmla' instead of 'html')
Changed to '/error,/error.html' to properly allow error pages.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 228496c commit 96478ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments