Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Dec 2009 at 21:39 UTC
Updated:
13 Jan 2010 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedComment #2
boombatower commentedHmmm, that patch was messed up.
Comment #3
boombatower commentedDouble fail.
Comment #4
dave reidWould seem to make more sense to have this variable's name be simpletest_httpauth_method. Little longer, but self-documenting.
Do we need to explain these values at all or the fact that Any and the Any safe options are catch-all options?
This review is powered by Dreditor.
Comment #5
boombatower commentedDecided that this is dev setting, so we can assume they know them or can look them up and don't need/want to clutter this.
Renamed all related variables to httpauth_.
Comment #6
dave reidLooks good. Upgrade path isn't necessary since this is a 'new' module (although we should put one in the 6.x-2.x backport).
Comment #7
dries commentedCommitted to CVS HEAD. Thanks boombatower.
Comment #8
cburschkaIn order to be able to use this in all PHP environments, it would be helpful if this patch could be looked at: #670454: Support HTTP Authorization in CGI environment. :-)