File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ DirectoryIndex index.php index.html index.htm
63
63
RewriteCond %{HTTPS} on
64
64
RewriteRule ^ - [E=protossl:s]
65
65
66
+ # Make sure Authorization HTTP header is available to PHP
67
+ # even when running as CGI or FastCGI.
68
+ RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization }]
69
+
66
70
# Block access to "hidden" directories whose names begin with a period. This
67
71
# includes directories used by version control systems such as Subversion or
68
72
# Git to store control files. Files whose names begin with a period, as well
Original file line number Diff line number Diff line change 1
1
2
2
Drupal 7.23, xxxx-xx-xx (development version)
3
3
-----------------------
4
+ - Changed the default .htaccess file to support HTTP authorization in CGI
5
+ environments.
4
6
- Changed the password reset form to pre-fill the username when requested via a
5
7
URL query parameter, and used this in the error message that appears after a
6
8
failed login attempt (minor data structure and behavior change).
You can’t perform that action at this time.
0 commit comments