apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.09k stars 344 forks source link

[TC-153] URL Signing Plugin - Query String Hashing Override Option #957

Open limited opened 7 years ago

limited commented 7 years ago

When using query string URL signing, if the client adds any additional query strings to the URL, these are ALWAYS considered in the URL hash regardless of the use parts settings.

When using pathparams URL signing, if the client adds query string parameters to the URL they are NEVER considered in the URL hash regardless of the use parts settings.

Provide a signing option which allows users to override the default behavior and include or exclude custom query strings in the URL signature hash. Standard behavior could remain as is and this new parameter would allow users to override the standard behavior.

Author: Ryan Durfey JIRA Link: https://issues.apache.org/jira/browse/TC-153 Found Version: 2.1.0

ashish-timilsina commented 6 years ago

@ryandurfey @ashish-timilsina

ocket8888 commented 5 years ago

Is this still an issue - especially now that Consistent Hashing Query Parameters have been introduced? Which kind of hashing are you talking about, Traffic Router or Traffic Server?