FOSCommentBundle
FOSCommentBundle copied to clipboard
Q: app_dev.php Mode breaks URL with special characters
Hi there
I do not know if this is related to this bundle or Symfony 4 as I updated both.
I am requesting the getThreadAction with an URL id, encoded, that contains a # as %23. In poduction mode it works fine but in dev mode the string%23id id part is cut off.
Anybody got an idea how to potentially fix this?
Thanks a lot in advance