Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Windows with active Windows Firewall
Description
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 should be used, so that the firewall rules can be set to a stable executable name.