sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

404 if key have some special characters #56

Open piotrkochan opened 10 years ago

piotrkochan commented 10 years ago

If redis data's key have special characters (like search-results:31c7d1e4839d8efe837cfe746bae110a/accuracy,DESC/10::48) then you can't rename, move or view data. Created url is like /index.php/keys/rename/search-results%3A31c7d1e4839d8efe837cfe746bae110a%2Faccuracy%2CDESC%2F10%3A%3A48 and I've got 404 every time

sasanrose commented 9 years ago

Sorry for delay

I have created the same exact key and everything worked fine. Can you provide more information? Are you using the latest phpredmin?

silverkorn commented 6 years ago

Same problem, except that I realized it was when there was a slash / in it. Using the following:

Used to work on a previous PHP version 5.3.x & Apache 2.2.x.

I previously had the issue as https://github.com/sasanrose/phpredmin/issues/7 and the suggestion fixed it but now it doesn't work anymore. Also tried with NoDecode, still no success...

Thank you