You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Harmeet Bedi (JIRA)" <ji...@apache.org> on 2008/11/23 18:49:44 UTC

[jira] Created: (OFBIZ-2060) import ambiguity in CrossSubdomainSessionValve.java

import ambiguity in CrossSubdomainSessionValve.java
---------------------------------------------------

                 Key: OFBIZ-2060
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2060
             Project: OFBiz
          Issue Type: Bug
            Reporter: Harmeet Bedi


It has 
import org.apache.catalina.*;
import org.apache.catalina.connector.*;

Request and Response can exist in both packages. May be better to make explicit import. Attaching patch


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


[jira] Closed: (OFBIZ-2060) import ambiguity in CrossSubdomainSessionValve.java

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

Scott Gray closed OFBIZ-2060.
-----------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Scott Gray

Thanks Harmeet, committed in rev. 737408

> import ambiguity in CrossSubdomainSessionValve.java
> ---------------------------------------------------
>
>                 Key: OFBIZ-2060
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2060
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Harmeet Bedi
>            Assignee: Scott Gray
>             Fix For: SVN trunk
>
>         Attachments: CrossSubdomainSessionValve.java.patch
>
>
> It has 
> import org.apache.catalina.*;
> import org.apache.catalina.connector.*;
> Request and Response can exist in both packages. May be better to make explicit import. Attaching patch

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


[jira] Updated: (OFBIZ-2060) import ambiguity in CrossSubdomainSessionValve.java

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

Harmeet Bedi updated OFBIZ-2060:
--------------------------------

    Attachment: CrossSubdomainSessionValve.java.patch

Attaching patch to make imports specific. Used eclipse 'Organize Imports' feature and verified selection correctness by looking at base classes.

> import ambiguity in CrossSubdomainSessionValve.java
> ---------------------------------------------------
>
>                 Key: OFBIZ-2060
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2060
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Harmeet Bedi
>         Attachments: CrossSubdomainSessionValve.java.patch
>
>
> It has 
> import org.apache.catalina.*;
> import org.apache.catalina.connector.*;
> Request and Response can exist in both packages. May be better to make explicit import. Attaching patch

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