ericlee123 opened a new pull request #924: ZOOKEEPER-3371: Port unification for 
Jetty admin server
URL: https://github.com/apache/zookeeper/pull/924
 
 
   Summary:
   Jetty does not have support for port unification. Subclassing
   of some Java networking libraries is necessary for ZooKeeper to serve
   both HTTP and HTTPS traffic on the same port.
   
   Note: The traffic is encrypted, but the authentication isn't right because 
the certificates are not set up correctly for HTTP requests. This will be fixed 
soon.
   
   Test Plan:
   ```
   [ericlee123 @ ~/zookeeper] (admin-PU) > ant -Dtestcase=JettyAdminServerTest 
test-core-java
   ...
   junit.run-concurrent:
        [echo] Running 1 concurrent JUnit processes.
       [junit] Running org.apache.zookeeper.server.admin.JettyAdminServerTest
       [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.394 sec
   
   fail.build.on.test.failure:
   
   junit.run:
   
   test-core-java:
   
   BUILD SUCCESSFUL
   Total time: 9 seconds
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to