You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/02/10 23:26:31 UTC

[jira] Created: (TS-160) Fix some "Traffic Edge" strings

Fix some "Traffic Edge" strings
-------------------------------

                 Key: TS-160
                 URL: https://issues.apache.org/jira/browse/TS-160
             Project: Traffic Server
          Issue Type: Improvement
            Reporter: Leif Hedstrom
            Priority: Trivial
             Fix For: 2.0.0a


We should cleanup some of the old "Traffic Edge" strings, e.g.

/export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
/export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
/export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-160) Fix some "Traffic Edge" strings

Posted by "George Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832863#action_12832863 ] 

George Paul commented on TS-160:
--------------------------------

These changes look fine. One question about product name in general. Is the product name ATS (Apache Traffic Server) or just TS (Traffic Server). 
-George

> Fix some "Traffic Edge" strings
> -------------------------------
>
>                 Key: TS-160
>                 URL: https://issues.apache.org/jira/browse/TS-160
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Trivial
>             Fix For: 2.0.0a
>
>         Attachments: TS-160.diff
>
>
> We should cleanup some of the old "Traffic Edge" strings, e.g.
> /export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
> /export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
> /export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-160) Fix some "Traffic Edge" strings

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-160.
------------------------------

    Resolution: Fixed

> Fix some "Traffic Edge" strings
> -------------------------------
>
>                 Key: TS-160
>                 URL: https://issues.apache.org/jira/browse/TS-160
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Trivial
>             Fix For: 2.0.0a
>
>         Attachments: TS-160.diff
>
>
> We should cleanup some of the old "Traffic Edge" strings, e.g.
> /export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
> /export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
> /export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-160) Fix some "Traffic Edge" strings

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832996#action_12832996 ] 

Leif Hedstrom commented on TS-160:
----------------------------------

I think it's "officially" Apache Traffic Server, but we'll encourage people to just call it Traffic Server or TS for short. Like, people refer to "Apache HTTPD" as "httpd" or sometimes even "Apache" (which is even more wrong :).


> Fix some "Traffic Edge" strings
> -------------------------------
>
>                 Key: TS-160
>                 URL: https://issues.apache.org/jira/browse/TS-160
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Trivial
>             Fix For: 2.0.0a
>
>         Attachments: TS-160.diff
>
>
> We should cleanup some of the old "Traffic Edge" strings, e.g.
> /export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
> /export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
> /export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-160) Fix some "Traffic Edge" strings

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-160:
-----------------------------

    Attachment: TS-160.diff

This fixes the references I could find to "Traffic Edge", and cleans up a few other things that doesn't make sense (but, this is in no way a complete cleanup of the old domain examples etc.).

> Fix some "Traffic Edge" strings
> -------------------------------
>
>                 Key: TS-160
>                 URL: https://issues.apache.org/jira/browse/TS-160
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Trivial
>             Fix For: 2.0.0a
>
>         Attachments: TS-160.diff
>
>
> We should cleanup some of the old "Traffic Edge" strings, e.g.
> /export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
> /export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
> /export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TS-160) Fix some "Traffic Edge" strings

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-160:
--------------------------------

    Assignee: Leif Hedstrom

> Fix some "Traffic Edge" strings
> -------------------------------
>
>                 Key: TS-160
>                 URL: https://issues.apache.org/jira/browse/TS-160
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Trivial
>             Fix For: 2.0.0a
>
>
> We should cleanup some of the old "Traffic Edge" strings, e.g.
> /export/apache/trafficserver.git/proxy/mgmt2/RecordsConfig.cc:   {CONFIG, "proxy.config.product_name", "", INK_STRING, "Traffic Edge", RU_NULL, RR_NULL, RC_NULL, NULL, RA_NULL}
> /export/apache/trafficserver.git/proxy/mgmt2/web2/WebHttpRender.cc:   // bug 52754: For Tsunami only, need to hack in Traffic Edge 
> /export/apache/trafficserver.git/proxy/InkAPITest.cc:   char *CONFIG_PARAM_STRING_VALUE = "Traffic Edge";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.