mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'master' of https://github.com/progmboy/zeek
* 'master' of https://github.com/progmboy/zeek: fix http AUTHORIZATION base64 decode failed Added a test during merge.
This commit is contained in:
commit
b18122da08
6 changed files with 25 additions and 2 deletions
|
@ -0,0 +1,8 @@
|
|||
# Authorization: Basic is followed by two spaces rather than one.
|
||||
#
|
||||
# @TEST-EXEC: zeek -b -Cr $TRACES/http/basic-auth-with-extra-space.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
|
||||
@load base/protocols/http
|
||||
|
||||
redef HTTP::default_capture_password = T;
|
Loading…
Add table
Add a link
Reference in a new issue