Robin Chalas
Robin Chalas
What if one gets a `ParameterBag(Interface)` injected directly? Should it throw a generic error when trying to access any param starting with a dot?
@HeahDude Makes sense, thanks. That could be done later if needed anyways
👍 To fix this. I think we can rely on the Application's `autoExit` flag
Can you add a CHANGELOG entry?
This feature looks common enough and useful for being part of core to me. It's not obvious to me what `hash_mapping` means though, I had to double-check the code to...
@Seb33300 Alright but as opposed to `error_mapping`, `hash_mapping` doesn't expect a mapping as value but a single property name (string) isn't it?
Here is a very similar issue also: https://github.com/symfony/symfony/issues/43049. Please consider having a look at the suggestions provided there and taking them into account for your reproducer.
> So, implementing the stateless JWT authentication will fix this delay issue? Session usage is probably the bottleneck here but no, don't implement JWT auth unless you need it. >...
Closing due to the lack of feedback. Please comment if you can provide us with a reproducer so that we can consider reopening.