[jira] Created: (OFBIZ-1993) LoginWorker.makeLoginUrl doesn't include path info URL parameters

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

[jira] Created: (OFBIZ-1993) LoginWorker.makeLoginUrl doesn't include path info URL parameters

Nicolas Malin (Jira)
LoginWorker.makeLoginUrl doesn't include path info URL parameters
-----------------------------------------------------------------

                 Key: OFBIZ-1993
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1993
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Daniel Rosowski


The LoginWorker.makeLoginUrl method is not including path info parameters (e.g. /~name1=value1/~name2=value2/). Instead of using request.getParameterNames I'm now using UtilHttp.getParameterMap, which also includes the path info params.

--
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-1993) LoginWorker.makeLoginUrl doesn't include path info URL parameters

Nicolas Malin (Jira)

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

Daniel Rosowski updated OFBIZ-1993:
-----------------------------------

    Attachment: LoginWorker.patch

A patch to solve the issue.

> LoginWorker.makeLoginUrl doesn't include path info URL parameters
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-1993
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1993
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Daniel Rosowski
>         Attachments: LoginWorker.patch
>
>
> The LoginWorker.makeLoginUrl method is not including path info parameters (e.g. /~name1=value1/~name2=value2/). Instead of using request.getParameterNames I'm now using UtilHttp.getParameterMap, which also includes the path info params.

--
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] Commented: (OFBIZ-1993) LoginWorker.makeLoginUrl doesn't include path info URL parameters

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

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

Adrian Crum commented on OFBIZ-1993:
------------------------------------

What bug does this fix? In other words, what is the expected result and the actual result?


> LoginWorker.makeLoginUrl doesn't include path info URL parameters
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-1993
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1993
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Daniel Rosowski
>         Attachments: LoginWorker.patch
>
>
> The LoginWorker.makeLoginUrl method is not including path info parameters (e.g. /~name1=value1/~name2=value2/). Instead of using request.getParameterNames I'm now using UtilHttp.getParameterMap, which also includes the path info params.

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