Re: RFR 8037262: typo in error message in KrbAsReq.authenticate()

2014-03-13 Thread Jason Uh
383 * is part of this this AP-REQ. "this" is repeated. Jason On 3/12/14 7:18 PM, Wang Weijun wrote: Tiny webrev at http://cr.openjdk.java.net/~weijun/8037262/webrev.00/ Thanks Max

Re: RFR 8037262: typo in error message in KrbAsReq.authenticate()

2014-03-13 Thread Wang Weijun
On Mar 13, 2014, at 20:32, Sean Mullan wrote: > Looks ok, although I noticed another typo: > > 409 * AP-REP will need to be generated. > > Should that also be AP-REQ? No. This method is called by the acceptor when parsing an AP-REQ token. If true (mutual auth required), the acceptor wou

Re: RFR 8037262: typo in error message in KrbAsReq.authenticate()

2014-03-13 Thread Sean Mullan
Looks ok, although I noticed another typo: 409 * AP-REP will need to be generated. Should that also be AP-REQ? --Sean On 03/12/2014 10:18 PM, Wang Weijun wrote: Tiny webrev at http://cr.openjdk.java.net/~weijun/8037262/webrev.00/ Thanks Max