Michael Osipov created MSITE-929:
------------------------------------
Summary: Make server host configurable
Key: MSITE-929
URL: https://issues.apache.org/jira/browse/MSITE-929
Project: Maven Site Plugin
Issue Type: Improvement
Components: site:run
Affects Versions: 4.0.0-M4
Reporter: Michael Osipov
Assignee: Michael Osipov
Fix For: 4.0.0-M5
This resolves the following inconsistency by adding a new feature/improvement:
{{site:run}} logs that Jetty is listening on {{http://localhost:8080}}, in
fact, that is true, but localhost is never passed to Jetty. Instead, it is
listening to {{0.0.0.0}}/{{::}} which covers localhost as well. Make {{host}} a
parameter with default value of {{localhost}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)