From issues-return-84667-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Tue Sep 10 09:38:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 610E7180652 for ; Tue, 10 Sep 2019 11:38:02 +0200 (CEST) Received: (qmail 38372 invoked by uid 500); 10 Sep 2019 09:38:01 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 38363 invoked by uid 99); 10 Sep 2019 09:38:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2019 09:38:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DB6E9E3156 for ; Tue, 10 Sep 2019 09:38:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 2978C7800E4 for ; Tue, 10 Sep 2019 09:38:00 +0000 (UTC) Date: Tue, 10 Sep 2019 09:38:00 +0000 (UTC) From: "Arpad Boda (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MINIFICPP-1028) http url parsing without port fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Arpad Boda created MINIFICPP-1028: ------------------------------------- Summary: http url parsing without port fails Key: MINIFICPP-1028 URL: https://issues.apache.org/jira/browse/MINIFICPP-1028 Project: Apache NiFi MiNiFi C++ Issue Type: Bug Affects Versions: 0.6.0 Reporter: Arpad Boda Assignee: Arpad Boda Fix For: 0.7.0 In case URL is provided without port, like "http://nifi.io/nifi", port is chosen to be a random port instead of 80, host is not parsed properly (cutting "/nifi" fails) -- This message was sent by Atlassian Jira (v8.3.2#803003)