You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Nellya Udovichenko (JIRA)" <de...@geronimo.apache.org> on 2006/04/12 14:51:20 UTC

[jira] Created: (GERONIMO-1832) Non-public Sun classes dependencies in tests

Non-public Sun classes dependencies in tests 
---------------------------------------------

         Key: GERONIMO-1832
         URL: http://issues.apache.org/jira/browse/GERONIMO-1832
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: security  
    Versions: 1.0    
    Reporter: Nellya Udovichenko


org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest imports 
com.sun.security.auth.login.ConfigFile class

Test uses hardcoded internal Sun class so it doesn't work on non-Sun's VM.
Attached patch adds the property 'auth.login.config' to file security/project.properties 
to setup needed configuration in test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1832) Non-public Sun classes dependencies in tests

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1832?page=all ]

Donald Woods updated GERONIMO-1832:
-----------------------------------

    Fix Version: 1.1
      Assign To: Matt Hogstrom

Fixed by G2057.  Please close or cancel this one.

> Non-public Sun classes dependencies in tests
> --------------------------------------------
>
>          Key: GERONIMO-1832
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1832
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: security
>     Versions: 1.0
>     Reporter: Nellya Udovichenko
>     Assignee: Matt Hogstrom
>      Fix For: 1.1
>  Attachments: SubjectCarryingProtocolTest.patch
>
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest imports 
> com.sun.security.auth.login.ConfigFile class
> Test uses hardcoded internal Sun class so it doesn't work on non-Sun's VM.
> Attached patch adds the property 'auth.login.config' to file security/project.properties 
> to setup needed configuration in test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1832) Non-public Sun classes dependencies in tests

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1832?page=all ]
     
Matt Hogstrom closed GERONIMO-1832:
-----------------------------------

    Resolution: Fixed

> Non-public Sun classes dependencies in tests
> --------------------------------------------
>
>          Key: GERONIMO-1832
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1832
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: security
>     Versions: 1.0
>     Reporter: Nellya Udovichenko
>     Assignee: Matt Hogstrom
>      Fix For: 1.1
>  Attachments: SubjectCarryingProtocolTest.patch
>
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest imports 
> com.sun.security.auth.login.ConfigFile class
> Test uses hardcoded internal Sun class so it doesn't work on non-Sun's VM.
> Attached patch adds the property 'auth.login.config' to file security/project.properties 
> to setup needed configuration in test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1832) Non-public Sun classes dependencies in tests

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1832?page=comments#action_12413171 ] 

Matt Hogstrom commented on GERONIMO-1832:
-----------------------------------------

I want to come back and look at this one.  I reviewed this patch and its a better solution than the one provided in 2057.  However, these are bandaids to a larger problem which is multiple VMs and how to swap them in and out.  Following the current patches one would have to chase down multiple modules which isn't going to scale.  Either way this one will be closed.

> Non-public Sun classes dependencies in tests
> --------------------------------------------
>
>          Key: GERONIMO-1832
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1832
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: security
>     Versions: 1.0
>     Reporter: Nellya Udovichenko
>     Assignee: Matt Hogstrom
>      Fix For: 1.1
>  Attachments: SubjectCarryingProtocolTest.patch
>
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest imports 
> com.sun.security.auth.login.ConfigFile class
> Test uses hardcoded internal Sun class so it doesn't work on non-Sun's VM.
> Attached patch adds the property 'auth.login.config' to file security/project.properties 
> to setup needed configuration in test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1832) Non-public Sun classes dependencies in tests

Posted by "Nellya Udovichenko (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1832?page=all ]

Nellya Udovichenko updated GERONIMO-1832:
-----------------------------------------

    Attachment: SubjectCarryingProtocolTest.patch

> Non-public Sun classes dependencies in tests
> --------------------------------------------
>
>          Key: GERONIMO-1832
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1832
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: security
>     Versions: 1.0
>     Reporter: Nellya Udovichenko
>  Attachments: SubjectCarryingProtocolTest.patch
>
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest imports 
> com.sun.security.auth.login.ConfigFile class
> Test uses hardcoded internal Sun class so it doesn't work on non-Sun's VM.
> Attached patch adds the property 'auth.login.config' to file security/project.properties 
> to setup needed configuration in test.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira