Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/ssl/SslSelectChannelConnector.java @ 893:d1c302afeeb6
remove _confidentialPort
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 06 Oct 2016 23:36:34 -0600 |
| parents | b48361bd68e3 |
| children | 669769bcdf5c |
comparison
equal
deleted
inserted
replaced
| 892:093460816905 | 893:d1c302afeeb6 |
|---|---|
| 525 * requiring client certs providing mere INTEGRAL constraints. | 525 * requiring client certs providing mere INTEGRAL constraints. |
| 526 */ | 526 */ |
| 527 @Override | 527 @Override |
| 528 public boolean isConfidential(Request request) | 528 public boolean isConfidential(Request request) |
| 529 { | 529 { |
| 530 final int confidentialPort=getConfidentialPort(); | 530 return true; |
| 531 return confidentialPort==0||confidentialPort==request.getServerPort(); | |
| 532 } | 531 } |
| 533 | 532 |
| 534 /* ------------------------------------------------------------------------------- */ | 533 /* ------------------------------------------------------------------------------- */ |
| 535 @Override | 534 @Override |
| 536 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint) | 535 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint) |
