You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Luca Rea (JIRA)" <ji...@apache.org> on 2012/11/22 15:10:58 UTC

[jira] [Created] (TS-1589) headers of requests in remap.lua

Luca Rea created TS-1589:
----------------------------

             Summary: headers of requests in remap.lua
                 Key: TS-1589
                 URL: https://issues.apache.org/jira/browse/TS-1589
             Project: Traffic Server
          Issue Type: Improvement
          Components: Plugins
    Affects Versions: 3.3.0
            Reporter: Luca Rea


Shoul be very useful to list and check value of headers in remap.lua in order to choose between redirect options(I've seen it's already possible add new ones)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (TS-1589) support request header iteration in the lua plugin

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

James Peach reassigned TS-1589:
-------------------------------

    Assignee: James Peach
    
> support request header iteration in the lua plugin
> --------------------------------------------------
>
>                 Key: TS-1589
>                 URL: https://issues.apache.org/jira/browse/TS-1589
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Luca Rea
>            Assignee: James Peach
>
> Shoul be very useful to list and check value of headers in remap.lua in order to choose between redirect options(I've seen it's already possible add new ones)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TS-1589) headers of requests in remap.lua

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

James Peach commented on TS-1589:
---------------------------------

You can add, delete and index headers using array syntax, eg. foo = request.headers['foo']. AFAIK the onl;y thing you can't do is iterate over headers.
                
> headers of requests in remap.lua
> --------------------------------
>
>                 Key: TS-1589
>                 URL: https://issues.apache.org/jira/browse/TS-1589
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Luca Rea
>
> Shoul be very useful to list and check value of headers in remap.lua in order to choose between redirect options(I've seen it's already possible add new ones)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TS-1589) support request header iteration in the lua plugin

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

James Peach updated TS-1589:
----------------------------

    Summary: support request header iteration in the lua plugin  (was: headers of requests in remap.lua)
    
> support request header iteration in the lua plugin
> --------------------------------------------------
>
>                 Key: TS-1589
>                 URL: https://issues.apache.org/jira/browse/TS-1589
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Luca Rea
>
> Shoul be very useful to list and check value of headers in remap.lua in order to choose between redirect options(I've seen it's already possible add new ones)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira