Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 62194 invoked from network); 10 Nov 2008 21:56:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 21:56:35 -0000 Received: (qmail 69562 invoked by uid 500); 10 Nov 2008 21:56:42 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 69550 invoked by uid 500); 10 Nov 2008 21:56:42 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 69539 invoked by uid 99); 10 Nov 2008 21:56:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 13:56:42 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 21:55:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BAEA234C256 for ; Mon, 10 Nov 2008 13:55:44 -0800 (PST) Message-ID: <622574079.1226354144166.JavaMail.jira@brutus> Date: Mon, 10 Nov 2008 13:55:44 -0800 (PST) From: "John Volkar (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-424) Enforce (autofix) baseURL property to end with trailing slash MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enforce (autofix) baseURL property to end with trailing slash ------------------------------------------------------------- Key: JSPWIKI-424 URL: https://issues.apache.org/jira/browse/JSPWIKI-424 Project: JSPWiki Issue Type: Improvement Components: Core & storage Affects Versions: 2.8 Environment: any Reporter: John Volkar Priority: Minor Fix For: 2.8.1 If baseUrl does not end with a trailing slash CSS is not found causing the page to be rendered badly. The installer does not enforce a trailing slash. When reading the property, if not ending with "/" append one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.