| Sign In/My Account | View Cart |
| Article: |
A Canary Trap for URI Escaping | |
| Subject: | Sounds like a work-around | |
| Date: | 2006-06-04 10:40:22 | |
| From: | BasSchulte | |
|
Response to: Sounds like a work-around
|
||
|
Escaping/unescaping, encoding/decoding, same thing. |
||
Showing messages 1 through 2 of 2.
I like the idea of adding a 'canary' to detect over-coding, but I would prefer to use something more robust, like a CRC and I don't like the idea of using it to determine when to stop decoding.
In the multiple redirect situation described in the article, I would prefer to fix the root problem: the redirects should not have been re-escaping the original data. This canary solution just hides the problem.