klein / klein.php

A fast & flexible router
MIT License
2.66k stars 290 forks source link

fix REQUEST_URI decode for other language #345

Open notyes opened 7 years ago

notyes commented 7 years ago

https://exp.com/แผนผังเว็บไซต์ for thai language

is REQUEST_URI = %E0%B9%81%E0%B8%9C%E0%B8%99%E0%B8%9C%E0%B8%B1%E0%B8%87%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A%E0%B9%84%E0%B8%8B%E0%B8%95%E0%B9%8C

Check the math on the url, it can not be verified.

I used urldecode to solve issue