You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Devanshu Vyas (JIRA)" <ji...@apache.org> on 2017/07/09 09:07:00 UTC

[jira] [Updated] (OFBIZ-9479) Use FlexibleLocation.resolveLocation() instead of hard-coded path

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

Devanshu Vyas updated OFBIZ-9479:
---------------------------------
    Attachment: OFBIZ-9479.patch

Uploaded patch with fixes to use FlexibleLocation.resolveLocation() method in place of hard-coded URL path preparation.

> Use FlexibleLocation.resolveLocation() instead of hard-coded path
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-9479
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9479
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Devanshu Vyas
>            Priority: Minor
>         Attachments: OFBIZ-9479.patch
>
>
> I found some occurrences where file path URL is prepared using the actual path of the file rather than the relative path. For e.g. 
> {code}
> String imgPropertyFullPath = System.getProperty("ofbiz.home") + "/applications/product/config/ImageProperties.xml";
> {code}
> IMO the location URL of files should be prepared dynamically using relative paths and this can be achieved by using
> FlexibleLocation.resolveLocation() method. This method covers all the scenarios and in future, if we want to change anything, then all we need is to update the method and all instances will be fixed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)