You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Wilfried.Sibla@bosch-si.com (JIRA)" <ji...@apache.org> on 2013/05/25 17:06:20 UTC

[jira] [Commented] (ACE-351) Corrupt URLs in shop repository on Windows containing \ instead of /

    [ https://issues.apache.org/jira/browse/ACE-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667099#comment-13667099 ] 

Wilfried.Sibla@bosch-si.com commented on ACE-351:
-------------------------------------------------


Vielen Dank für Ihre Email. Leider bin ich bis zum 02.06.'13 nicht im Büro.
Ihre Email wird nicht weitergeleitet! Bei Fragen wenden Sie sich bitte telefonisch an unsere Zentrale unter der Rufnummer +49 7545 202-300.

Thank you for your email. I'm out of the office until 2013-06-02
Your email won't be fowarded! Please call +49 7545 202-300 for any questions.

Mit freundlichen Grüßen / Best regards

Wilfried Sibla

Bosch Software Innovations GmbH
Development Software - Core Products Waiblingen (INST/DSW-Wa)

Ziegelei 7
88090 Immenstaad
GERMANY
www.bosch-si.de<http://www.bosch-si.de/>

Tel.:      +49 7545 202-325
Fax:     +49 7545 202-301
Wilfried.Sibla@bosch-si.de<ma...@bosch-si.de>

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Heinz Derenbach; Thomas Cotic, Erica Fölsche, Michael Hahn, Klaus Hüftle

                
> Corrupt URLs in shop repository on Windows containing \ instead of /
> --------------------------------------------------------------------
>
>                 Key: ACE-351
>                 URL: https://issues.apache.org/jira/browse/ACE-351
>             Project: ACE
>          Issue Type: Bug
>          Components: Repository
>    Affects Versions: 0.8.1-incubator
>            Reporter: Wilfried Sibla
>            Assignee: Marcel Offermans
>             Fix For: 1.0.0
>
>
> When uploading artifacts to the ACE server running on a windows OS, URLs added to the repository files contain windows file paths including the \ instead of /.
> Replacing line 116 in class BundleFileStore (trunk)
> String filePath = storeLocation.getAbsolutePath().substring(getWorkingDir().getAbsolutePath().length());
> with:
> String filePath = storeLocation.toURI().toString().substring(getWorkingDir().toURI().toString().length());
> solves this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira