schristiaens / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

Decode functions stacktrace on invalid data #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open RAFT and select Decoder Tab
2. Add a value such as %27abc in the decode textedit 
3. Select Full URL as the decoding method
4. Press the Decode button

What is the expected output? What do you see instead?

A stack trace is displayed vs the decoded data. 

Proper error handling should be implemented to handle conditions where 
unexpected data is passed 

Original issue reported on code.google.com by nham...@gmail.com on 5 Apr 2011 at 4:03