MattMills opened a new issue #1915: Bug: HTTP_NO_CACHE with non-default port on 
origin
URL: https://github.com/apache/incubator-trafficcontrol/issues/1915
 
 
   If you create a HTTP_NO_CACHE delivery service with an origin that has a non 
default port (not 80 on HTTP or 443 on HTTPS), The cache.config rule will be 
created incorrectly including the port.
   
   ```
   dest_domain=127.0.0.1:81 scheme=http action=never-cache
   ```
   
   Per ATS docs:
   
   ```
   #   Primary destination specifiers are
   #     dest_domain=
   #     dest_host=
   #     dest_ip=
   #     url_regex=
   #
   #
   # Lines may include any number of the secondary specifiers but
   #    secondary specifiers may not be duplicated on the same line
   #
   #   Secondary specifiers are
   #     port=
   #     scheme=
   #     prefix=
   #     suffix=
   #     method=
   #     time=
   #     src_ip=
   #     internal={true,false}
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to