Pim Jansen
Pim Jansen
Thanks for the quick responses to start with. Will test it out tomorrow when in office! Will update with the results
@yoeunes still the same error is there. I do not have a public repo for this issue but technically it is just a symfony application with a controller that uses...
Still the same outcome: `Session was used while the request was declared stateless.` The problem is there since you are checking the actual request which has maybe a session active...
Hey @yoeunes, I guess the difference is that my main application is using session thus the initial request is maybe already authorized since a cookie is set for the domain....
Confirmed. It happens when you have a session in the application and use the swagger spec (openapi) to make the request. When that happens there a cookie active so the...
@yoeunes i just did the fix in my local project to prevent the issue overall. I decorated the listener. ```yml flasher.session_listener: class: App\EventListener\SessionListener public: true arguments: - '@flasher.request_extension' - '@security.firewall.map'...
> Hey Pim! 👋 > > > > Great solution! 🎉 It's awesome to see that you found this elegant solution without requiring any updates to PHPFlasher. 👍 Thank you...
Have the same issue on Ubuntu, seems that the docs are invalid since it needs package "rpm" too on Ubunu/Deb: `sudo apt-get install rpm`
> > Composer audit notified me of a CVE in the lib. > > > > Which CVE? I'm not aware of any recent CVEs being reported. Was not recent...
> There's no `WRITE_ALL` constant in either cakephp/database or cakephp/orm packages in 4.x. Please provide the file and line number where the error was generated and preferably the full stack...