[
https://issues.apache.org/jira/browse/OLINGO-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bolz resolved OLINGO-1063.
----------------------------------
Resolution: Fixed
Fixed with [this
commit|https://git1-us-west.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=e403c5595e37c3434496b56dea9d709d2b51a97a]
> Thread safetiness in
> org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
> -----------------------------------------------------------------------------------------
>
> Key: OLINGO-1063
> URL: https://issues.apache.org/jira/browse/OLINGO-1063
> Project: Olingo
> Issue Type: Bug
> Components: odata2-core
> Affects Versions: V2 2.0.7
> Reporter: Stefan Bodenstein
> Assignee: Michael Bolz
> Fix For: V2 2.0.8
>
> Attachments: 161220_Olingo-1063.diff
>
>
> The method getPropertyNames in EdmStructuralTypeImplProv is not thread safe.
> It potentially returns a non initialized list, which is modified while
> iterating over it. This is not only theoretically, but already appeared in
> our application.
> Please make the method synchronized or synchronize the initialization of the
> list unsing double checked locking.
> Best Regards
> Stefan
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)