Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77E54C4C0 for ; Thu, 3 May 2012 22:45:10 +0000 (UTC) Received: (qmail 95093 invoked by uid 500); 3 May 2012 22:45:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 95046 invoked by uid 500); 3 May 2012 22:45:10 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 94832 invoked by uid 99); 3 May 2012 22:45:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 22:45:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 22:45:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 29A7842E10C for ; Thu, 3 May 2012 22:44:49 +0000 (UTC) Date: Thu, 3 May 2012 22:44:49 +0000 (UTC) From: "Romain Manni-Bucau (JIRA)" To: issues@cxf.apache.org Message-ID: <2104361081.24377.1336085089171.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1436216626.15189.1335911093943.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CXF-4281) uribuilder from null? 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/CXF-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267904#comment-13267904 ] Romain Manni-Bucau commented on CXF-4281: ----------------------------------------- here what i get doing it: UriBuilder.fromPath("http://localhost:8080").path("/{a}/{b}/{c}/{a}"). buildFromEncoded("1", "2", "3") in org.apache.cxf.jaxrs.impl.UriBuilderImpl#buildPath i get the following paths: http:, localhost:8080, {a} ....(then expected ones) so then with the current algorithm it adds only one '/' after http: > uribuilder from null? > --------------------- > > Key: CXF-4281 > URL: https://issues.apache.org/jira/browse/CXF-4281 > Project: CXF > Issue Type: Bug > Reporter: Romain Manni-Bucau > > in tomee/openejb we need to patch the uri builder to be able to satisfied some cases (UriBuilder.fromPath(null) for instance) > here is the patched builder working for us: http://svn.apache.org/repos/asf/openejb/trunk/openejb/server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/OpenEJBRuntimeDelegateImpl.java > any way to get it merged with cxf? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira