Revision 842d53eb
fixed NPE issue with EncodingUtilities.decodeString, so it handles null input. It follows what URLDecoder.decode behavior in returning null if given null. Wrote test.
Files
- added
- modified
- copied
- renamed
- deleted
ID | 842d53ebe6593f0faa63759f89a9b81968d89c32 |
Parent | b2cd8e89 |
Child | 88e5ac00 |
Added by Rob Nahf over 11 years ago
fixed NPE issue with EncodingUtilities.decodeString, so it handles null input. It follows what URLDecoder.decode behavior in returning null if given null. Wrote test.