hg: jdk7/tl/jdk: 4244499: ZipEntry() does not convert filenames from Unicode to platform; ...

2009-04-16 Thread xueming . shen
Changeset: 1aaeb8fbe705 Author:sherman Date: 2009-04-16 21:00 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1aaeb8fbe705 4244499: ZipEntry() does not convert filenames from Unicode to platform 4532049: IllegalArgumentException in ZipInputStream while reading unicode file 503

Code review needed for 6349566 (Cookies default domain)

2009-04-16 Thread Jean-Christophe Collet
This is a very simple fix: Domain of a cookie should default to the host name if not specified. Webrev available at: http://cr.openjdk.java.net/~jccollet/6349566/webrev.00/ Thanks,

Re: Code review request: Undefined requesting URL in "java.net.Authenticator.getPasswordAuthentication()"

2009-04-16 Thread Christopher Hegarty - Sun Microsystems Ireland
I haven't looked at the changes in the security area but the networking ones look fine. -Chris. On 04/15/09 11:52, Max Wang (Weijun) wrote: Hi Chris A new webrev is created at http://cr.openjdk.java.net/~weijun/6578647/webrev.01 Now all HttpCallerInfo creations are inline, so the diff is

Re: Code review request: Undefined requesting URL in "java.net.Authenticator.getPasswordAuthentication()"

2009-04-16 Thread Weijun Wang
Hi Chris/Valerie Can you take a review on a related bug. I found it when I wrote the test for the previous one. 6829283: HTTP/Negotiate: Authenticator triggered again when user cancels the first one http://cr.openjdk.java.net/~weijun/6829283/webrev.00/ Basically, it's because for HTTP/Negotiate,