Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cannot find ProxyConnectionFactory

Hi,

On Wed, Dec 14, 2016 at 11:21 AM, Mikhail Mazursky <ash2kk@xxxxxxxxx> wrote:
> Hello,
>
> I'm trying to follow [1] but cannot find the ProxyConnectionFactory class.
>
> Opening [2] (9.3 branch) gives me sources of this class but [3] (9.2 branch)
> gives "not found".

The documentation is wrong, this class has been introduced in 9.3.x.

Note that PROXY protocol support was already present in 9.2.x, but see
https://github.com/eclipse/jetty.project/issues/1130.
In 9.3.x the support was made explicit rather than internal, and hence
the introduction of the ProxyConnectionFactory class.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top