You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Colin Thorne (JIRA)" <ji...@apache.org> on 2010/09/09 16:58:35 UTC

[jira] Updated: (HARMONY-6645) [classlib][auth]Tidy up and tests of javax.secrity.auth.Subject.java

     [ https://issues.apache.org/jira/browse/HARMONY-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colin Thorne updated HARMONY-6645:
----------------------------------

    Attachment: auth-Subject.patch

Patch for trunk\classlib\modules\auth changes.

> [classlib][auth]Tidy up and tests of javax.secrity.auth.Subject.java
> --------------------------------------------------------------------
>
>                 Key: HARMONY-6645
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6645
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 6.0M2, 5.0M14
>         Environment: All
>            Reporter: Colin Thorne
>         Attachments: auth-Subject.patch
>
>
> I have investigated Subject.java to understand the differences in behaviour between the RI and Harmony. There are several differences noted in the test files SubjectTest.java and SecurityTest.java which I have investigated and then mades some changes.
> I will attach a patch with my changes which can be divided into the following parts:
> - Change to Subject.toString(): Changed to match RI so that I could write a  testcase  (there was a FIXME in the code).
> - When invalid Principal objects are put into the Principal set, I have changed the exception from IllegalArgumentException to SecurityException. The message text is unchanged (for example, "Element is not instance of java.security.Principal". My reasoning is that applications would be expecting the SecurityException in this case although it could be argued that an IllegalArgumentException is more suitable for adding to a Set. I have updated the relevant tests.
> - I have added comments to all the tests which show different behaviour on the RI so that it is easy to understand which tests are different and why.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.