We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cda33 commit 040116cCopy full SHA for 040116c
src/Umbraco.Core/Configuration/Models/RequestHandlerSettings.cs
@@ -108,7 +108,6 @@ public IEnumerable<CharItem> CharCollection
108
/// </summary>
109
private IEnumerable<CharItem> GetCharReplacements()
110
{
111
- // TODO We need to special handle ":", as this character is special in keys
112
if (!EnableDefaultCharReplacements)
113
114
return _charCollection ?? Enumerable.Empty<CharItem>();
0 commit comments