You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pranay Pandey (JIRA)" <ji...@apache.org> on 2009/02/09 09:35:02 UTC

[jira] Created: (OFBIZ-2174) Request with missing security attributes not getting executed

Request with missing security attributes not getting executed
-------------------------------------------------------------

                 Key: OFBIZ-2174
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2174
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: SVN trunk
            Reporter: Pranay Pandey
             Fix For: SVN trunk


Checked on http://demo.hotwaxmedia.com/
Steps to reproduce in  OFBiz latest rev. 742279 in ecommerce application:
1. Add products in the cart
2. Go to one page checkout.
3. in Step 2: Shipping when we select country, state dropdown doesn't show the states of selected country.
4. On console we get following:

Request getAssociatedStateList doesn't work because of missing security attributes in controller.xml file.

---- exception report ----------------------------------------------------------
Error in request handler: 
Exception: org.ofbiz.webapp.control.RequestHandlerException
Message: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
---- stack trace ---------------------------------------------------------------
org.ofbiz.webapp.control.RequestHandlerException: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:161)


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


[jira] Assigned: (OFBIZ-2174) Request with missing security attributes not getting executed

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

Ashish Vijaywargiya reassigned OFBIZ-2174:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Request with missing security attributes not getting executed
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2174
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2174
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2174.patch
>
>
> Checked on http://demo.hotwaxmedia.com/
> Steps to reproduce in  OFBiz latest rev. 742279 in ecommerce application:
> 1. Add products in the cart
> 2. Go to one page checkout.
> 3. in Step 2: Shipping when we select country, state dropdown doesn't show the states of selected country.
> 4. On console we get following:
> Request getAssociatedStateList doesn't work because of missing security attributes in controller.xml file.
> ---- exception report ----------------------------------------------------------
> Error in request handler: 
> Exception: org.ofbiz.webapp.control.RequestHandlerException
> Message: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:161)

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


[jira] Updated: (OFBIZ-2174) Request with missing security attributes not getting executed

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

Pranay Pandey updated OFBIZ-2174:
---------------------------------

    Attachment: OFBIZ-2174.patch

Here is the patch for the resolution of this issue.

> Request with missing security attributes not getting executed
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2174
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2174
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2174.patch
>
>
> Checked on http://demo.hotwaxmedia.com/
> Steps to reproduce in  OFBiz latest rev. 742279 in ecommerce application:
> 1. Add products in the cart
> 2. Go to one page checkout.
> 3. in Step 2: Shipping when we select country, state dropdown doesn't show the states of selected country.
> 4. On console we get following:
> Request getAssociatedStateList doesn't work because of missing security attributes in controller.xml file.
> ---- exception report ----------------------------------------------------------
> Error in request handler: 
> Exception: org.ofbiz.webapp.control.RequestHandlerException
> Message: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:161)

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


[jira] Closed: (OFBIZ-2174) Request with missing security attributes not getting executed

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

Ashish Vijaywargiya closed OFBIZ-2174.
--------------------------------------

    Resolution: Fixed

Thanks Pranay for your contribution.

Your patch is in trunk rev 742335.

--
Ashish

> Request with missing security attributes not getting executed
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2174
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2174
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2174.patch
>
>
> Checked on http://demo.hotwaxmedia.com/
> Steps to reproduce in  OFBiz latest rev. 742279 in ecommerce application:
> 1. Add products in the cart
> 2. Go to one page checkout.
> 3. in Step 2: Shipping when we select country, state dropdown doesn't show the states of selected country.
> 4. On console we get following:
> Request getAssociatedStateList doesn't work because of missing security attributes in controller.xml file.
> ---- exception report ----------------------------------------------------------
> Error in request handler: 
> Exception: org.ofbiz.webapp.control.RequestHandlerException
> Message: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request [getAssociatedStateList]; this request does not exist or cannot be called directly.
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:161)

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