-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: TRUNK-6188: Add whitelisting for components loaded via Xstream
- Loading branch information
1 parent
09b4f6c
commit 6db57c4
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mogoodrich this change is causing an error on the Reference Application 2.x when viewing a patient. Here is the ticket for that issue: https://openmrs.atlassian.net/browse/RA-2058
cc: @dkayiwa, @ibacher
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wikumChamith looks like this was just a revert of a partial change made here: https://openmrs.atlassian.net/browse/TRUNK-6188
Not sure where we are with the above?
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we add the whitelisting again?
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts on @wikumChamith question @ibacher @rkorytkowski @dkayiwa ? (See my commentary on TRUNK-6188 for more details)
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mogoodrich I was able to reproduce the issue you encountered on OpenMRS Core 2.6.9 . However, it seems this issue has been resolved in OpenMRS Core 2.7
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wikumChamith ah!, Could we just apply this change in Core 2.7.0 then?
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could enable whitelisting to this module after backporting this commit to the 2.6.x.
Here is the PR for the backporting: openmrs/openmrs-core#4839
6db57c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not back port that new feature.