Commit fbfb9d0
fix: make ApiTokenAttribute Serializable for Ehcache L2 cache (#24002)
Ehcache 3.12.0 uses SerializingCopier which requires Java
serialization. ApiTokenAttribute (and subclasses MethodAllowedList,
IpAllowedList, RefererAllowedList) lacked Serializable, causing
500 errors on /api/me and /api/apiTokens when PATs exist.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 488028f commit fbfb9d0
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments