You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/06/07 01:08:45 UTC

[jira] Created: (GERONIMO-4109) Relationship between engine and host is wrong direction

Relationship between engine and host is wrong direction
-------------------------------------------------------

                 Key: GERONIMO-4109
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4109
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Tomcat
    Affects Versions: 2.1.x, 2.2
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 2.2


EngineGBean has a collection of hosts which results in the possiblity of a host getting associated with many engines.  However when a host is added to an engine it sets the parent property of the host.  This is used to determine for instance the realm.  This basically causes the wrong default realm when there are more than one engine configured.

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


[jira] Closed: (GERONIMO-4109) Relationship between engine and host is wrong direction

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-4109.
----------------------------------

    Resolution: Fixed

rev 664198
samples/trunk rev 664199

This might cause problems if running tomcat jaas security with a 2nd container.  I don't think there are likely to be any other problems so since I hope no one does this I don't think it needs to be ported to 2.1.

> Relationship between engine and host is wrong direction
> -------------------------------------------------------
>
>                 Key: GERONIMO-4109
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4109
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.1.x, 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> EngineGBean has a collection of hosts which results in the possiblity of a host getting associated with many engines.  However when a host is added to an engine it sets the parent property of the host.  This is used to determine for instance the realm.  This basically causes the wrong default realm when there are more than one engine configured.

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