You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Jeremy Mitchell (JIRA)" <ji...@apache.org> on 2016/11/21 18:03:58 UTC

[jira] [Commented] (TC-25) Remove dead TO UI routes

    [ https://issues.apache.org/jira/browse/TC-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15684262#comment-15684262 ] 

Jeremy Mitchell commented on TC-25:
-----------------------------------

Here are 2 routes that don't work as intended and need to be removed along with all the code behind them

$r->route('/ort/:hostname/package/:package')->via('GET')->over( authenticated => 1 )->to( 'Ort#get_package_version', namespace => $namespace );
$r->route('/ort/:hostname/chkconfig/:package')->via('GET')->over( authenticated => 1 )->to( 'Ort#get_package_chkconfig', namespace => $namespace );


> Remove dead TO UI routes
> ------------------------
>
>                 Key: TC-25
>                 URL: https://issues.apache.org/jira/browse/TC-25
>             Project: Traffic Control
>          Issue Type: Improvement
>          Components: Traffic Ops
>    Affects Versions: 1.9.0
>            Reporter: Jeremy Mitchell
>            Assignee: Jeremy Mitchell
>            Priority: Minor
>             Fix For: 1.9.0
>
>
> There are several UI routes that are either broken or have no controller/action behind them. These need to be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)