This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4e420c1936b07826d60868516e295db8216523a0
Umbraco-CMS
/
src
/
Umbraco.Core
/
Sync
History
Sean McLemon
915b24e4e4
When deciding whether to use SSL, ApplicationUrlHelper.GetApplicationUrlFromCurrentRequest() has an expression
port == "443"
which is always false. The variable
port
is set to to either
""
or
":" + request.ServerVariables["SERVER_PORT"]
, so it might sometimes be ":443" but it will never be just "443". This code has been this way for at least a year, and I don't know if the situation it tried to handle makes any sense (using port 443 over plain HTTP, for some reason??) so I've just removed it.
2019-08-29 14:26:16 +02:00
..
ApplicationUrlHelper.cs
When deciding whether to use SSL, ApplicationUrlHelper.GetApplicationUrlFromCurrentRequest() has an expression
port == "443"
which is always false. The variable
port
is set to to either
""
or
":" + request.ServerVariables["SERVER_PORT"]
, so it might sometimes be ":443" but it will never be just "443". This code has been this way for at least a year, and I don't know if the situation it tried to handle makes any sense (using port 443 over plain HTTP, for some reason??) so I've just removed it.
2019-08-29 14:26:16 +02:00
DatabaseServerMessenger.cs
Get LocalTempPath in GlobalSettings
2019-02-15 09:45:51 +01:00
DatabaseServerMessengerOptions.cs
…
DatabaseServerRegistrar.cs
Adds notes
2019-01-30 16:56:14 +11:00
DatabaseServerRegistrarOptions.cs
…
IServerAddress.cs
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
IServerMessenger.cs
Temp8 fix typos 2 (
#4130
)
2019-01-23 00:03:39 +01:00
IServerRegistrar.cs
…
MessageType.cs
…
RefreshInstruction.cs
…
RefreshInstructionEnvelope.cs
…
RefreshMethodType.cs
…
ServerMessengerBase.cs
FIRST PASS - Updates Umbraco.Core project to not use the func overload & to use new message template instead
2018-08-14 15:08:32 +01:00
ServerRole.cs
Merge remote-tracking branch 'origin/dev-v7' into temp8
2018-10-01 14:32:46 +02:00
SingleServerRegistrar.cs
Adds notes
2019-01-30 16:56:14 +11:00