Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: TSA Tracking
-
Labels:None
Description
The following log line causes pixel playback for an entire pixel log file to fail:
1309980086 572582 uvid9b2758aeb56bedb948fd1a38b742b6fd usid9b2758aeb56bedb948fd1a38b742b6fd tsatime:1309980085499|u:http%3A%2F%2Fwww.uprinting.com%2Fconfirm.html|qs:survey_flag%3Dy|s:833|w:7245|b:201719|tsa1v:uvid50786c383e73124b3f7191b8e31a4bc5|tsa1s:usid50786c383e73124b3f7191b8e31a4bc5|c:order%257 REMOTE_ADDR:64.60.146.50|HTTP_REFERER:|HTTP_USER_AGENT:|HTTPS:|HTTP_HOST:api3.thesearchagency.net|SCRIPT_NAME:%2Fv2%2Fa3%2Ftsaimg.php|REQUEST_METHOD:GET 71
Specifically, it is the value of the 'c:' parameter order%257
The %257 is being seen as an illegal character sequence, which results in:
java.lang.IllegalArgumentException: URLDecoder: Incomplete trailing escape (%) pattern
Pixel playback should be able to log this as an warning, and continue processing the rest of the log file through to completion