[ 
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)

Reply via email to