Reviewer needed: fix for IcedTea bug#881 (IcedTea6 HEAD)

Pavel Tisnovsky ptisnovs at redhat.com
Wed Mar 21 06:59:52 PDT 2012


Andrew Hughes wrote:
> ----- Original Message -----
>> Andrew Hughes wrote:
>>> ----- Original Message -----
>>>> Hi,
>>>>
>>>> I'd like to push following patch to IcedTea6 HEAD.
>>>> This patch fixes the bug #881:
>>>> http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=881
>>>>
>>>> Patch contains only minimal (but still functional) changes needed
>>>> to be made in Apache XML Security libraries. I've excluded other
>>>> changes which is IMHO important, but not directly related to #881.
>>>>
>>>> (FYI: there's no API changes)
>>>>
>>>> ChangeLog entry:
>>>>
>>>> 2012-03-21  Pavel Tisnovsky  <ptisnovs at redhat.com>
>>>>
>>>>         PR881: Sign tests (wsse.policy.basic) failures with
>>>>         OpenJDK6
>>>>         * Makefile.am: Updated
>>>>         * patches/idresolver_fix.patch: added patch for a class
>>>>         IdResolver.
>>>>
>>>> Could anybody please review this change?
>>>>
>>>> Thank you in advance,
>>>> Pavel
>>>>
>>>>
>>>> [Text File:hg.diff]
>>>>
>>> What is this patch changing?  It's hard to tell as there are so
>>> many whitespace
>>> changes.
>> The most important thing is that there are added two new namespaces
>> (in a static String array transformed into a List).
>>
>> And the logic for searching of element types are: 1) slightly faster
>> 2) has added new branches for elementIndex==4 and
>> elementIndex==5
>>
> 
> And what do these changes fix?

The bug #881 :-)
Old code returned null for some element types which caused an exception.
To see the issue I had to setup EAP, ran its test suite and debug..debug..debug :-)



More information about the distro-pkg-dev mailing list