[
https://issues.apache.org/jira/browse/OFBIZ-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Crum closed OFBIZ-5251.
------------------------------
Resolution: Won't Fix
I'm closing this because the current trunk code works as intended.
When OFBiz constructs a URL, several configuration factors come into play. The boolean "secure" argument represents a client code request for a secure (https) URL. If the request-map entry in controller.xml specifies that the request should be http, then an http URL is created. If https has been disabled in url.properties, then an http URL is created.
> respect https attribute in ofbizUrl
> -----------------------------------
>
> Key: OFBIZ-5251
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5251> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: SVN trunk
> Reporter: greg jocher
> Priority: Trivial
> Labels: PatchAvailable
> Attachments: RequestHandler.java.patch
>
>
> We think, the ofbizUrl transform should return a https link if the controller sets https=true for a request. Currently it returns a http link if the template is requested with http.
--
This message was sent by Atlassian JIRA
(v6.1#6144)