Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 65788 invoked from network); 6 Mar 2009 11:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 11:13:34 -0000 Received: (qmail 80049 invoked by uid 500); 6 Mar 2009 11:13:34 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 80022 invoked by uid 500); 6 Mar 2009 11:13:33 -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 80013 invoked by uid 99); 6 Mar 2009 11:13:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 03:13:33 -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; Fri, 06 Mar 2009 11:13:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F3FA234C4AB for ; Fri, 6 Mar 2009 03:13:12 -0800 (PST) Message-ID: <1295495969.1236337992584.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 03:13:12 -0800 (PST) From: "Dick Davies (JIRA)" To: commits@roller.apache.org Subject: [jira] Created: (ROL-1794) file uploads with spaces in their names are 404ing (incorrect URL escaping?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org file uploads with spaces in their names are 404ing (incorrect URL escaping?) ----------------------------------------------------------------------------- Key: ROL-1794 URL: https://issues.apache.org/roller/browse/ROL-1794 Project: Roller Issue Type: Bug Components: User Interface - General Affects Versions: 4.0.1 Environment: roller 4.0.1 Solaris10 Glassfishv2ur2 Reporter: Dick Davies Assignee: Roller Unassigned If files are uploaded with spaces in their filenames, the resulting URL 404s. Without the spaces, the URL to the file works correctly. Suspect this is a URL-encoding issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.