Bug 977301
| Summary: | leaked "<rhn-require ..." tag in Satellite's HTML | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
| Component: | WebUI | Assignee: | Jan Dobes <jdobes> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiří Mikulka <jmikulka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | cperry, jdobes, jmikulka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-java-2.0.2-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-01 21:55:25 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 924232 | ||
removed in spacewalk master commit: 80f24c2e97504665a5ee039e8864cceffc297b26 Satellite 5.6 has been released. This bug was tracked under the release. This bug was either VERIFIED or RELEASE_PENDING (re-verified prior shortly before release). Moving to CLOSED CURRENT_RELEASE. Text from Upgrade Erratum follows: 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/RHEA-2013-1395.html |
Description of problem: When I'm channel management -> Packages -> List / Remove, "Compare packages" action is strangely indented. Looking into HTML code of the page shows incorrect HTML markup (maybe leaked JSP tags?). Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. On webUI: Channels -> Manage Software Channels -> <some_channel> -> Packages -> List / Remove 2. Check HTML around "Compare Packages" Actual results: <ul> <li> <a href="/rhn/channels/manage/ChannelPackages.do?cid=103"> List / Remove Packages </a> </li> <li> <a href="/rhn/channels/manage/ChannelPackagesAdd.do?cid=103"> Add Packages </a> </li> <rhn-require acl_mixins="RHN::Access::Channel" acl="not channel_packaging_type(sysv-solaris)"> <li> <a href="/network/software/channels/manage/packages/compare/index.pxt?cid=103"> Compare Packages </a> </li> </rhn-require> </ul> Expected results: No such tags there.