[jira] Created: (OFBIZ-2179) Fixed the bug when response type is 'request-redirect' and query string is available.

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

[jira] Created: (OFBIZ-2179) Fixed the bug when response type is 'request-redirect' and query string is available.

Nicolas Malin (Jira)
Fixed the bug when response type is 'request-redirect' and query string is available.
-------------------------------------------------------------------------------------

                 Key: OFBIZ-2179
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2179
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Arun Patidar
            Priority: Minor


There is a problem in appending '?' after request when response type is 'request-redirect'  and query string is available.
so I appended  '?' in RequestHandler.java during creation of request url.

--
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-2179) Fixed the bug when response type is 'request-redirect' and query string is available.

Nicolas Malin (Jira)

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

Arun Patidar updated OFBIZ-2179:
--------------------------------

    Attachment: requesthandler.patch

Here is the patch for the problem.

> Fixed the bug when response type is 'request-redirect' and query string is available.
> -------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Arun Patidar
>            Priority: Minor
>         Attachments: requesthandler.patch
>
>
> There is a problem in appending '?' after request when response type is 'request-redirect'  and query string is available.
> so I appended  '?' in RequestHandler.java during creation of request url.

--
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-2179) Fixed the bug when response type is 'request-redirect' and query string is available.

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

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

Jacques Le Roux closed OFBIZ-2179.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Arun,

Your patch is in trunk at revision: 742983  

Not sure it's the best fix as maybe it fixes only the effect and not the cause, but at least for now it works!

> Fixed the bug when response type is 'request-redirect' and query string is available.
> -------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Arun Patidar
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: requesthandler.patch
>
>
> There is a problem in appending '?' after request when response type is 'request-redirect'  and query string is available.
> so I appended  '?' in RequestHandler.java during creation of request url.

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