Skip to content

Commit 26aa9f2

Browse files
MDA2AVclaude
andcommitted
Make FRAGMENT-IN-TARGET unscored — implicit grammar prohibition only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95e58df commit 26aa9f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Http11Probe/TestCases/Suites/ComplianceSuite.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ 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,
180181
RfcReference = "RFC 9112 §3.2",
181182
PayloadFactory = ctx => MakeRequest($"GET /path#frag HTTP/1.1\r\nHost: {ctx.HostHeader}\r\n\r\n"),
182183
Expected = new ExpectedBehavior

0 commit comments

Comments
 (0)