Bug 1782169
Summary: | traceback in idview | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Christian Heimes <cheimes> |
Component: | ipa | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 8.0 | CC: | fperalta, kludhwan, ksiddiqu, mvarun, pasik, pkulkarn, rcritten, tscherf |
Target Milestone: | rc | ||
Target Release: | 8.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-28 15:44:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Christian Heimes
2019-12-11 10:26:50 UTC
The issue is caused by an invalid call to escape_filter_chars(). The function is called with bytes but only works with text. The fix is trivial. Fixed upstream master: https://pagure.io/freeipa/c/c30a0c22681ec4a5d6cdf341a69d144f6ab3a0a8 Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/9462e4c4b6e37fd1178f96d6d901db8d115c4cfb Verified SanityOnly https://idm-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/trigger-test-suite/job/master/1684/console Based on the test result, marking the bug VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:1640 |