Bug 841488
Summary: | qpid-stat does not support multi-byte characters (UTF-8) | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Leonid Zhaldybin <lzhaldyb> |
Component: | qpid-tools | Assignee: | Ted Ross <tross> |
Status: | CLOSED ERRATA | QA Contact: | Leonid Zhaldybin <lzhaldyb> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.2 | CC: | esammons, iboverma, tross |
Target Milestone: | 2.2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qpid-tools-0.14-5 | Doc Type: | Bug Fix |
Doc Text: |
cause: qpid-stat, and other CLI tools, were unable to display multi-byte characters in strings.
consequence: Invoking qpid-stat on a broker that contained queues or exchanges whose names had multi-byte characters in them would fail. An exception would be thrown and the display of the list of queues or exchange would be stopped.
fix: Multi-byte character handling was restored to the display library used by qpid-stat and its peers.
result: qpid-stat and its peer utilities can now properly display strings that contain multi-byte characters.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-09-19 17:21:48 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
Leonid Zhaldybin
2012-07-19 07:11:24 UTC
Fix committed on trunk at revision 1363795. Tested on the latest available MRG/M 2.2 build on RHEL58 and RHEL6.3 (both i386 and x86_64). The qpid-stat tool is now capable of dealing with multi-byte characters. Packages used for testing: RHEL5.8: python-qpid-0.14-10.el5 python-qpid-qmf-0.14-13.el5 qpid-cpp-client-0.14-20.el5 qpid-cpp-client-devel-0.14-20.el5 qpid-cpp-client-devel-docs-0.14-20.el5 qpid-cpp-client-ssl-0.14-20.el5 qpid-cpp-server-0.14-20.el5 qpid-cpp-server-cluster-0.14-20.el5 qpid-cpp-server-devel-0.14-20.el5 qpid-cpp-server-ssl-0.14-20.el5 qpid-cpp-server-store-0.14-20.el5 qpid-cpp-server-xml-0.14-20.el5 qpid-java-client-0.14-3.el5 qpid-java-common-0.14-3.el5 qpid-java-example-0.14-3.el5 qpid-qmf-0.14-13.el5 qpid-qmf-devel-0.14-13.el5 qpid-tools-0.14-5.el5 RHEL6.3: python-qpid-0.14-10.el6_3.noarch python-qpid-qmf-0.14-13.el6_3.i686 qpid-cpp-client-0.14-20.el6_3.i686 qpid-cpp-client-devel-0.14-20.el6_3.i686 qpid-cpp-client-devel-docs-0.14-20.el6_3.noarch qpid-cpp-client-rdma-0.14-20.el6_3.i686 qpid-cpp-client-ssl-0.14-20.el6_3.i686 qpid-cpp-server-0.14-20.el6_3.i686 qpid-cpp-server-cluster-0.14-20.el6_3.i686 qpid-cpp-server-devel-0.14-20.el6_3.i686 qpid-cpp-server-rdma-0.14-20.el6_3.i686 qpid-cpp-server-ssl-0.14-20.el6_3.i686 qpid-cpp-server-store-0.14-20.el6_3.i686 qpid-cpp-server-xml-0.14-20.el6_3.i686 qpid-qmf-0.14-13.el6_3.i686 qpid-tools-0.14-5.el6_3.noarch -> VERIFIED Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: cause: qpid-stat, and other CLI tools, were unable to display multi-byte characters in strings. consequence: Invoking qpid-stat on a broker that contained queues or exchanges whose names had multi-byte characters in them would fail. An exception would be thrown and the display of the list of queues or exchange would be stopped. fix: Multi-byte character handling was restored to the display library used by qpid-stat and its peers. result: qpid-stat and its peer utilities can now properly display strings that contain multi-byte characters. 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. http://rhn.redhat.com/errata/RHSA-2012-1277.html |