Commit cc8ff49
committed
fix: handle AppConfigTypeConflictException when array policy stored as string
When a policy with an array default (e.g. identify_methods) has its
value stored as a plain string by an external source (e.g. the Nextcloud
provisioning API), readSystemValue() was re-throwing
AppConfigTypeConflictException instead of gracefully falling back.
Return the raw string so the policy normalizer can decode it.
Signed-off-by: Vitor Mattos <[email protected]>1 parent 2b96e94 commit cc8ff49
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
606 | 616 | | |
607 | 617 | | |
608 | 618 | | |
| |||
0 commit comments