This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpKernel/Cache
jeff e6d0385778 [HttpFoundation] fixed Request::create() when using HTTPS and getUri()/getPathForUri() when script name should be removed.
Original explanation from pull request:

I'm Using symfony2 with URL Rewriting to 'hide' index.php.
On form authentication, symfony2 redirect to http://host:port/index.php/login_path instead of http://host:port/login_path. I do understand that, in my case, redirect is set into one of :
FormAuthenticationEntryPoint with getUriForPath()
FormAuthenticationListener with getUriForPath()
Security/Firewal/ExceptionListener with getUri()

This path modify getUri and getUriForPath to :
remove default port from URI
remove script name if not initially present
2010-12-12 14:08:35 +01:00
..
CacheTest.php [HttpFoundation] fixed Request::create() when using HTTPS and getUri()/getPathForUri() when script name should be removed. 2010-12-12 14:08:35 +01:00
CacheTestCase.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
EsiListenerTest.php [HttpKernel] added unit tests for ESI 2010-11-02 20:00:18 +01:00
EsiTest.php [HttpKernel] made some tests more robust 2010-11-13 12:29:14 +01:00
StoreTest.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
TestHttpKernel.php [HttpKernel][FrameworkBundle] Rename BaseHttpKernel to HttpKernel 2010-12-09 09:38:13 +01:00