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

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

Commit 15f6dcac11757686872135d9c579133f72bff190 in ofbiz-framework's branch 
refs/heads/release24.09 from Dmitry Kryukov
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=15f6dcac11 ]

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)

Reply via email to