Re: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Doychin Bondzhev
Hi,  I have my signed Oca processed. I hope now we can continue with
proposed patch?
On May 12, 2016 14:18, "Ivan St. Ivanov"  wrote:

> Hello Alan,
>
> If that is the showstopper for moving this change forward, Doychin is part
> of the Bulgarian JUG. Which has signed the OCA. I talked to him and he is
> fine to let his change pass through JUG's account.
>
> Regards,
> Ivan
> On May 12, 2016 13:32, "Alan Bateman"  wrote:
>
>>
>>
>> On 12/05/2016 11:25, Langer, Christoph wrote:
>>
>>> Hi Doychin,
>>>
>>> thanks for pointing me to this. I was already looking at that part of
>>> the code and know about some gaps. So I'll take this item and open a bug
>>> and work on integrating the proposed change.
>>>
>>>
>>> I don't see Doychin on the of OCA signatories so I don't think we can
>> accept the contribution without getting that sorted out. It might be that
>> he is is listed with a different name or a company name of course.
>>
>> Creating a bug and fixing it should be fine of course.
>>
>> -Alan
>>
>


Re: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Chris Hegarty

> On 26 May 2016, at 13:46, Doychin Bondzhev  wrote:
> 
> Hi,  I have my signed Oca processed. I hope now we can continue with proposed 
> patch?

I cannot find you on 
http://www.oracle.com/technetwork/community/oca-486395.html#list

Please confirm your that you are on this list.

Chris.

Re: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Chris Hegarty

> On 26 May 2016, at 13:57, Chris Hegarty  wrote:
> 
> 
>> On 26 May 2016, at 13:46, Doychin Bondzhev  wrote:
>> 
>> Hi,  I have my signed Oca processed. I hope now we can continue with 
>> proposed patch?
> 
> I cannot find you on 
> http://www.oracle.com/technetwork/community/oca-486395.html#list
> 
> Please confirm your that you are on this list.

I have been assured that this has been done, and that you name will appear 
imminently.

Please post your patch to the list and I will take a look.

Thanks,
-Chris.



RFR [9] 8085785: sun/net/www/protocol/http/ZoneId.java timeout intermittently

2016-05-26 Thread Chris Hegarty
ZoneId is attempting to verify the 'Host' header set by the HttpURLConnection 
implementation 
when given an IPv6 literal containing a scope id. It does so by iterating the 
network interfaces 
on the machine attempting to find one that is suitable to use as the listening 
interface for a 
temporary test HTTP sever. Then it connects to it, and verifies the value of 
the 'Host' header. 

This is problematic as some interfaces like teredo on Windows, or awdl on Mac, 
are not 
suitable. Rather than all this, the test can use the IPv6 loopback address, 
which can contain 
a scope id, if retrieved from the NetworkInterface API. 

http://cr.openjdk.java.net/~chegar/8085785/
https://bugs.openjdk.java.net/browse/JDK-8085785

-Chris.

Re: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Doychin Bondzhev
Hi,

Here is a link to the original message I send in 2015 whit deception and
link to the patch:

http://mail.openjdk.java.net/pipermail/net-dev/2015-January/008829.html

The patch is based on the NetworkInterface.c code at that time.

If it is needed I can update it against current code.

Have a nice day,
Doychin Bondzhev

On Thu, May 26, 2016 at 4:07 PM, Chris Hegarty 
wrote:

>
> > On 26 May 2016, at 13:57, Chris Hegarty 
> wrote:
> >
> >
> >> On 26 May 2016, at 13:46, Doychin Bondzhev 
> wrote:
> >>
> >> Hi,  I have my signed Oca processed. I hope now we can continue with
> proposed patch?
> >
> > I cannot find you on
> http://www.oracle.com/technetwork/community/oca-486395.html#list
> >
> > Please confirm your that you are on this list.
>
> I have been assured that this has been done, and that you name will appear
> imminently.
>
> Please post your patch to the list and I will take a look.
>
> Thanks,
> -Chris.
>
>


Re: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Chris Hegarty

> On 26 May 2016, at 15:04, Doychin Bondzhev  wrote:
> 
> Hi, 
> 
> Here is a link to the original message I send in 2015 whit deception and link 
> to the patch:
> 
> http://mail.openjdk.java.net/pipermail/net-dev/2015-January/008829.html
> 
> The patch is based on the NetworkInterface.c code at that time.
> 
> If it is needed I can update it against current code.

Yes, please.  And can you please post the patch to this mailing list. I’m 
loath to go off openjdk infrastructure. 

-Chris.

> Have a nice day,
> Doychin Bondzhev
> 
> On Thu, May 26, 2016 at 4:07 PM, Chris Hegarty  
> wrote:
> 
> > On 26 May 2016, at 13:57, Chris Hegarty  wrote:
> >
> >
> >> On 26 May 2016, at 13:46, Doychin Bondzhev  wrote:
> >>
> >> Hi,  I have my signed Oca processed. I hope now we can continue with 
> >> proposed patch?
> >
> > I cannot find you on 
> > http://www.oracle.com/technetwork/community/oca-486395.html#list
> >
> > Please confirm your that you are on this list.
> 
> I have been assured that this has been done, and that you name will appear 
> imminently.
> 
> Please post your patch to the list and I will take a look.
> 
> Thanks,
> -Chris.
> 
> 



RE: Reminder about reported problem in NetworkInterface.c

2016-05-26 Thread Langer, Christoph
Hi Doychin,



I think your issue/fix proposal is good. As I’m currently working on the addif 
function and planning some change there, firstly motivated by AIX, I could work 
your suggestions into my upcoming fix. If it can wait another one or two weeks 
I’d even love to do it. But feel free to rebase your change and go for 
contribution if you can’t wait. Then I’ll have to rebase my stuff eventually…



Best regards

Christoph



From: net-dev [mailto:net-dev-boun...@openjdk.java.net] On Behalf Of Doychin 
Bondzhev
Sent: Donnerstag, 26. Mai 2016 16:04
To: Chris Hegarty ; net-dev@openjdk.java.net
Subject: Re: Reminder about reported problem in NetworkInterface.c



Hi,

Here is a link to the original message I send in 2015 whit deception and link 
to the patch:

http://mail.openjdk.java.net/pipermail/net-dev/2015-January/008829.html

The patch is based on the NetworkInterface.c code at that time.

If it is needed I can update it against current code.

Have a nice day,

Doychin Bondzhev



On Thu, May 26, 2016 at 4:07 PM, Chris Hegarty 
mailto:chris.hega...@oracle.com>> wrote:


   > On 26 May 2016, at 13:57, Chris Hegarty 
mailto:chris.hega...@oracle.com>> wrote:
   >
   >
   >> On 26 May 2016, at 13:46, Doychin Bondzhev 
mailto:doyc...@dsoft-bg.com>> wrote:
   >>
   >> Hi,  I have my signed Oca processed. I hope now we can continue with 
proposed patch?
   >
   > I cannot find you on 
http://www.oracle.com/technetwork/community/oca-486395.html#list
   >
   > Please confirm your that you are on this list.

   I have been assured that this has been done, and that you name will appear 
imminently.

   Please post your patch to the list and I will take a look.

   Thanks,
   -Chris.