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 3A699200C2F for ; Mon, 6 Mar 2017 09:37:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 390AB160B81; Mon, 6 Mar 2017 08:37:37 +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 823E8160B73 for ; Mon, 6 Mar 2017 09:37:36 +0100 (CET) Received: (qmail 13470 invoked by uid 500); 6 Mar 2017 08:37:35 -0000 Mailing-List: contact dev-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list dev@polygene.apache.org Received: (qmail 13459 invoked by uid 99); 6 Mar 2017 08:37:35 -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, 06 Mar 2017 08:37:35 +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 58A2D18495F for ; Mon, 6 Mar 2017 08:37:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] 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 YYJJ8lmIL1Sc for ; Mon, 6 Mar 2017 08:37:34 +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 5F15B5FC75 for ; Mon, 6 Mar 2017 08:37:34 +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 A2E91E060F for ; Mon, 6 Mar 2017 08:37:33 +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 0EEF924170 for ; Mon, 6 Mar 2017 08:37:33 +0000 (UTC) Date: Mon, 6 Mar 2017 08:37:33 +0000 (UTC) From: "Paul Merlin (JIRA)" To: dev@polygene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (POLYGENE-236) Unit tests for entitystore-mongodb trigger a Windows Firewall popup window MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Mar 2017 08:37:37 -0000 [ https://issues.apache.org/jira/browse/POLYGENE-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Merlin resolved POLYGENE-236. ---------------------------------- Resolution: Fixed Thanks Georg! > Unit tests for entitystore-mongodb trigger a Windows Firewall popup window > -------------------------------------------------------------------------- > > Key: POLYGENE-236 > URL: https://issues.apache.org/jira/browse/POLYGENE-236 > Project: Polygene > Issue Type: Bug > Environment: Windows with active Windows Firewall > Reporter: Georg Ragaller > Assignee: Georg Ragaller > Priority: Minor > Fix For: 3.0 > > Attachments: polygene-java_entitystore-mongodb_firewall.png > > > The {{:extensions:entitystore-mongodb:test}} will trigger a Windows Firewall popup window, because the server port is not restricted to {{localhost}}, but binds to {{0.0.0.0}}. > Solution should be to bind to {{localhost}} only. If there is no way to use {{localhost}} only, then a [custom mongod filename|https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo#usage---custom-mongod-filename] should be used, so that the firewall rules can be set to a stable executable name. -- This message was sent by Atlassian JIRA (v6.3.15#6346)