cakephp2-php8/lib/Cake
Harold Putman 2fd36bdedc Router::url should passthru //example.com/file.ext
The function allows ://example.com/file.ext but was treating //example.com as cake-relative URL. The updated regex matches URI schemes as defined in RFC2396. Will passthru any of these formats:
* Starts with a valid URI scheme  (javascript:, https:, itunes:, ftp:)
* Starts with a '#'
* [NEW] Starts with a '?' which may be meaningless, but is as valid as starting with '#' (RFC1808)
* starts with //, or :// (:// is not technically valid, but included for compatibilty)
2013-06-21 15:10:11 -04:00
..
Cache Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30
Config Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Merge branch 'master' into 2.4 2013-06-10 22:12:10 -04:00
Controller AuthComponent: Allow suppressing authError message 2013-06-17 09:33:59 +07:00
Core Merge branch 'master' into 2.4 2013-06-10 22:12:10 -04:00
Error Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Merge branch 'master' into 2.4 2013-06-10 22:12:10 -04:00
Log Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30
Model Merge branch 'master' into 2.4 2013-06-16 13:07:44 +05:30
Network Merge branch 'master' into 2.4 2013-06-16 13:07:44 +05:30
Routing Router::url should passthru //example.com/file.ext 2013-06-21 15:10:11 -04:00
Test Router::url should passthru //example.com/file.ext 2013-06-21 15:10:11 -04:00
TestSuite Merge branch 'master' into 2.4 2013-06-10 22:12:10 -04:00
Utility Merge branch 'master' into 2.4 2013-06-10 22:12:10 -04:00
View Allow plus signs in URL's to pass unscathed in Helper functions. 2013-06-21 14:24:39 -04:00
basics.php Merge branch 'master' into 2.4 2013-06-16 13:07:44 +05:30
bootstrap.php fix absolute url generation 2013-06-11 00:06:27 +02:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.3.6 2013-06-09 22:41:41 -04:00