Michael, So this change adds a net/system property to revert to the old behaviour, which makes sense. And the name is in line with the other http.auth.digest.* properties. I agree with this approach.
Specifically on the changes, just a few comments: 1) delimCompatFlag can be made final, by removing the default false value. 2) The test copyright header needs to be updated. Otherwise it looks ok. -Chris. On 9 May 2014, at 12:46, Michael McMahon <michael.x.mcma...@oracle.com> wrote: > Could I get the following change reviewed please for JDK 9 > (same change will apply later to 8u-dev)? > > In JDK 8 we fixed a problem with Digest authentication > where some parameters were being enclosed in double quotes > incorrectly. It seems some old versions of Tomcat expect this > behavior. So, the fix is to provide a flag that restores the old > behavior. The (qop and algorithm parameters are affected) > > http://cr.openjdk.java.net/~michaelm/8034170/webrev.1/ > > Thanks > Michael