You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce it with your code, but imo this issue is only related to the robots-txt-parser.
I don't think we should fix this in symfony that way.
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
allk
Description
Woooo, I faced a very hard to find bug!
I use
bopoda/robots-txt-parser
, and they hardcoded something very strange in a class:I already open an issue there to fix the issue.
But I think we can protect Symfony for such issue.
How to reproduce
I created a small reproducer.
(Un)Comment the following line, and run the script
You'll see the output is different.
Possible Solution
Force the following line in our code
Additional Context
I'm not sure we have to do this. But let's discuss it!
The text was updated successfully, but these errors were encountered: