Subject: | Bug Report |
Date: | Tue, 17 Jun 2014 10:25:00 -0400 |
To: | bug-artifactory-client [...] rt.cpan.org |
From: | "Diec, Victor" <victor_diec [...] mitel.com> |
I would like to report a bug within the Artifactory Client perl module. I
am currently using Artifactory-Client 0.5.0 and have noticed that there is
a bug that occurs several times within the module. Furthermore, I have also
noticed that this bug still exists within the newest release so I would
like to report it.
In the sub routines: item_properties, set_item_properties, and
delete_item_properties, the path provided by the perl module is:
<< my $url = "$artifactory:$port/api/storage/$repository$path?properties=";
Show quoted text
>>. However, with this path either a 403 or a 404 error is returned when
these subroutines are called.
I made some adjustments to the original perl module and using this path:
<< my $url = "$artifactory:$port/*artifactory*/api/storage/$repository$path?properties=";
Show quoted text >>, I can successfully retrieve or manipulate item properties.
--
Victor Diec
Email: victor_diec@mitel.com
Phone: 613-592-5660 x72875
--
This e-mail (including any attachments) is for the sole use of the intended
recipient(s) and may contain information that is confidential and/or
protected by legal privilege. Any unauthorized review, use, copy,
disclosure or distribution of this e-mail is strictly prohibited. If you
are not the intended recipient, please notify Mitel immediately and destroy
all copies of this e-mail. Mitel does not accept any liability for breach
of security, error or virus that may result from the transmission of this
message.