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 A9513200CEF for ; Mon, 4 Sep 2017 22:30:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7B521636A3; Mon, 4 Sep 2017 20:30:07 +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 EE7D71636A2 for ; Mon, 4 Sep 2017 22:30:06 +0200 (CEST) Received: (qmail 86642 invoked by uid 500); 4 Sep 2017 20:30:06 -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 86631 invoked by uid 99); 4 Sep 2017 20:30:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 20:30:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B11EE181314 for ; Mon, 4 Sep 2017 20:30:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id BCvSYs3Amn_3 for ; Mon, 4 Sep 2017 20:30: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 DF82E61267 for ; Mon, 4 Sep 2017 20:30: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 6053DE002C for ; Mon, 4 Sep 2017 20:30: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 133BE24147 for ; Mon, 4 Sep 2017 20:30:00 +0000 (UTC) Date: Mon, 4 Sep 2017 20:30:00 +0000 (UTC) From: "na sam (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-7485) Reverse proxy url is not reflected in Swagger UI response MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Sep 2017 20:30:07 -0000 [ https://issues.apache.org/jira/browse/CXF-7485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152924#comment-16152924 ] na sam commented on CXF-7485: ------------------------------ hi Following is the version I am testing it for swagger. Could you please share which maven dependency I need to use? 3.1.11 org.apache.cxf cxf-spring-boot-starter-jaxrs ${cxf.version} org.apache.cxf cxf-rt-rs-service-description ${cxf.version} org.apache.cxf cxf-rt-rs-service-description-swagger ${cxf.version} > Reverse proxy url is not reflected in Swagger UI response > --------------------------------------------------------- > > Key: CXF-7485 > URL: https://issues.apache.org/jira/browse/CXF-7485 > Project: CXF > Issue Type: Bug > Components: Documentation > Affects Versions: 3.1.12 > Reporter: na sam > Assignee: Sergey Beryozkin > Fix For: 3.1.13, 3.2.0 > > > I am using Swagger2Feature to generate the swagger out of my REST service classes. > All the url's that is being generated are based on deployed server's web path. Its working directly in my server. But If the request comes via reverse proxy, then in my swagger ui response I am seeing still same my local server's webpath instead of one coming via reverse proxy. > Need a way to support reverse proxy web path. -- This message was sent by Atlassian JIRA (v6.4.14#64029)