mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix utils::string::ssplit() to handle delimiter in the end of string
This closes #1743.
This commit is contained in:
committed by
Felipe Zimmerle
parent
5018358371
commit
5e65d560f8
@@ -66,7 +66,7 @@
|
||||
"uri":"/",
|
||||
"method":"POST",
|
||||
"body": [
|
||||
"param1=dmFsdWUyCg==¶m2=value2"
|
||||
"param1=dmFsdWUy¶m2=value2"
|
||||
]
|
||||
},
|
||||
"response":{
|
||||
|
Reference in New Issue
Block a user