Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: foswiki/VirtualHostingContrib
base: f74d99a119db
Choose a base ref
...
head repository: foswiki/VirtualHostingContrib
compare: 6ad657179115
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 30, 2017

  1. Item14409: Wizard and checker issues

    The wizard should not use the -none- defaults for templates.
    
    The Checker needs to work even when running under a virtual host.
    gac410 committed May 30, 2017
    Copy the full SHA
    f933daa View commit details
    Browse the repository at this point in the history
  2. Item14412: Don't hardcode the protocol

    When a virtual host is set,  the protocol is hardcoded to http://   This
    is fine in a normal Foswiki configuration because the "Requests" URI is
    used to build links.  However in some reverse proxy configurations, the
    client uses https:// to reach the proxy, and http:// is used internally on the last
    hop to the server.  In most cases, setting {ForceDefaultUrlHost} will
    force the protocol to https.  But not if the VHC has hardcoded it to
    http.
    
    Also make sure that configure is usable, even if running on a virtual
    host, but only when the virtual host matches the base DefaultUrlHost.
    gac410 committed May 30, 2017
    Copy the full SHA
    6ad6571 View commit details
    Browse the repository at this point in the history