Commit fa27b32
committed
Reduce possibility of breaking the symfony Toolbar
By only dumping the needed relevant information needed for the toolbar/debug page, we avoid dumping data which could break the symfony toolbar (FileProfilerStorage), which cannot serialize Closures. This can happen if the publisher uses a factory
In this case the UsageTrackingTokenStorage of the symfony authentication component uses the ContainerInterface/SessionLocator, which creates a Closure
Fixes #191 parent c590470 commit fa27b32
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments