~ubuntu-branches/debian/wheezy/apache2/wheezy

« back to all changes in this revision

Viewing changes to .pc/075_mod_rewrite_literal_ipv6_redirect/modules/mappers/mod_rewrite.c

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch, Stefan Fritsch, Arno Töll
  • Date: 2012-02-01 21:49:04 UTC
  • mfrom: (0.13.15)
  • Revision ID: package-import@ubuntu.com-20120201214904-nlchebp6wu7z55jw
Tags: 2.2.22-1
[ Stefan Fritsch ]
* New upstream release, urgency medium due to security fixes:
  - Fix CVE-2012-0021: mod_log_config: DoS with '%{cookiename}C' log format
  - Fix CVE-2012-0031: Unprivileged child process could cause the parent to
    crash at shutdown
  - Fix CVE-2012-0053: Exposure of "httpOnly" cookies in code 400 error
    message.
* Move httxt2dbm to apache2-utils
* Adjust debian/control to point to new git repository.

[ Arno Töll ]
* Fix "typo in /etc/apache2/apache2.conf" (Closes: #653801)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4266
4266
        return DECLINED;
4267
4267
    }
4268
4268
 
 
4269
    if ((r->unparsed_uri[0] == '*' && r->unparsed_uri[1] == '\0')
 
4270
        || !r->uri || r->uri[0] != '/') {
 
4271
        return DECLINED;
 
4272
    }
 
4273
 
4269
4274
    /*
4270
4275
     *  add the SCRIPT_URL variable to the env. this is a bit complicated
4271
4276
     *  due to the fact that apache uses subrequests and internal redirects