Bug #147
URLs Must be Decoded Before Being Processed in Scan ENgine
Start date:
05/08/2010
Due date:
% Done:
100%
Description
The scan engine fails to decode URLs and thus fails to match them up with exceptions and may scan them more than once
History
#1 Updated by Luke Murphey over 14 years ago
Need to use the URLDecoder, like
URLDecoder.decode(location,"UTF-8");
#2 Updated by Luke Murphey over 14 years ago
- Assignee set to Luke Murphey
- Target version set to 0.9 (Beta)
#3 Updated by Luke Murphey over 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in r441 and deployed in version 0.8.101