You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/02/21 16:47:16 UTC

[GitHub] MattMills opened a new issue #1901: Bug: Enabling drop qstring at edge breaks origins with explicit ports

MattMills opened a new issue #1901: Bug: Enabling drop qstring at edge breaks origins with explicit ports
URL: https://github.com/apache/incubator-trafficcontrol/issues/1901
 
 
   When drop qstring is enabled in TO, this regex remap config is put onto the DS:
   
   `[root@odol-qa-atsec-03 trafficserver]# cat drop_qstring.config
   # DO NOT EDIT - Generated for [snip] by Traffic Ops (https://[snip]/) on Tue Oct 10 14:20:58 UTC 2017
   /([^?]+) $s://$t/$1`
   
   Per ATS docs:
   `$t     - The host as used in the "to" portion of the remap rule
   $p     - The original port number
   $s     - The scheme (e.g. http) of the request`
   
   This regex remap will strip port on any origin that is configured with an explicit port (IE, http://127.0.0.1:81)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services