You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Manjesh Nilange (JIRA)" <ji...@apache.org> on 2010/02/19 00:11:28 UTC

[jira] Updated: (TS-194) TS is not using case-normalized host string to lookup remap rules and regex remap rules are not being case normalized

     [ https://issues.apache.org/jira/browse/TS-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjesh Nilange updated TS-194:
-------------------------------

    Attachment: case-normalization.patch

1) Moved case normalization code from _tableLookup to _mappingLookup so that it applies to regex mappings too
2) Using normalized host field while processing regex mapping config lines
3) Had to change a couple of function signatures to remove const as ink_hash_table_lookup() takes char *s and not const char*s


> TS is not using case-normalized host string to lookup remap rules and regex remap rules are not being case normalized
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: TS-194
>                 URL: https://issues.apache.org/jira/browse/TS-194
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Manjesh Nilange
>            Assignee: Manjesh Nilange
>            Priority: Minor
>             Fix For: 2.0.0a
>
>         Attachments: case-normalization.patch
>
>


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