Skip to content

Commit 55db343

Browse files
MDA2AVclaude
andcommitted
Re-score FRAGMENT-IN-TARGET: # is invalid in all request-target forms
absolute-URI (RFC 3986 §4.3) explicitly excludes fragment, and origin-form grammar has no pchar for #. No request-target form accepts it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26aa9f2 commit 55db343

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Http11Probe/TestCases/Suites/ComplianceSuite.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ public static IEnumerable<TestCase> GetTestCases()
177177
Id = "RFC9112-3.2-FRAGMENT-IN-TARGET",
178178
Description = "Fragment (#) in request-target — not part of origin-form grammar",
179179
Category = TestCategory.Compliance,
180-
Scored = false,
181180
RfcReference = "RFC 9112 §3.2",
182181
PayloadFactory = ctx => MakeRequest($"GET /path#frag HTTP/1.1\r\nHost: {ctx.HostHeader}\r\n\r\n"),
183182
Expected = new ExpectedBehavior

0 commit comments

Comments
 (0)