You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (Jira)" <ji...@apache.org> on 2020/05/10 07:25:00 UTC

[jira] [Created] (OFBIZ-11687) Clicking on column title generates a "405" error

Pierre Smits created OFBIZ-11687:
------------------------------------

             Summary: Clicking  on column title generates a "405" error
                 Key: OFBIZ-11687
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11687
             Project: OFBiz
          Issue Type: Bug
          Components: framework/webtools
    Affects Versions: Trunk
            Reporter: Pierre Smits


When clicking on a column title to sort the result in the results overview generates following error:
{code:java}
405 The requested method GET is not allowed for this URL.
{code}

To reproduce:
# Go to: https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/SystemProperty?systemResourceId_op=equals&lastUpdatedStamp_fld1_op=opLessThan&systemPropertyId_op=equals&systemResourceId_ic=Y&createdTxStamp_fld0_op=greaterThan&description_ic=Y&createdStamp_fld0_op=greaterThan&lastUpdatedTxStamp_fld0_op=greaterThan&searchOptions_collapsed=true&lastUpdatedStamp_fld0_op=greaterThan&systemPropertyValue_ic=Y&noConditionFind=Y&description_op=contains&lastUpdatedTxStamp_fld1_op=opLessThan&_method=GET&createdTxStamp_fld1_op=opLessThan&systemPropertyValue_op=contains&createdStamp_fld1_op=opLessThan&systemPropertyId_ic=Y&VIEW_SIZE_1=200&VIEW_INDEX_1=0
# Click on column title 'System Resource ID' to sort the result
See error shown



--
This message was sent by Atlassian Jira
(v8.3.4#803005)