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

Glen Mazza reassigned ROL-1209:
-------------------------------

    Assignee: Glen Mazza  (was: Roller Unassigned)
    
> user.vm #showResourceImage returns wrong path
> ---------------------------------------------
>
>                 Key: ROL-1209
>                 URL: https://issues.apache.org/jira/browse/ROL-1209
>             Project: Roller
>          Issue Type: Bug
>          Components: Macros
>    Affects Versions: 2.3
>            Reporter: Richard Jones
>            Assignee: Glen Mazza
>            Priority: Minor
>
> The '#showResourceImage()' macro in 'user.vm' does not return the correct 
> path, currently it looks like this:
> #set( $imageUrl = $uploadPath/${website.handle}/$fileName)
> It should have "quotes" round the path and ${ctxPath} needs to be prefixed, 
> as follows:
> #set( $imageUrl = "${ctxPath}$uploadPath/${website.handle}/$fileName")

--
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

Reply via email to