Commit ae6117f
Fix evidence ACL to match /evidences path exactly
The payload inspection ACL matched "GET /evidence" which was too broad,
catching any path starting with /evidence (e.g. /evidence-foo). Changed
to match "GET /evidences" to preserve the exact path from the old nginx
`location /evidences/` config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2623a1a commit ae6117f
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments