You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2010/07/19 03:19:52 UTC

[jira] Resolved: (ROL-663) Incorrect use of absBase, ctxPath variables

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

David Johnson resolved ROL-663.
-------------------------------

    Resolution: Fixed

Addressed long ago. Those variable names are no longer used.

> Incorrect use of absBase, ctxPath variables
> -------------------------------------------
>
>                 Key: ROL-663
>                 URL: https://issues.apache.org/jira/browse/ROL-663
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>            Reporter: Gili
>            Assignee: Roller Unassigned
>            Priority: Minor
>
> The main blog page uses "$absBaseURL$ctxPath" to create a link to the XHTML and CSS validators.
> Thing is, my $absBaseUrl is "http://bbs.darktech.org/roller/"
> and $ctxPath is "/roller"
> so I end up with "http://bbs.darktech.org/roller/".
> It seems to me that $ctxPath and $absBaseUrl should never be used together. I replaced the "$absBaseURL$ctxPath" by "$absBaseURL" on my end.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.