このコンテンツは選択した言語では利用できません。
5. Known Issues with this release
Following is a list of known issues at the time of release.
- JBPAPP-1809: A warning may occur in the log files for the
tomcatuser, which informs that there are no write permissions on the directory. A workaround currently exists for this issue that involves adding write permission to thetomcatgroup directorytomcat/conf. - JBPAPP-1837: Following RPM installation on Red Hat Enterprise Linux 4, the
/var/log/httpd22directory is not automatically created, forcing thehttpdstartup script to fail. The current workaround is to manually create this directory. - JBPAPP-1838: Once installation of the Enterprise Web Server has been completed via
zip, a bug exists where thehttpd/.postinstallscript does not modify theconf/httpd.conffile to point to the correctServerRootdirectory. A workaround which exists for this involves replacing the reference to the/etc/httpddirectory within thehttpd/.postinstallscript with the/etc/httpd22directory. - JBPAPP-1788: Tomcat 6 on Solaris is stopped by the use of the command
ews/etc/init.d/tomcat6 stopand though the server is successfully terminated, the output displays command usage errors. This is an issue withCATALINA_PIDnot being propagated for Tomcat 6 and will be fixed in a future release.
Security Known Issues
- CVE-2010-2086
- JBoss Enterprise Web Server 1.0.0 ships with Apache MyFaces 1.1.0. Apache MyFaces 1.1.0 does not support encrypted view state. When the application's view state is not encrypted, it is possible for an attacker to supply a new or modified view object as part of a request. This allows remote attackers to conduct cross-site scripting (XSS) attacks or execute arbitrary Expression Language (EL) statements via vectors that involve modifying the serialized view object.JBoss Enterprise Web Server 1.0.1 and later does not ship with Apache MyFaces. Upgrading to JBoss Enterprise Web Server 1.0.1 or later is recommended to mitigate this issue.