- #Apache tomcat 8.0 download update
- #Apache tomcat 8.0 download Patch
- #Apache tomcat 8.0 download upgrade
(jfclere)įix: By default, treat paths used to obtain a request dispatcher as encoded. (markt)įix: Compatibility with rewrite from httpd for non existing headers. With some frameworks this can trigger an unexpected initialisation thread and if initilisation is not thread-safe the initialisation can then fail. (violetagg)įix: Ensure that reading the singleThreadModel attribute of a StandardWrapper via JMX does not trigger initialisation of the associated servlet. (markt)įix: 59813: Ensure that circular relations of the Class-Path attribute from JAR manifests will be processed correctly. Note that an exact host name match takes precedence over a wild card host name match. Names of the form *.domainname are now permitted. Provide SHA-256 and SHA-512 checksums for files published via Maven.įix: 18500: Add limited support for wildcard host names and host aliases.
#Apache tomcat 8.0 download update
Update: Update to Maven Ant Resolver Tasks 1.3.0. Implement validation of changelog.xml file at build time. Start all core threads when starting the receiver and dispatch interceptor.
#Apache tomcat 8.0 download Patch
Patch provided by Maurizio Adami.Ĭorrect a regression in the addition of the HTTP header security filter to the examples web application that prevented the Servlet examples that depend on the asynchronous API from functioning correctly. Based on a pull request by Fredrik Fall.Įnsure that the bytesSent metric is correctly updated when compression is enabled.įix a potential file descriptor leak when WebSocket connections are attempted and fail.
#Apache tomcat 8.0 download upgrade
Based on a pull request by Andreas Kurth.ĭon't assume that the Upgrade header has been set on the HttpServletResponse before any call is made to HttpServletRequest.upgrade().Įnsure that values are not duplicated when manipulating the vary header. If the path parameter does not start with / then Tomcat processes the call as if / is appended to the beginning of the provided path.Įnsure that the LoadBalancerDrainingValve uses the correct setting for the secure attribute for any session cookies it creates. Update the RemoteIpValve and RemoteIpFilter so that calls to ServletRequest.getRemoteHost() are consistent with the return value of ServletRequest.getRemoteAddr() rather than always returning a value for the proxy.Īlign the behaviour of ServletContext.getRealPath(String path) with the recent clarification from the Servlet specification project.