frostschutz / MyBB-Google-SEO

Search Engine Optimization plugin for MyBB.
https://community.mybb.com/thread-202483.html
GNU General Public License v3.0
30 stars 25 forks source link

redirect can't deal with some requests #4

Closed frostschutz closed 14 years ago

frostschutz commented 14 years ago

strange requests like ?cfg[rootpath]=foobar cause warnings with Redirect and the [rootpath]=foobar is lost (won't fix stupid PHP)

same applies for strange characters in requests, which are filtered by PHP

fixing this would require writing our own parameter parser instead using the one provided by PHP