Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed reference URLs on delivery service (DNS, HTTP) pages #5027

Merged
merged 5 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added ability for Traffic Monitor to determine health of cache based on interface data and aggregate data. Using the new `stats_over_http` `health.polling.format` value that allows monitoring of multiple interfaces will first require that *all* Traffic Monitors monitoring the affected cache server be upgraded.

### Fixed
- Fixed Reference urls for Cache Config on Delivery service pages (HTTP, DNS) in Traffic Portal.
- Fixed #4979 - Returns a Bad Request error during server creation with missing profileId [Related github issue](https://github.com/apache/trafficcontrol/issues/4979)
- Fixed #3400 - Allow "0" as a TTL value for Static DNS entries
- Fixed #4743 - Validate absolute DNS name requirement on Static DNS entry for CNAME type [Related github issue](https://github.com/apache/trafficcontrol/issues/4743)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h3>Current Value</h3>
</dl>
<br>
<br>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#signed-urls" target="_blank">See Token Based Authentication</a>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#signing-algorithm" target="_blank">See Token Based Authentication</a>
</div>
</div>
</label>
Expand Down Expand Up @@ -489,9 +489,9 @@ <h3>Current Value</h3>
</ul>
<aside>
<h6>Note:</h6>
<p>Choosing to drop query parameter strings at the edge will preclude the use of a Regex Remap Expression. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a>
<p>Choosing to drop query parameter strings at the edge will preclude the use of a Regex Remap Expression. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a>
<br>
To set the qstring without the use of regex remap, or for further options, <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#qstring-handling" target="_blank">See Qstring Handling</a></p>
To set the qstring without the use of regex remap, or for further options, <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#query-string-handling" target="_blank">See Qstring Handling</a></p>
</aside>
</div>
</div>
Expand Down Expand Up @@ -521,7 +521,7 @@ <h3>Current Value</h3>
<li>Header Value: Foo</li>
</ul>
<br>
<br>See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
<br>See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#edge-header-rewrite-rules" target="_blank">Edge Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -545,7 +545,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#mid-header-rewrite-rules" target="_blank">Mid Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -569,7 +569,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#first-header-rewrite-rules" target="_blank">First Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -593,7 +593,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#inner-header-rewrite-rules" target="_blank">Inner Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -617,7 +617,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#last-header-rewrite-rules" target="_blank">Last Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -640,7 +640,7 @@ <h3>Current Value</h3>
<br>
<aside>
<h6>Note</h6>
<p>You will not be able to save a Regex Remap Expression if you have Query String Handling set to drop query strings at the edge. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a></p>
<p>You will not be able to save a Regex Remap Expression if you have Query String Handling set to drop query strings at the edge. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a></p>
</aside>
</div>
</div>
Expand Down Expand Up @@ -869,7 +869,7 @@ <h3>Current Value</h3>
Traffic Router will redirect to this URL when Geo Limit check fails.
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#tr-ngb" target="_blank">GeoLimit Failure Redirect</a> feature...
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html?highlight=Geo%20Limit#geo-limit-redirect-url" target="_blank">GeoLimit Failure Redirect</a> feature...
</div>
</div>
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h3>Current Value</h3>
</dl>
<br>
<br>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#signed-urls" target="_blank">See Token Based Authentication</a>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#signing-algorithm" target="_blank">See Token Based Authentication</a>
</div>
</div>
</label>
Expand Down Expand Up @@ -489,9 +489,9 @@ <h3>Current Value</h3>
</ul>
<aside>
<h6>Note:</h6>
<p>Choosing to drop query parameter strings at the edge will preclude the use of a Regex Remap Expression. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a>
<p>Choosing to drop query parameter strings at the edge will preclude the use of a Regex Remap Expression. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a>
<br>
To set the qstring without the use of regex remap, or for further options, <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#qstring-handling" target="_blank">See Qstring Handling</a></p>
To set the qstring without the use of regex remap, or for further options, <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#query-string-handling" target="_blank">See Qstring Handling</a></p>
</aside>
</div>
</div>
Expand Down Expand Up @@ -521,7 +521,7 @@ <h3>Current Value</h3>
<li>Header Value: Foo</li>
</ul>
<br>
<br>See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
<br>See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#edge-header-rewrite-rules" target="_blank">Edge Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -545,7 +545,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#mid-header-rewrite-rules" target="_blank">Mid Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -569,7 +569,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#first-header-rewrite-rules" target="_blank">First Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -593,7 +593,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#inner-header-rewrite-rules" target="_blank">Inner Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -617,7 +617,7 @@ <h3>Current Value</h3>
</ul>
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#header-rewrite" target="_blank">Header Rewrite Options and DSCP.</a>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#last-header-rewrite-rules" target="_blank">Last Header Rewrite Rules.</a>
</div>
</div>
</label>
Expand All @@ -640,7 +640,7 @@ <h3>Current Value</h3>
<br>
<aside>
<h6>Note</h6>
<p>You will not be able to save a Regex Remap Expression if you have Query String Handling set to drop query strings at the edge. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a></p>
<p>You will not be able to save a Regex Remap Expression if you have Query String Handling set to drop query strings at the edge. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html#regex-remap-expression" target="_blank">See Regex Remap Expression</a></p>
</aside>
</div>
</div>
Expand Down Expand Up @@ -745,7 +745,7 @@ <h3>Current Value</h3>
Enables clients to be routed to the closest possible deep edge caches on a per Delivery Service basis.
<br>
<br>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#deep-caching-deep-coverage-zone-topology" target="_blank">See Deep Caching</a></div>
<a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#deep-caching" target="_blank">See Deep Caching</a></div>
</div>
</label>
<div class="col-md-10 col-sm-10 col-xs-12">
Expand Down Expand Up @@ -948,7 +948,7 @@ <h3>Current Value</h3>
Traffic Router will redirect to this URL when Geo Limit check fails.
<br>
<br>
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#tr-ngb" target="_blank">GeoLimit Failure Redirect</a> feature...
See <a href="https://traffic-control-cdn.readthedocs.io/en/latest/overview/delivery_services.html?highlight=Geo%20Limit#geo-limit-redirect-url" target="_blank">GeoLimit Failure Redirect</a> feature...
</div>
</div>
</label>
Expand Down