I'm using Oxid 7 as a shop system and recently I noticed that my query parameters on the article page are cut off. It doesn't happen on the category page
Example: myshop.com/prod/testArticle.html?testParam=bla
So the ?testParam=bla is cut off. Also on the categories pages it changes to myshop.com/cat/testCategorie/?testParam=bla
I tried looking at recent internal code changes but I didn't see anything that could cause the problem. Any idea if that's an issue caused by Oxid or if I have to dig deeper into the current code? I cant show any real code due to an NDA