URIParsedResult now has isPossiblyMaliciousURI() to check for username in host, which...
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 21 Aug 2008 04:33:42 +0000 (04:33 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 21 Aug 2008 04:33:42 +0000 (04:33 +0000)
commitd1c41ad03bef800959fb9f7f283f2d85b7296bc7
tree1791c6d804010f56a070d92a94e0c79c351e4d56
parentf64eb0de61af3b4fe2c480e1ed6d3e2e18f82a05
URIParsedResult now has isPossiblyMaliciousURI() to check for username in host, which may be an attempt to mask the host of the URI

git-svn-id: http://zxing.googlecode.com/svn/trunk@570 59b500cc-1b3d-0410-9834-0bbf25fbcc57
CHANGES
core/src/com/google/zxing/client/result/URIParsedResult.java
core/src/com/google/zxing/client/result/URIResultParser.java
core/test/src/com/google/zxing/client/result/URIParsedResultTestCase.java [new file with mode: 0644]