Bug 922783
| Summary: | Why is SSI support missing in tomcat5? | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Michal Haško <mhasko> |
| Component: | tomcat5 | Assignee: | David Knox <dknox> |
| Status: | CLOSED WONTFIX | QA Contact: | tomcat-qe |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.9 | CC: | jclere, mhasko, pslavice |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-02 13:22:59 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: | |||
This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug. Thank you for submitting this request for inclusion in Red Hat Enterprise Linux 5. We've carefully evaluated the request, but are unable to include it in RHEL5 stream. If the issue is critical for your business, please provide additional business justification through the appropriate support channels (https://access.redhat.com/site/support). |
This is more of a question than a bug report. I have noticed that SSI support is missing in our tomcat5 packages. According to tomcat documentation [1][2], it should be present. Is there any reason why it is missing? Version-Release number of selected component (if applicable): tomcat5-servlet-2.4-api-5.5.23-0jpp.38.el5_9 tomcat5-common-lib-5.5.23-0jpp.38.el5_9 tomcat5-jsp-2.0-api-5.5.23-0jpp.38.el5_9 tomcat5-server-lib-5.5.23-0jpp.38.el5_9 tomcat5-5.5.23-0jpp.38.el5_9 tomcat5-webapps-5.5.23-0jpp.38.el5_9 tomcat5-jasper-5.5.23-0jpp.38.el5_9 tomcat5-admin-webapps-5.5.23-0jpp.38.el5_9 How reproducible: 100% Steps to Reproduce: rpm -qa | grep ^tomcat5 | xargs rpm -ql | xargs -Ifiles find files -type f -name "*.jar" -exec unzip -q -o -d ~/tmp '{}' \; ; find ~/tmp -type f -name "*SSI*.class" [1] http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html [2] /var/lib/tomcat5/webapps/tomcat-docs/printer/ssi-howto.html (tomcat5-webapps-5.5.23-0jpp.38.el5_9)