You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2008/05/20 19:27:55 UTC

[jira] Resolved: (CHAIN-42) Various scope mappers use incorrect equalization

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

Niall Pemberton resolved CHAIN-42.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2
         Assignee: Niall Pemberton

Fixed, thanks for the patch

http://svn.apache.org/viewvc?view=rev&revision=658355

> Various scope mappers use incorrect equalization
> ------------------------------------------------
>
>                 Key: CHAIN-42
>                 URL: https://issues.apache.org/jira/browse/CHAIN-42
>             Project: Commons Chain
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: All
>            Reporter: Isaac Shabtay
>            Assignee: Niall Pemberton
>             Fix For: 1.2
>
>         Attachments: patch-equals.txt
>
>
> The following classes:
> org.apache.commons.chain.web.portlet.PortletApplicationScopeMap
> org.apache.commons.chain.web.portlet.PortletRequestScopeMap
> org.apache.commons.chain.web.portlet.PortletSessionScopeMap
> org.apache.commons.chain.web.servlet.ServletApplicationScopeMap
> org.apache.commons.chain.web.servlet.ServletRequestScopeMap
> org.apache.commons.chain.web.servlet.ServletSessionScopeMap
> use the "==" for comparison in their containsValue(Object) methods. This is in contrary to java.util.Map's specification which mandates that the containsValue(v1) method returns true if and only if there exists a value 'v' in the map such that v1.equals(v).

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