[
https://issues.apache.org/jira/browse/OFBIZ-10599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660731#comment-16660731 ]
Jacques Le Roux commented on OFBIZ-10599:
-----------------------------------------
Thanks Dennis,
This sounds good to me. I'd just replace
{code:java}
if (Debug.verboseOn()) Debug.logVerbose("[RequestHandler.doRequest]: Response is a Cross-Application redirect." + showSessionId(request), module);{code}
by something like
{code:java}
if (Debug.verboseOn()) Debug.logVerbose("[RequestHandler.doRequest]: Response is a URL redirect with redirected parameters." + showSessionId(request), module);{code}
> Create an "url-redirect" response type
> --------------------------------------
>
> Key: OFBIZ-10599
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10599> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Assignee: Dennis Balkir
> Priority: Minor
> Attachments: OFBIZ-10599_RequestHandler_url-redirect.patch
>
>
> As discussed with Dennis in OFBIZ-10569, the idea is to implement an "url-redirect" response type where an external URL can be set with redirected parameters like it's done with request-redirect which is only internal.
> Thinking about it we could maybe enhance request-redirect to do both with a specific syntax for external URLs, but it's only thoughts, did not check code...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)