Timothy Brown 356c995aa3 Bugfix on Basic Auth username/password split.
Basic Auth uses a colon (":") to separate the username and
password values. Using the php 'explode' function on this
string without limiting the number of substrings returned
can truncate the users password if it contains a colon.
By limiting the explode to 2, we get back the username and
whatever else is left as the password (hence not truncated).
2014-12-29 13:04:17 -07:00
..
2011-12-03 14:20:43 +13:00
2014-11-10 14:49:32 +01:00
2013-09-26 16:09:36 +02:00
2012-01-15 21:33:45 +13:00