Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-pmc] API request: Add "host" config parameter for Jetty


+1


Simon Kaegi/Ottawa/IBM@IBMCA
Sent by: eclipse-pmc-bounces@xxxxxxxxxxx

04/17/2007 12:21 PM

Please respond to
eclipse-pmc@xxxxxxxxxxx

To
eclipse-pmc@xxxxxxxxxxx
cc
Subject
[eclipse-pmc] API request: Add "host" config parameter for Jetty






By default when Jetty created an Http Server the service  will bind to all
available network adapters.
In some environments users want only to bind to select network adapters or
prevent remote access to their Http Server by binding to 127.0.0.1.
This functionality requires adding support for new "http.host" and
"https.host" config parameters.

GOALS/BENEFITS:
- standard building block for http support
- supports common use-case

CORRESPONDING BUG:
Add "host" support for config parameters for http.jetty
     https://bugs.eclipse.org/bugs/show_bug.cgi?id=180603

RELATED:
Eclipse Help should bind ServerSocket to 127.0.0.1 only
     https://bugs.eclipse.org/bugs/show_bug.cgi?id=180320

RISKS:
None.

PERFORMANCE IMPACTS:
- No impact

_______________________________________________
eclipse-pmc mailing list
eclipse-pmc@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-pmc


Back to the top