1. 14 May, 2011 1 commit
    • Igor Wiedler's avatar
      Introduce real HTTPS support, RequestContextFactory · a2259f1d
      Igor Wiedler authored
      * Refactor RequestContext creation into a RequestContextFactory
      * Fix RequestContext argument order (issue #63)
      * Allow specifying default ports for HTTP and HTTPS
      * Add Controller::requireSecure() to enforce HTTPS on routes
      * Refactor UrlGeneratorExtensionTest
      a2259f1d
  2. 06 May, 2011 5 commits
  3. 05 May, 2011 6 commits
  4. 03 May, 2011 4 commits
  5. 02 May, 2011 7 commits
  6. 26 Apr, 2011 1 commit
  7. 23 Apr, 2011 4 commits
  8. 22 Apr, 2011 3 commits
    • Igor Wiedler's avatar
      also disable apache MultiViews · f8d43e72
      Igor Wiedler authored
      MultiViews is a content-negotiation option for apache that will, when requesting /resource try to serve /resource.ext. if you have a blog.php this can lead to /blog serving you blog.php instead.
      
      this can be quite common with mounted apps.
      
      great thanks to Rafael Filipek for discovering this.
      f8d43e72
    • Fabien Potencier's avatar
      fixed typo · e05cc948
      Fabien Potencier authored
      e05cc948
    • Fabien Potencier's avatar
      updated vendors · 28d0cd7a
      Fabien Potencier authored
      28d0cd7a
  9. 21 Apr, 2011 2 commits
  10. 20 Apr, 2011 2 commits
  11. 18 Apr, 2011 5 commits