Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79639b5

Browse files
author
Felipe Zimmerle
committed
Accepts random port on FULL_REQUEST regression test
FULL_REQUEST regression test was failing over the buildbots due theusage of non default ports. Now it is accepting any number.
1 parent6b5e9b1 commit79639b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/regression/target/00-targets.t‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
),
389389
match_log=> {
390390
error=> [ qr/Patternmatch"arg1" at FULL_REQUEST.*Patternmatch"arg2" at FULL_REQUEST/s,1 ],
391-
debug=> [ qr/against FULL_REQUEST.*Targetvalue:"GET \/test.txt\?arg1=val1\&arg2=val2 HTTP\/1.1\\n\\nTE: deflate,gzip;q=0.3\\nConnection: TE, close\\nHost: localhost:8088\\nUser-Agent: ModSecurity Regression Tests\/1.2.3\\n\\n\\x00"/s,1],
391+
debug=> [ qr/against FULL_REQUEST.*Targetvalue:"GET \/test.txt\?arg1=val1\&arg2=val2 HTTP\/1.1\\n\\nTE: deflate,gzip;q=0.3\\nConnection: TE, close\\nHost: localhost:[0-9]+\\nUser-Agent: ModSecurity Regression Tests\/1.2.3\\n\\n\\x00"/s,1],
392392
},
393393
match_response=> {
394394
status=> qr/^200$/,
@@ -411,7 +411,7 @@
411411
),
412412
match_log=> {
413413
error=> [ qr/Patternmatch"arg1" at FULL_REQUEST.*Patternmatch"arg2" at FULL_REQUEST/s,1 ],
414-
debug=> [ qr/against FULL_REQUEST.*Targetvalue:"POST \/test.txt HTTP\/1.1\\n\\nTE: deflate,gzip;q=0.3\\nConnection: TE, close\\nHost: localhost:8088\\nUser-Agent: ModSecurity Regression Tests\/1.2.3\\nContent-Type: application\/x-www-form-urlencoded\\nContent-Length: 19\\n\\narg1=val1&arg2=val2\\x00"/s,1 ],
414+
debug=> [ qr/against FULL_REQUEST.*Targetvalue:"POST \/test.txt HTTP\/1.1\\n\\nTE: deflate,gzip;q=0.3\\nConnection: TE, close\\nHost: localhost:[0-9]+\\nUser-Agent: ModSecurity Regression Tests\/1.2.3\\nContent-Type: application\/x-www-form-urlencoded\\nContent-Length: 19\\n\\narg1=val1&arg2=val2\\x00"/s,1 ],
415415
},
416416
match_response=> {
417417
status=> qr/^200$/,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp