Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 66906 invoked from network); 19 Jul 2010 01:27:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 01:27:46 -0000 Received: (qmail 30277 invoked by uid 500); 19 Jul 2010 01:27:46 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 30248 invoked by uid 500); 19 Jul 2010 01:27:46 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 30241 invoked by uid 99); 19 Jul 2010 01:27:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 01:27:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 01:27:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6J1Jq5I001697 for ; Mon, 19 Jul 2010 01:19:52 GMT Message-ID: <16335076.445661279502392238.JavaMail.jira@thor> Date: Sun, 18 Jul 2010 21:19:52 -0400 (EDT) From: "David Johnson (JIRA)" To: commits@roller.apache.org Subject: [jira] Resolved: (ROL-663) Incorrect use of absBase, ctxPath variables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.