Re: svn commit: r1291760 - in /tomcat/native/branches/1.1.x: native/src/address.c xdocs/miscellaneous/changelog.xml

2012-02-21 Thread Konstantin Kolinko
2012/2/21 Mladen Turk : > On 02/21/2012 03:06 PM, Konstantin Kolinko wrote: >> >> 2012/2/21: >> >>> @@ -58,6 +70,13 @@ TCN_IMPLEMENT_CALL(jlong, Address, info) >>>             sl = sa; >>>         } >>>     } >>> +    if (sp) { >>> +        /* Set the provided scope id >>> +         * APR lack the

Re: svn commit: r1291760 - in /tomcat/native/branches/1.1.x: native/src/address.c xdocs/miscellaneous/changelog.xml

2012-02-21 Thread Mladen Turk
On 02/21/2012 03:06 PM, Konstantin Kolinko wrote: 2012/2/21: I wonder when this change will be ported to native/trunk. (Just wondering. No real interest though). We currently have only 1.x release which is from this branch. Trunk will be 2.x and will require apr-2.x I plan to add support for

Re: svn commit: r1291760 - in /tomcat/native/branches/1.1.x: native/src/address.c xdocs/miscellaneous/changelog.xml

2012-02-21 Thread Mladen Turk
On 02/21/2012 03:06 PM, Konstantin Kolinko wrote: 2012/2/21: @@ -58,6 +70,13 @@ TCN_IMPLEMENT_CALL(jlong, Address, info) sl = sa; } } +if (sp) { +/* Set the provided scope id + * APR lack the api for setting this directly so lets presume + *

Re: svn commit: r1291760 - in /tomcat/native/branches/1.1.x: native/src/address.c xdocs/miscellaneous/changelog.xml

2012-02-21 Thread Konstantin Kolinko
2012/2/21 : > Author: mturk > Date: Tue Feb 21 13:15:42 2012 > New Revision: 1291760 > > URL: http://svn.apache.org/viewvc?rev=1291760&view=rev > Log: > Fix BZ52717 by allowing to have %scope_id as address suffix for local-link > IPv6 addresses > > Modified: >    tomcat/native/branches/1.1.x/nati

svn commit: r1291760 - in /tomcat/native/branches/1.1.x: native/src/address.c xdocs/miscellaneous/changelog.xml

2012-02-21 Thread mturk
Author: mturk Date: Tue Feb 21 13:15:42 2012 New Revision: 1291760 URL: http://svn.apache.org/viewvc?rev=1291760&view=rev Log: Fix BZ52717 by allowing to have %scope_id as address suffix for local-link IPv6 addresses Modified: tomcat/native/branches/1.1.x/native/src/address.c tomcat/nati