[
https://issues.apache.org/jira/browse/OFBIZ-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097920#comment-17097920 ]
ASF subversion and git services commented on OFBIZ-11633:
---------------------------------------------------------
Commit c7a81dbc6b9d0fa0d7e4deb458cedacbe5486cdb in ofbiz-framework's branch refs/heads/release18.12 from Jacques Le Roux
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=c7a81db ]
Improved: Improve ObjectInputStream class
(OFBIZ-10837)
While working on OFBIZ-11633 I crossed an issue in R18 (not in trunk) where
objects from org.apache.commons.fileupload (namely DiskFileItem and
FileItemHeadersImpl) are not serializable.
While at it I decided to handle at the SafeObjectInputStream level
the "fileItems" case I already crossed with, OFBIZ-11534, in RequestHandler
It has an inconvenient in R18 (not in trunk) where ObjectInputStream can't
handle a null class (of course) and so return a benign exception in log (only).
I believe it's better to handle these specific cases at the lower possible
level in all supported branches.
> PartyProfileContent.js does not work
> ------------------------------------
>
> Key: OFBIZ-11633
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11633> Project: OFBiz
> Issue Type: Bug
> Components: party
> Affects Versions: Trunk
> Environment: I change from improvement to bug because this feature was broken by other commits
> Reporter: Jacques Le Roux
> Priority: Minor
>
> When you upload a content from the party profile page you don't see a progress bar. The PartyProfileContent.js is loaded but for some reason is unused or wrong
--
This message was sent by Atlassian Jira
(v8.3.4#803005)