dotnet/aspnetcore

Review and update form parsing logic

Open

#2 733 ouverte le 2 janv. 2018

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)C# (10 653 forks)batch import
affected-very-fewarea-networkingbugfeature-http-abstractionshelp wantedseverity-nice-to-have

Métriques du dépôt

Stars
 (37 933 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (258 PRs mergées en 30 j)

Description

From @Tratcher on Tuesday, August 26, 2014 12:32:12 PM

src/Microsoft.AspNet.WebUtilities/ParsingHelpers.cs has at least one place where it calls char.IsWhiteSpace, but this allows many strange Unicode characters. Review this parsing code and update it to be more accurate.

Copied from original issue: aspnet/HttpAbstractions#119

Guide contributeur