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 rem
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 fi