[
https://issues.apache.org/jira/browse/OFBIZ-13320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041488#comment-18041488
]
ASF subversion and git services commented on OFBIZ-13320:
---------------------------------------------------------
Commit 034ed247a663c5bac527041352c756e9f26f7e40 in ofbiz-framework's branch
refs/heads/trunk from Dmitry Kryukov
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=034ed247a6 ]
Fixed: String comparison (OFBIZ-13320) #926
In several locations strings are compared with == and !=
Should be compared with equals, unless they are interned. But even for
interned strings equals() is safe
Thanks: Dmitriy Kryukov
---------
Signed-off-by: Dmitry Kryukov <[email protected]>
> In several locations strings are compared with == and !=
> --------------------------------------------------------
>
> Key: OFBIZ-13320
> URL: https://issues.apache.org/jira/browse/OFBIZ-13320
> Project: OFBiz
> Issue Type: Bug
> Components: accounting, framework/catalina, framework/webapp,
> framework/widget
> Affects Versions: 24.09.05
> Reporter: Dmitriy Kryukov
> Assignee: Jacques Le Roux
> Priority: Major
> Fix For: 24.09.05
>
>
> Should be compared with equals, unless they are interned. But even for
> interned strings equals() is safe
> Will provide a PR
--
This message was sent by Atlassian Jira
(v8.20.10#820010)