Jim Jagielski wrote:
I think it's abnormal behaviour of Apache to switch from "server" to "server:port" (add port) in such cases, when port number is default for scheme. I never seen this for "http" scheme (tested on Linux and NetWare), the same for "https" on Linux. Why for "https" on NetWare?At 11:13 AM +0100 12/9/02, Pavel Novy wrote:Port 443 is not treated as a default port for the https method on NetWare, so wrong redirects like this are occuring: "https://server_name/some_location" (missing a trailing slash) -> "https://server_name:443/some_location/"Pavel, how is the above redirect wrong? Or do you mean you'd prefer the redirect simply not add the port information (though it is correct)?
Not absolutely sure, but it seems it doesn't matter here what UseCanonicalName is set to.
Also, when accessing a page like "https://someserver/someplace" and such place is protected, user is asked twice for authentication credentials (once for "server", once for "server:443"). It's not right, though. In fact, such bahaviour may vary depending on browser used to access the page...
Pavel
