[
https://issues.apache.org/jira/browse/VCL-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639016#comment-14639016
]
ASF subversion and git services commented on VCL-871:
-----------------------------------------------------
Commit 1692408 from [~arkurth] in branch 'vcl/trunk'
[ https://svn.apache.org/r1692408 ]
VCL-871
Removed recently added check for $OS_ERROR in run_ssh_command. This variable
isn't reliable as it may be set for something other than the last executed
command.
Extended code in utils.pm::run_ssh_command which checks if a command is very
long. It truncates the command displayed in vcld.log.
> OS.pm::create_text_file fails if content is too long
> ----------------------------------------------------
>
> Key: VCL-871
> URL: https://issues.apache.org/jira/browse/VCL-871
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend)
> Affects Versions: 2.4.2
> Reporter: Andy Kurth
> Assignee: Andy Kurth
> Priority: Minor
> Fix For: 2.4.3
>
>
> {{OS.pm::create_text_file}} converts each character of the text content
> argument to its hex value and creates a string passed to _echo -e_. This
> normally works correctly and allows single quote charcters to be added to the
> file. However, the command fails if the string becomes too long.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)