Skip to content

Commit 040116c

Browse files
Remove TODO
With some testing this seems to be a none-issue, since we don't operate on the keys themselves
1 parent 80cda33 commit 040116c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Core/Configuration/Models/RequestHandlerSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public IEnumerable<CharItem> CharCollection
108108
/// </summary>
109109
private IEnumerable<CharItem> GetCharReplacements()
110110
{
111-
// TODO We need to special handle ":", as this character is special in keys
112111
if (!EnableDefaultCharReplacements)
113112
{
114113
return _charCollection ?? Enumerable.Empty<CharItem>();

0 commit comments

Comments
 (0)