> This would require the SwikiDictModule to know the "host.domain" part and
> decide per request which scheme to use. Also the various references to
> urlPrefix would have to be checked, as well as the redirection code.
> Perhaps Stephen Pair could report what's involved with this?

The biggest issue is dealing with the alternate ways in which one can access
a single Swiki.  For instance, on Swiki.net you can access a given Swiki
(that has a global alias) in any of the following ways:

http://alias.swiki.net
http://www.swiki.net/alias
http://www.swiki.net/~account/swikiname

Then, all links served on a page need to take into account the way the Swiki
was originally addressed.  Alternatively, you could take an approach that
would always redirect a user to the preferred addressing scheme.

- Stephen

Reply via email to