-
Bug
-
Resolution: Invalid
-
Major
-
4.1.0
-
None
-
None
-
4.2 M8
In
org.ametys.plugins.odfweb.program.FrontODFSearch
_matchingSubProgramIds is a field attached to the class not to the request.
So if two different requests are made concurrently, the second one can set this field in line 171, and the first one can then read it in line 244, but it is not the list corresponding to its associated search.
[ODF-1910] [Front search] Potential bug with highlighting/displaying matching subprograms
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Invalid [ 6 ] | |
Status | Original: Patch available [ 10005 ] | New: Resolved [ 5 ] |
Assignee | New: Bérénice Maurel [ bmaurel ] |
Sprint | New: 4.2 M8 [ 25 ] |
Status | Original: In Progress [ 3 ] | New: Patch available [ 10005 ] |
Assignee | Original: Simon Prieul [ sprieul ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Simon Prieul [ sprieul ] |
Generators are poolable, that's not single-instance components.