|
f78c43d82a
|
Fix redundant condition: '!A || (A && B)' is equivalent to '!A || B'
|
2016-06-21 13:15:12 +02:00 |
|
|
2adc21655e
|
Fix bug in UrlComponent where allow criteria is wrong. Fix code style to make it clearer.
|
2016-05-30 12:49:43 +02:00 |
|
|
5de3cd8bfe
|
Add print functions for ease of debugging
|
2016-05-27 12:22:37 +02:00 |
|
|
016be95366
|
Fix bug in UrlComponent where wrong range of hex was checked.
Invalid % encoding should encode % instead of deleting it
|
2016-05-27 12:21:46 +02:00 |
|
|
4f4b54694b
|
More logic error. Unit test to come
|
2016-05-18 12:55:26 +02:00 |
|
|
a24c921547
|
Fix logic error
|
2016-05-18 12:49:27 +02:00 |
|
|
d77f7c69ee
|
Add a more restrictive check for who query parameter
|
2016-05-10 16:15:31 +02:00 |
|
|
2cb2f4e877
|
Normalize url. Don't encode character which are not suppose to be encoded.
|
2016-05-10 16:15:31 +02:00 |
|
|
d09ed9f7f2
|
Rename MANDATORY_HEX to MANDATORY_ALPHA_HEX
|
2016-05-10 16:15:31 +02:00 |
|
|
bf57e59590
|
Use queries map when we're not matching partial/case sensitive.
Remove more tracking params.
Combine strip session id & tracking param into one setting. Doesn't make sense to have 2 separate setting.
|
2016-05-10 16:15:31 +02:00 |
|
|
b24efd2b98
|
Add more unit test & cater for more session id types
|
2016-05-10 16:15:31 +02:00 |
|
|
940b74f2e2
|
Split out path & path param since we can have a much more relaxed criteria for path param.
|
2016-05-10 16:15:31 +02:00 |
|
|
52ec5e755e
|
Initial commit of UrlParser implementation.
Separated TitleRec version from Titledb.h
|
2016-05-10 16:15:31 +02:00 |
|