You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/01/01 00:56:39 UTC

[jira] [Updated] (TS-4106) Cache Inspector fails to split multiline URLs

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

Leif Hedstrom updated TS-4106:
------------------------------
    Fix Version/s: 6.1.0

> Cache Inspector fails to split multiline URLs
> ---------------------------------------------
>
>                 Key: TS-4106
>                 URL: https://issues.apache.org/jira/browse/TS-4106
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Web UI
>            Reporter: Hiroaki Nakamura
>             Fix For: 6.1.0
>
>         Attachments: cache_inspector_multiline_urls_split.patch
>
>
> The error is in the length parameter at
> https://github.com/apache/trafficserver/blob/413dd51d5dc17bf388805071efdb8f882014b847/iocore/cache/CachePages.cc#L129
> Because of this error, ink_strlcpy copies strings from the current poisition to the end of multiline URLs, not to the end of line.
> The attached patch cache_inspector_multiline_urls_split.patch fixes this bug.



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