This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 19f022a  Removed some weird quotes (Mac?) (#3553)
19f022a is described below

commit 19f022a9b96d1a55b6c681a5ae245aca2d798225
Author: ocket8888 <[email protected]>
AuthorDate: Wed May 8 11:29:27 2019 -0600

    Removed some weird quotes (Mac?) (#3553)
    
    * Removed some weird quotes (Mac?)
    
    * descriptions now prefer newlines to '__RETURN__'
---
 traffic_portal/app/src/traffic_portal_properties.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/traffic_portal/app/src/traffic_portal_properties.json 
b/traffic_portal/app/src/traffic_portal_properties.json
index a333365..0163fa2 100644
--- a/traffic_portal/app/src/traffic_portal_properties.json
+++ b/traffic_portal/app/src/traffic_portal_properties.json
@@ -349,7 +349,7 @@
           },
           "signingAlgorithm": {
             "title": "Signing Algorithm",
-            "desc": "Type of URL signing method to sign the 
URLs:<br><ul><li>null: token based auth is not enabled for this delivery 
service.</li><li>“url_sig”: URL Sign token based auth is enabled for this 
delivery service.</li><li>“uri_signing”: URI Signing token based auth is 
enabled for this delivery service.</li></ul><br><br><a 
href=\"http://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#rl-signed-urls\";
 target=\"_blank\">See Token Based Authentication</a>"
+            "desc": "Type of URL signing method to sign the 
URLs:<br><ul><li>null: token based auth is not enabled for this delivery 
service.</li><li>'url_sig': URL Sign token based auth is enabled for this 
delivery service.</li><li>'uri_signing': URI Signing token based auth is 
enabled for this delivery service.</li></ul><br><br><a 
href=\"http://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/using.html#rl-signed-urls\";
 target=\"_blank\">See Token Based Authentication</a>"
           },
           "tenantId": {
             "title": "Tenant",
@@ -357,11 +357,11 @@
           },
           "trRequestHeaders": {
             "title": "Traffic Router Log Request Headers",
-            "desc": "List of header keys separated by __RETURN__. Listed 
headers will be included in TR access log entries under the “rh=” token."
+            "desc": "List of header keys on separate lines (or separated by 
__RETURN__ to simulate a line ending). Listed headers will be included in TR 
access log entries under the 'rh=' token."
           },
           "trResponseHeaders": {
             "title": "Traffic Router Additional Response Headers",
-            "desc": "List of header name:value pairs separated by __RETURN__. 
Listed pairs will be included in all TR HTTP responses."
+            "desc": "List of header name:value pairs on separate lines (or 
separated by __RETURN__ to simulate a line ending). Listed pairs will be 
included in all TR HTTP responses."
           },
           "typeId": {
             "title": "Content Routing Type",

Reply via email to