Re: Code review request, 8017049: rename property jdk.tls.rejectClientInitializedRenego

2013-06-26 Thread Vincent Ryan
Your fix looks good.

On 26 Jun 2013, at 04:45, Xuelei Fan wrote:

 Hi,
 
 webrev: http://cr.openjdk.java.net/~xuelei/8017049/webrev.00/
 
 In update of 7188658
 (http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a76858faad59), we defines a
 new system property, jdk.tls.rejectClientInitializedRenego, in order
 to disable client initiated renegotiation.  However, the name is not
 instinctive enough according to feedback. We want a name which can more
 succinctly captures the intent of this property.
 
 In this update, the property name is renamed to
 jdk.tls.rejectClientInitiatedRenegotiation.
 
 Thanks,
 Xuelei



Code review request, 8017049: rename property jdk.tls.rejectClientInitializedRenego

2013-06-25 Thread Xuelei Fan
Hi,

webrev: http://cr.openjdk.java.net/~xuelei/8017049/webrev.00/

In update of 7188658
(http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a76858faad59), we defines a
new system property, jdk.tls.rejectClientInitializedRenego, in order
to disable client initiated renegotiation.  However, the name is not
instinctive enough according to feedback. We want a name which can more
succinctly captures the intent of this property.

In this update, the property name is renamed to
jdk.tls.rejectClientInitiatedRenegotiation.

Thanks,
Xuelei