Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/ssl/SslSelectChannelConnector.java @ 890:5dc615c34848
remove _integralPort
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 06 Oct 2016 23:29:22 -0600 |
| parents | df84a1741687 |
| children | b48361bd68e3 |
comparison
equal
deleted
inserted
replaced
| 889:5731a7707466 | 890:5dc615c34848 |
|---|---|
| 541 * requiring client certs providing mere INTEGRAL constraints. | 541 * requiring client certs providing mere INTEGRAL constraints. |
| 542 */ | 542 */ |
| 543 @Override | 543 @Override |
| 544 public boolean isIntegral(Request request) | 544 public boolean isIntegral(Request request) |
| 545 { | 545 { |
| 546 final int integralPort=getIntegralPort(); | 546 return true; |
| 547 return integralPort==0||integralPort==request.getServerPort(); | |
| 548 } | 547 } |
| 549 | 548 |
| 550 /* ------------------------------------------------------------------------------- */ | 549 /* ------------------------------------------------------------------------------- */ |
| 551 @Override | 550 @Override |
| 552 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint) | 551 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint) |
