[asterisk-bugs] [JIRA] (ASTERISK-25669) CURL incorrect trim for non ASCII characters

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Jan 8 02:34:33 CST 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228892#comment-228892 ] 

Asterisk Team commented on ASTERISK-25669:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> CURL incorrect trim for non ASCII characters
> --------------------------------------------
>
>                 Key: ASTERISK-25669
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25669
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Functions/func_curl, Functions/func_strings
>    Affects Versions: 11.20.0
>         Environment: CentOs 6.7
>            Reporter: Jesper
>
> CURL removes all non ASCII characters if string ends with non ASCII characters
> content of test.txt:
> abcæøå
> snip of test dialplan in extensions.ael:
> Set(HTTPANSWER=${CURL(http://localhost/test.txt)});
> verbose log:
> -- Executing [] Set("Local/999", "HTTPANSWER=abc")
> after patch
> verbose log:
> -- Executing [] Set("Local/999", "HTTPANSWER=abcæøå")



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list