[jira] [Created] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

[jira] [Created] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

Nicolas Malin (Jira)
Raghavendra Prakash created OFBIZ-4937:
------------------------------------------

             Summary: In version 10.04 - After clicking on lookup, display login page again
                 Key: OFBIZ-4937
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release 10.04
         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
            Reporter: Raghavendra Prakash




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

Nicolas Malin (Jira)

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

Raghavendra Prakash updated OFBIZ-4937:
---------------------------------------

    Description:
Flow:
1. Login to application product
2. Select product lookup
3. Select party application

OFBiz displays login page again.
Cause: externalKey becomes stale.

I have fixed the issue with a small work around. Dont know how to update the code base for public use.
   

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: patch
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

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

Raghavendra Prakash updated OFBIZ-4937:
---------------------------------------

    Attachment: LoginWorker.java

Either replace LoginWorker.java with the above file at D:\RP_HOME\Projects\LSRL\Code\LSRPL_Catalog_Solution\trunk\CatalogShop\framework\webapp\src\org\ofbiz\webapp\control
or
Configure your custom Login Worker on the similar lines for common login controller.
               

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: file, java
>             Fix For: Release Branch 10.04
>
>         Attachments: LoginWorker.java
>
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

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

Raghavendra Prakash updated OFBIZ-4937:
---------------------------------------

    Comment: was deleted

(was: Either replace LoginWorker.java with the above file at D:\RP_HOME\Projects\LSRL\Code\LSRPL_Catalog_Solution\trunk\CatalogShop\framework\webapp\src\org\ofbiz\webapp\control
or
Configure your custom Login Worker on the similar lines for common login controller.)
   

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: file, java
>             Fix For: Release Branch 10.04
>
>         Attachments: LoginWorker.java
>
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

    [ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294985#comment-13294985 ]

Raghavendra Prakash commented on OFBIZ-4937:
--------------------------------------------

Where to replace?
framework
   webapp
       src
         org
            ofbiz
               webapp
                    control

or
Create <CustomLoginWorker> overriding the LoginWorker.java (attached above) behavior and configure custom login worker as common login controller.

               

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: file, java
>             Fix For: Release Branch 10.04
>
>         Attachments: LoginWorker.java
>
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

    [ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294985#comment-13294985 ]

Raghavendra Prakash edited comment on OFBIZ-4937 at 6/14/12 12:15 PM:
----------------------------------------------------------------------

Where to replace?
framework/webapp/src/org/ofbiz/webapp/control
or
Create <CustomLoginWorker> overriding the LoginWorker.java (attached above) behavior and configure custom login worker as common login controller.

               
      was (Author: raghavendra.prakash):
    Where to replace?
framework
   webapp
       src
         org
            ofbiz
               webapp
                    control

or
Create <CustomLoginWorker> overriding the LoginWorker.java (attached above) behavior and configure custom login worker as common login controller.

                 

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: file, java
>             Fix For: Release Branch 10.04
>
>         Attachments: LoginWorker.java
>
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

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

    [ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295009#comment-13295009 ]

Raghavendra Prakash commented on OFBIZ-4937:
--------------------------------------------

Guyz, bear with me. Let me provide the flow step by step for clear understanding. Above description is bit vague. To .experience the issues before fix, do the following
Step 1: Login - https://localhost:8443/catalog/control/main; Login with credentials
Step 2: Now, select Category lookup; Lookup popup appears; Just get rid of the popup
Step 3: Next, select 'Party' menu item from application tab; You will see the login page again.
Visual theme I used: Flat grey
               

> In version 10.04 - After clicking on lookup, display login page again
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4937
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4937
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Windows 7 Enterprise, OFBiz 10.04 on tomcat 6.x
>            Reporter: Raghavendra Prakash
>              Labels: file, java
>             Fix For: Release Branch 10.04
>
>         Attachments: LoginWorker.java
>
>
> Flow:
> 1. Login to application product
> 2. Select product lookup
> 3. Select party application
> OFBiz displays login page again.
> Cause: externalKey becomes stale.
> I have fixed the issue with a small work around. Dont know how to update the code base for public use.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira