----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44501/#review124624 -----------------------------------------------------------
sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryWebServer.java (line 74) <https://reviews.apache.org/r/44501/#comment187247> What happens if user uses SSL but does not set keystore path or password in the conf file? sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryWebServer.java (line 75) <https://reviews.apache.org/r/44501/#comment187248> nit: intend here and below as well sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java (line 167) <https://reviews.apache.org/r/44501/#comment187249> Add a comment on why these are blacklisted? Thanks for fixing this Li! Some minor comments. Also, wondering about the test coverage. I believe it might be tricky to test this without setting up keystore, any thoughts? - Sravya Tirukkovalur On March 21, 2016, 4:43 a.m., Li Li wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44501/ > ----------------------------------------------------------- > > (Updated March 21, 2016, 4:43 a.m.) > > > Review request for sentry, Anne Yu, Hao Hao, Lenni Kuff, and Sravya > Tirukkovalur. > > > Repository: sentry > > > Description > ------- > > Add SSL support, print version info on Sentry Service webpage > > > Diffs > ----- > > sentry-provider/sentry-provider-db/pom.xml > 1dbfad49f7b9bb1b963221600bbd8d0400ab8d5d > > sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryWebServer.java > 1bdea2c55de12a999f94ea33f8709311c7c2c7f2 > > sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ServiceConstants.java > 94bd2a95c77a9691cbaa578ebf417e49c339b7ed > sentry-provider/sentry-provider-db/src/main/webapp/SentryService.html > ee112ce8d39626784d5d73ef0a4c28f43e7c4f1f > sentry-provider/sentry-provider-db/src/main/webapp/css/sentry.css > e5b3d437406a881e78494547791e1b26bb4f2bc8 > > Diff: https://reviews.apache.org/r/44501/diff/ > > > Testing > ------- > > > Thanks, > > Li Li > >
