Code review: 8003948 (jdk8)
    Dmitry Samersoff 
    dmitry.samersoff at oracle.com
       
    Mon Dec 10 07:01:04 PST 2012
    
    
  
Michael,
150  It might be better to use regionMatches here
162 Is it intentional to always don't copy keys[0]/value[0] ?
   Actually I would prefer to have this code better readable,
   something like -
    157 if ( ! <condition> ){
           keys[j]=keys[j];
           value[j]=value[j];
           ++j
    }
-Dmitry
On 2012-12-10 18:30, Michael McMahon wrote:
> Could I get the following change reviewed please?
> 
> http://cr.openjdk.java.net/~michaelm/8003948/webrev.1/
> 
> We need to filter out extraneous authentication headers when doing
> ntlm authentication with MS web servers and proxies.
> 
> Thanks
> Michael
-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer
    
    
More information about the net-dev
mailing list