| Summary: | www-apache/mod_security-2.1.3 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | lou <whitehatcheck> |
| Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | chtekk |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
lou
2007-09-25 18:36:53 UTC
Can we add mod_security-2.1.4 to portage? This was just released, but addresses a problem that I affects me. The problem is how mod_security handles subrequests. I was experience segfaults with 2.1.2 if users were using a proxy server and submitting a multipart/form-data form without providing a upload file (ie: modifying a entry). Full details and patch were presented at Uno-Code.com http://www.uno-code.com/?q=node/114 Here are the details of the changes in 2.1.4 1) ModSecurity no longer handles Apache httpd sub-requests. Sub-requests have been an issue for some people when using third-party modules as well as core modules for caching and compressing. In 2.5.0 I have removed sub-request support and chose to backport this in 2.1.4 to eliminate these issues until 2.5 is ready. 2) A false positive was recently found in parsing the multipart boundary header for multiple boundaries when using the Safari browser to upload files. This is fixed in this release. Thanks! 2.1.4_rc1 in cvs |