Jon Bartels
Jon Bartels
What should the map precedence be if this map is accessed with `$('foo')` notation? Should it be in that precedence with other maps or will it be isolated?
The OCSP behaviors shown here are a symptom of the threading issue in #4866. MCAL should be checking OCSP lists to prevent plugins signed with revoked certs from being trusted....
https://github.com/nextgenhealthcare/connect/issues/5287 should resolve this issue once it is implemented.
Related issues and discussions: https://github.com/nextgenhealthcare/connect/issues/5284 https://github.com/nextgenhealthcare/connect/issues/4072 (originally MIRTH-4195) https://github.com/nextgenhealthcare/connect/issues/4206
@ppazos and @rogin - NextGen has said they are handling gitHub issues based on the number of "thumbs up" votes on the issue. Make sure you upvote it to move...
#4938 has more details and closely relates to this issue
It looks like the 3.10.0 release addressed some but not all of this issue https://github.com/nextgenhealthcare/connect/wiki/3.10.0---What's-New
> I'm not sure if this behavior has happened with the other commercial extensions like those from Zen or if there's something odd about the OCSP/CRL infrastructure for my code...
OK so I got done with something early and was able to play with this issue. I think OCSP checks in #4807 are a symptom of the multithreading. Environment: MCAL...
As to the original issue report - Does MCAL use a thread execution pool or something similar such that the maximum number of threads can be limited? Simply limiting the...