Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: tomcat11-docs-webapp | Distribution: openSUSE Tumbleweed |
Version: 11.0.8 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Jun 24 12:09:09 2025 |
Group: Productivity/Networking/Web/Servers | Build host: reproducible |
Size: 4074925 | Source RPM: tomcat11-11.0.8-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://tomcat.apache.org | |
Summary: The "docs" web application for Apache Tomcat |
The documentation of web application for Apache Tomcat.
Apache-2.0
* Tue Jun 24 2025 Michele Bussolotto <michele.bussolotto@suse.com> - Update to Tomcat 11.0.8 * Fixed CVEs: + CVE-2025-46701: refactor CGI servlet to access resources via WebResources (bsc#1243815) + CVE-2025-48988: limits the total number of parts in a multi-part request and limits the size of the headers provided with each part (bsc#1244656) + CVE-2025-49125: Expand checks for webAppMount (bsc#1244649) * Catalina + Add: Support for the java:module namespace which mirrors the java:comp namespace. + Fix: 69690: Calling HttpServletRequest.getParameter() and related methods for a request with content type multipart/form-data when the mapped servlet does not have a @MultipartConfig or equivalent should not trigger an exception. Note that calling getPart() or getParts() is these circumstances will trigger an exception. + Add: Support parsing of multiple path parameters separated by ; in a single URL segment. Based on pull request #860 by Chenjp. + Fix: 69699: Encode redirect URL used by the rewrite valve with the session id if appropriate, and handle cross context with different session configuration when using rewrite. + Add: #863: Support for comments at the end of lines in text rewrite map files to align behaviour with Apache httpd. Pull request provided by Chenjp. + Fix: 69706: Saved request serialization issue in FORM introduced when allowing infinite session timeouts. + Fix: Expand the path checks for Pre-Resources and Post-Resources mounted at a path within the web application. + Fix: Process possible path parameters rewrite production in the rewrite valve. + Fix: 69588: Enable allowLinking to be set on PreResources, JarResources and PostResources. If not set explicitly, the setting will be inherited from the Resources. + Add: 69633: Support for Filters using context root mappings. + Fix: 69643: Optimize directory listing for large amount of files. Patch submitted by Loic de l'Eprevier. + Fix: #843: Off by one validation logic for partial PUT ranges and associated test case. Submitted by Chenjp. + Refactor: GCI servlet to access resources via the WebResource API. + Fix: 69662: Report name in exception message when a naming lookup failure occurs. Based on code submitted by Donald Smith. + Fix: Ensure that the FORM authentication attribute authenticationSessionTimeout works correctly when sessions have an infinite timeout when authentication starts. + Add: Provide a content type based on file extension when web application resources are accessed via a URL. * Coyote + Refactor: #861: TaskQueue to use the new interface RetryableQueue which enables better integration of custom Executors which provide their own BlockingQueue implementation. Pull request provided by Paulo Almeida. + Add: Finer grained control of multi-part request processing via two new attributes on the Connector element. maxPartCount limits the total number of parts in a multi-part request and maxPartHeaderSize limits the size of the headers provided with each part. Add support for these new attributes to the ParameterLimitValve. * Jasper + Fix: 69696: Mark the JSP wrapper for reload after a failed compilation. + Fix: 69635: Add support to jakarta.el.ImportHandler for resolving inner classes. + Add: #842: Support for optimized execution of c:set and c:remove tags, when activated via JSP servlet param useNonstandardTagOptimizations. + Fix: An edge case compilation bug for JSP and tag files on case insensitive file systems that was exposed by the test case for 69635. * Web applications + Fix: 69694: Improve error reporting of deployment tasks done using the manager webapp when a copy operation fails. + Add: 68876: Documentation. Update the UML diagrams for server start-up, request processing and authentication using PlantUML and include the source files for each diagram. * Other + Add: Thread name to webappClassLoader.stackTraceRequestThread message. Patch provided by Felix Zhang. + Update: Tomcat Native to 2.0.9. + Update: The internal fork of Apache Commons FileUpload to 1.6.0-RC1 (2025-06-05). + Update: EasyMock to 5.6.0. + Update: Checkstyle to 10.25.0. + Fix: Use the full path when the installer for Windows sets calls icacls.exe to set file permissions. + Update: Improvements to Japanese translations provided by tak7iji. + Update: Jacoco to 0.8.13. + Code: Explicitly set the locale to be used for Javadoc. For official releases, this locale will be English (US) to support reproducible builds. + Update: Byte Buddy to 1.17.5. + Update: Checkstyle to 10.23.1. + Update: File extension to media type mappings to align with the current list used by the Apache Web Server (httpd). + Update: Improvements to French translations. + Update: Improvements to Japanese translations provided by tak7iji. * Tue Jun 10 2025 Michele Bussolotto <michele.bussolotto@suse.com> - Hardening permissions (bsc#1242722) * Fri May 09 2025 Fridrich Strba <fstrba@suse.com> - Do not require standalone versions of apis that tomcat itself carries - Do not version dependencies * Fri May 02 2025 Fridrich Strba <fstrba@suse.com> - Make conflicts and provides more generic * Mon Apr 28 2025 Ricardo Mestre <ricardo.mestre@suse.com> - Initial packaging of tomcat11 11.0.6
/usr/share/tomcat/tomcat-webapps/docs /usr/share/tomcat/tomcat-webapps/docs/BUILDING.txt /usr/share/tomcat/tomcat-webapps/docs/META-INF /usr/share/tomcat/tomcat-webapps/docs/META-INF/context.xml /usr/share/tomcat/tomcat-webapps/docs/RELEASE-NOTES.txt /usr/share/tomcat/tomcat-webapps/docs/RUNNING.txt /usr/share/tomcat/tomcat-webapps/docs/WEB-INF /usr/share/tomcat/tomcat-webapps/docs/WEB-INF/jsp /usr/share/tomcat/tomcat-webapps/docs/WEB-INF/jsp/403.jsp /usr/share/tomcat/tomcat-webapps/docs/WEB-INF/web.xml /usr/share/tomcat/tomcat-webapps/docs/aio.html /usr/share/tomcat/tomcat-webapps/docs/annotationapi /usr/share/tomcat/tomcat-webapps/docs/annotationapi/index.html /usr/share/tomcat/tomcat-webapps/docs/api /usr/share/tomcat/tomcat-webapps/docs/api/index.html /usr/share/tomcat/tomcat-webapps/docs/appdev /usr/share/tomcat/tomcat-webapps/docs/appdev/build.xml.txt /usr/share/tomcat/tomcat-webapps/docs/appdev/deployment.html /usr/share/tomcat/tomcat-webapps/docs/appdev/index.html /usr/share/tomcat/tomcat-webapps/docs/appdev/installation.html /usr/share/tomcat/tomcat-webapps/docs/appdev/introduction.html /usr/share/tomcat/tomcat-webapps/docs/appdev/processes.html /usr/share/tomcat/tomcat-webapps/docs/appdev/sample /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/build.xml /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/docs /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/docs/README.txt /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/index.html /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/src /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/src/mypackage /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/src/mypackage/Hello.java /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/WEB-INF /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/WEB-INF/web.xml /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/hello.jsp /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/images /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/images/tomcat.gif /usr/share/tomcat/tomcat-webapps/docs/appdev/sample/web/index.html /usr/share/tomcat/tomcat-webapps/docs/appdev/source.html /usr/share/tomcat/tomcat-webapps/docs/appdev/web.xml.txt /usr/share/tomcat/tomcat-webapps/docs/apr.html /usr/share/tomcat/tomcat-webapps/docs/architecture /usr/share/tomcat/tomcat-webapps/docs/architecture/index.html /usr/share/tomcat/tomcat-webapps/docs/architecture/overview.html /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess.html /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/11_nio.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/11_nio.png /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/21_http11.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/21_http11.png /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/31_synchronous.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/31_synchronous.png /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/41_basic.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/requestProcess/41_basic.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup /usr/share/tomcat/tomcat-webapps/docs/architecture/startup.html /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/1_overview.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/1_overview.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/2_catalina_init.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/2_catalina_init.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/3_catalina_start_1.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/3_catalina_start_1.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/4_catalina_start_2.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/4_catalina_start_2.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/5_catalina_start_3.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/5_catalina_start_3.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/6_catalina_host_config.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/6_catalina_host_config.png /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/7_catalina_context_config.plantuml /usr/share/tomcat/tomcat-webapps/docs/architecture/startup/7_catalina_context_config.png /usr/share/tomcat/tomcat-webapps/docs/balancer-howto.html /usr/share/tomcat/tomcat-webapps/docs/building.html /usr/share/tomcat/tomcat-webapps/docs/cdi.html /usr/share/tomcat/tomcat-webapps/docs/cgi-howto.html /usr/share/tomcat/tomcat-webapps/docs/changelog.html /usr/share/tomcat/tomcat-webapps/docs/class-loader-howto.html /usr/share/tomcat/tomcat-webapps/docs/cluster-howto.html /usr/share/tomcat/tomcat-webapps/docs/comments.html /usr/share/tomcat/tomcat-webapps/docs/config /usr/share/tomcat/tomcat-webapps/docs/config/ajp.html /usr/share/tomcat/tomcat-webapps/docs/config/automatic-deployment.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-channel.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-deployer.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-interceptor.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-listener.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-manager.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-membership.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-receiver.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-sender.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster-valve.html /usr/share/tomcat/tomcat-webapps/docs/config/cluster.html /usr/share/tomcat/tomcat-webapps/docs/config/context.html /usr/share/tomcat/tomcat-webapps/docs/config/cookie-processor.html /usr/share/tomcat/tomcat-webapps/docs/config/credentialhandler.html /usr/share/tomcat/tomcat-webapps/docs/config/engine.html /usr/share/tomcat/tomcat-webapps/docs/config/executor.html /usr/share/tomcat/tomcat-webapps/docs/config/filter.html /usr/share/tomcat/tomcat-webapps/docs/config/globalresources.html /usr/share/tomcat/tomcat-webapps/docs/config/host.html /usr/share/tomcat/tomcat-webapps/docs/config/http.html /usr/share/tomcat/tomcat-webapps/docs/config/http2.html /usr/share/tomcat/tomcat-webapps/docs/config/index.html /usr/share/tomcat/tomcat-webapps/docs/config/jar-scan-filter.html /usr/share/tomcat/tomcat-webapps/docs/config/jar-scanner.html /usr/share/tomcat/tomcat-webapps/docs/config/jaspic.html /usr/share/tomcat/tomcat-webapps/docs/config/listeners.html /usr/share/tomcat/tomcat-webapps/docs/config/loader.html /usr/share/tomcat/tomcat-webapps/docs/config/manager.html /usr/share/tomcat/tomcat-webapps/docs/config/realm.html /usr/share/tomcat/tomcat-webapps/docs/config/resources.html /usr/share/tomcat/tomcat-webapps/docs/config/runtime-attributes.html /usr/share/tomcat/tomcat-webapps/docs/config/server.html /usr/share/tomcat/tomcat-webapps/docs/config/service.html /usr/share/tomcat/tomcat-webapps/docs/config/sessionidgenerator.html /usr/share/tomcat/tomcat-webapps/docs/config/systemprops.html /usr/share/tomcat/tomcat-webapps/docs/config/valve.html /usr/share/tomcat/tomcat-webapps/docs/connectors.html /usr/share/tomcat/tomcat-webapps/docs/default-servlet.html /usr/share/tomcat/tomcat-webapps/docs/deployer-howto.html /usr/share/tomcat/tomcat-webapps/docs/developers.html /usr/share/tomcat/tomcat-webapps/docs/elapi /usr/share/tomcat/tomcat-webapps/docs/elapi/index.html /usr/share/tomcat/tomcat-webapps/docs/graal.html /usr/share/tomcat/tomcat-webapps/docs/host-manager-howto.html /usr/share/tomcat/tomcat-webapps/docs/html-host-manager-howto.html /usr/share/tomcat/tomcat-webapps/docs/html-manager-howto.html /usr/share/tomcat/tomcat-webapps/docs/images /usr/share/tomcat/tomcat-webapps/docs/images/add.gif /usr/share/tomcat/tomcat-webapps/docs/images/asf-logo.svg /usr/share/tomcat/tomcat-webapps/docs/images/code.gif /usr/share/tomcat/tomcat-webapps/docs/images/cors-flowchart.png /usr/share/tomcat/tomcat-webapps/docs/images/design.gif /usr/share/tomcat/tomcat-webapps/docs/images/docs-stylesheet.css /usr/share/tomcat/tomcat-webapps/docs/images/docs.gif /usr/share/tomcat/tomcat-webapps/docs/images/fix.gif /usr/share/tomcat/tomcat-webapps/docs/images/fonts /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans400.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans400italic.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans600.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans600italic.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans700.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/OpenSans700italic.woff /usr/share/tomcat/tomcat-webapps/docs/images/fonts/fonts.css /usr/share/tomcat/tomcat-webapps/docs/images/tomcat.gif /usr/share/tomcat/tomcat-webapps/docs/images/tomcat.png /usr/share/tomcat/tomcat-webapps/docs/images/update.gif /usr/share/tomcat/tomcat-webapps/docs/images/void.gif /usr/share/tomcat/tomcat-webapps/docs/index.html /usr/share/tomcat/tomcat-webapps/docs/introduction.html /usr/share/tomcat/tomcat-webapps/docs/jasper-howto.html /usr/share/tomcat/tomcat-webapps/docs/jaspicapi /usr/share/tomcat/tomcat-webapps/docs/jaspicapi/index.html /usr/share/tomcat/tomcat-webapps/docs/jdbc-pool.html /usr/share/tomcat/tomcat-webapps/docs/jndi-datasource-examples-howto.html /usr/share/tomcat/tomcat-webapps/docs/jndi-resources-howto.html /usr/share/tomcat/tomcat-webapps/docs/jspapi /usr/share/tomcat/tomcat-webapps/docs/jspapi/index.html /usr/share/tomcat/tomcat-webapps/docs/logging.html /usr/share/tomcat/tomcat-webapps/docs/manager-howto.html /usr/share/tomcat/tomcat-webapps/docs/maven-jars.html /usr/share/tomcat/tomcat-webapps/docs/mbeans-descriptors-howto.html /usr/share/tomcat/tomcat-webapps/docs/mbeans-descriptors.dtd /usr/share/tomcat/tomcat-webapps/docs/monitoring.html /usr/share/tomcat/tomcat-webapps/docs/proxy-howto.html /usr/share/tomcat/tomcat-webapps/docs/realm-howto.html /usr/share/tomcat/tomcat-webapps/docs/rewrite.html /usr/share/tomcat/tomcat-webapps/docs/security-howto.html /usr/share/tomcat/tomcat-webapps/docs/servletapi /usr/share/tomcat/tomcat-webapps/docs/servletapi/index.html /usr/share/tomcat/tomcat-webapps/docs/setup.html /usr/share/tomcat/tomcat-webapps/docs/ssi-howto.html /usr/share/tomcat/tomcat-webapps/docs/ssl-howto.html /usr/share/tomcat/tomcat-webapps/docs/tribes /usr/share/tomcat/tomcat-webapps/docs/tribes/developers.html /usr/share/tomcat/tomcat-webapps/docs/tribes/faq.html /usr/share/tomcat/tomcat-webapps/docs/tribes/interceptors.html /usr/share/tomcat/tomcat-webapps/docs/tribes/introduction.html /usr/share/tomcat/tomcat-webapps/docs/tribes/membership.html /usr/share/tomcat/tomcat-webapps/docs/tribes/setup.html /usr/share/tomcat/tomcat-webapps/docs/tribes/status.html /usr/share/tomcat/tomcat-webapps/docs/tribes/transport.html /usr/share/tomcat/tomcat-webapps/docs/virtual-hosting-howto.html /usr/share/tomcat/tomcat-webapps/docs/web-socket-howto.html /usr/share/tomcat/tomcat-webapps/docs/websocketapi /usr/share/tomcat/tomcat-webapps/docs/websocketapi/index.html /usr/share/tomcat/tomcat-webapps/docs/windows-auth-howto.html /usr/share/tomcat/tomcat-webapps/docs/windows-service-howto.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jun 25 23:27:56 2025