hi, gus
i observed that ts encode the '%' symbol in url twice, and can't found a useful logging field that can handle it properly~ My Logging format is : <Format = "%<cqtq> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquuc> %<caun> %<phr>/%<pqsn> %<psct>"/> and flollowing is the problem: http://test.com/% result in a log record: http://test.com/%25 http://test.com/%25 result in a log record: http://test.com/%2525 actually, the second url is equal to the first... ts encode the '%' twice for second url.
