Return-Path: X-Original-To: apmail-river-commits-archive@www.apache.org Delivered-To: apmail-river-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 936DC10076 for ; Sat, 12 Oct 2013 18:27:48 +0000 (UTC) Received: (qmail 28472 invoked by uid 500); 12 Oct 2013 18:27:48 -0000 Delivered-To: apmail-river-commits-archive@river.apache.org Received: (qmail 28402 invoked by uid 500); 12 Oct 2013 18:27:48 -0000 Mailing-List: contact commits-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list commits@river.apache.org Received: (qmail 28365 invoked by uid 99); 12 Oct 2013 18:27:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 18:27:41 +0000 Date: Sat, 12 Oct 2013 18:27:41 +0000 (UTC) From: "Shawn Ellis (JIRA)" To: commits@river.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (RIVER-426) Support for SchemeSpecificPart with URIString normalization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Shawn Ellis created RIVER-426: --------------------------------- Summary: Support for SchemeSpecificPart with URIString normalization Key: RIVER-426 URL: https://issues.apache.org/jira/browse/RIVER-426 Project: River Issue Type: Improvement Affects Versions: River_2.2.1 Reporter: Shawn Ellis Priority: Minor Attachments: URIString.patch I ran into a problem with URIString because the normalization was generating a different result with an input of jar:file:/home/user/files.war!/WEB-INF/classes. The attached patch file has a fix and and also a test case. -- This message was sent by Atlassian JIRA (v6.1#6144)