We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Leftium opened zentures/sequence#15 and commented
Steps to Reproduce: 1. `echo "get //example.com" > input.txt` 2. `go run sequence.go scan --input input.txt` Expected Results: # 0: { Tag="funknown", Type="uri", Value="//example.com", ... } Actual Results: # 0: { Tag="funknown", Type="literal", Value="//example.com", ... } Comments: I found this bug processing an actual log file. One of the log events in question: 81.181.146.13 - - [15/Mar/2005:05:06:49 -0500] "GET //cgi-bin/awstats/awstats.pl?configdir=|%20id%20| HTTP/1.1" 404 1050 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)" A related question: what is the best way to handle relative URI's? Sequence's heuristic algorithm for processing URI's breaks down on these...
Steps to Reproduce:
1. `echo "get //example.com" > input.txt` 2. `go run sequence.go scan --input input.txt`
Expected Results:
# 0: { Tag="funknown", Type="uri", Value="//example.com", ... }
Actual Results:
# 0: { Tag="funknown", Type="literal", Value="//example.com", ... }
Comments: I found this bug processing an actual log file. One of the log events in question:
81.181.146.13 - - [15/Mar/2005:05:06:49 -0500] "GET //cgi-bin/awstats/awstats.pl?configdir=|%20id%20| HTTP/1.1" 404 1050 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)"
A related question: what is the best way to handle relative URI's? Sequence's heuristic algorithm for processing URI's breaks down on these...
No further details from zentures/sequence#15
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@Leftium opened zentures/sequence#15 and commented
No further details from zentures/sequence#15
The text was updated successfully, but these errors were encountered: