[jira] [Commented] (OFBIZ-11346) Provide a FileItem entry in UtilHttp.getMultiPartParameterMap

2020-02-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042511#comment-17042511
 ] 

ASF subversion and git services commented on OFBIZ-11346:
-

Commit 0dd0264d7df9f102c51c720b9e819f2129355788 in ofbiz-framework's branch 
refs/heads/release17.12 from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=0dd0264 ]

Provide a FileItem entry in UtilHttp.getMultiPartParameterMap.
(OFBIZ-11346)


> Provide a FileItem entry in UtilHttp.getMultiPartParameterMap
> -
>
> Key: OFBIZ-11346
> URL: https://issues.apache.org/jira/browse/OFBIZ-11346
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-11346.patch
>
>
> In OFBIZ-5048 I proposed to change the file item entry from ByteBuffer to 
> FileItem for easier access to the file temporarily stored on the server. This 
> broke existing functionality and was reverted by me today.
> I now propose to add a FileItem entry to the multipart map to allow direct 
> acces to the file item and remain compatible with the services using this 
> functionality.
> A patch will follow.
> I also propose to backport this to the 17.12/18.12 branches to provide the 
> functionality which was reverted.



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


[jira] [Commented] (OFBIZ-11346) Provide a FileItem entry in UtilHttp.getMultiPartParameterMap

2020-02-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042510#comment-17042510
 ] 

ASF subversion and git services commented on OFBIZ-11346:
-

Commit f1fba8563755a4c0cf416c6aa64c25b2454f518b in ofbiz-framework's branch 
refs/heads/release18.12 from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f1fba85 ]

Provide a FileItem entry in UtilHttp.getMultiPartParameterMap.
(OFBIZ-11346)

> Provide a FileItem entry in UtilHttp.getMultiPartParameterMap
> -
>
> Key: OFBIZ-11346
> URL: https://issues.apache.org/jira/browse/OFBIZ-11346
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-11346.patch
>
>
> In OFBIZ-5048 I proposed to change the file item entry from ByteBuffer to 
> FileItem for easier access to the file temporarily stored on the server. This 
> broke existing functionality and was reverted by me today.
> I now propose to add a FileItem entry to the multipart map to allow direct 
> acces to the file item and remain compatible with the services using this 
> functionality.
> A patch will follow.
> I also propose to backport this to the 17.12/18.12 branches to provide the 
> functionality which was reverted.



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


[jira] [Commented] (OFBIZ-11346) Provide a FileItem entry in UtilHttp.getMultiPartParameterMap

2020-02-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042508#comment-17042508
 ] 

ASF subversion and git services commented on OFBIZ-11346:
-

Commit 211c1924a577177e642b8e471a39cdb95f161495 in ofbiz-framework's branch 
refs/heads/trunk from Michael Brohl
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=211c192 ]

Provide a FileItem entry in UtilHttp.getMultiPartParameterMap.
(OFBIZ-11346)

> Provide a FileItem entry in UtilHttp.getMultiPartParameterMap
> -
>
> Key: OFBIZ-11346
> URL: https://issues.apache.org/jira/browse/OFBIZ-11346
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-11346.patch
>
>
> In OFBIZ-5048 I proposed to change the file item entry from ByteBuffer to 
> FileItem for easier access to the file temporarily stored on the server. This 
> broke existing functionality and was reverted by me today.
> I now propose to add a FileItem entry to the multipart map to allow direct 
> acces to the file item and remain compatible with the services using this 
> functionality.
> A patch will follow.
> I also propose to backport this to the 17.12/18.12 branches to provide the 
> functionality which was reverted.



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


[jira] [Commented] (OFBIZ-11346) Provide a FileItem entry in UtilHttp.getMultiPartParameterMap

2020-02-12 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17035259#comment-17035259
 ] 

Jacques Le Roux commented on OFBIZ-11346:
-

I see no problems to backport

> Provide a FileItem entry in UtilHttp.getMultiPartParameterMap
> -
>
> Key: OFBIZ-11346
> URL: https://issues.apache.org/jira/browse/OFBIZ-11346
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk, Release Branch 17.12, Release Branch 18.12
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-11346.patch
>
>
> In OFBIZ-5048 I proposed to change the file item entry from ByteBuffer to 
> FileItem for easier access to the file temporarily stored on the server. This 
> broke existing functionality and was reverted by me today.
> I now propose to add a FileItem entry to the multipart map to allow direct 
> acces to the file item and remain compatible with the services using this 
> functionality.
> A patch will follow.
> I also propose to backport this to the 17.12/18.12 branches to provide the 
> functionality which was reverted.



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