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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.