Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D70A4200CCA for ; Wed, 19 Jul 2017 15:15:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D5793168F6D; Wed, 19 Jul 2017 13:15:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 278B0168F69 for ; Wed, 19 Jul 2017 15:15:03 +0200 (CEST) Received: (qmail 258 invoked by uid 500); 19 Jul 2017 13:15:02 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 247 invoked by uid 99); 19 Jul 2017 13:15:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2017 13:15:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B8EB5C01E3 for ; Wed, 19 Jul 2017 13:15:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qDYXbtbvB08u for ; Wed, 19 Jul 2017 13:15:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id ED2BF5FBE5 for ; Wed, 19 Jul 2017 13:15:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 785DFE0B4A for ; Wed, 19 Jul 2017 13:15:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2E7F621EA3 for ; Wed, 19 Jul 2017 13:15:00 +0000 (UTC) Date: Wed, 19 Jul 2017 13:15:00 +0000 (UTC) From: "J.W. Janssen (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACE-626) Allow OBR to supply an alternative location for uploaded bundles MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Jul 2017 13:15:04 -0000 [ https://issues.apache.org/jira/browse/ACE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.W. Janssen resolved ACE-626. ------------------------------ Resolution: Fixed Solved in rev #1802389. You can now supply a configuration (PID = {{org.apache.ace.obr.servlet.cfg}}) that defines what base URL should be used. If no configuration is provided, the OBR falls back to the "old" behaviour. > Allow OBR to supply an alternative location for uploaded bundles > ---------------------------------------------------------------- > > Key: ACE-626 > URL: https://issues.apache.org/jira/browse/ACE-626 > Project: ACE > Issue Type: Improvement > Components: OBR > Reporter: J.W. Janssen > Fix For: next > > > The current OBR implementation assumes that the URL by which it is called is also the one that can be used to access uploaded resources. This does not always work, for example, when the OBR is running behind a proxy: you should use the public endpoint, not the internal endpoint. -- This message was sent by Atlassian JIRA (v6.4.14#64029)