Changeset: 6eca0895a644
Author:jjg
Date: 2010-02-23 18:43 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6eca0895a644
6511613: javac unexpectedly doesn't fail in some cases if an annotation
processor specified
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac
Changeset: c96d6cb31723
Author:chegar
Date: 2010-02-23 17:08 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c96d6cb31723
6365587: Proxy-Connection header sent through tunnel
Reviewed-by: michaelm
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
Christopher Hegarty -Sun Microsystems Ireland wrote:
Hi Michael,
I need a review for CR 6365587: "Proxy-Connection header sent through
tunnel".
Proxy-Connection header is being sent to the http server over an SSL
tunnel. The Proxy-Connection header is only of interest to the proxy.
You can
Hi Michael,
I need a review for CR 6365587: "Proxy-Connection header sent through
tunnel".
Proxy-Connection header is being sent to the http server over an SSL
tunnel. The Proxy-Connection header is only of interest to the proxy.
You can see in our
sun.net.www.protocol.http.HttpURLConnectio