-
Notifications
You must be signed in to change notification settings - Fork 731
Remove old and unwanted constructs #1327
Conversation
|
Wow, this is impressive. tx.msg in referenced in the 980xxx rules. Would you mind erasing it there as well? I'm all for merging this. |
|
w00t I agree this will simplify rules greatly |
|
@dune73 will do and update this PR. |
|
Appreciated. Thanks. Also appreciate that this very useful PR carries the number 1327. 1327 is the year in which Umberto Eco's "Name of the Rose" happens. #FunFacts |
a5a75e4 to
b183530
Compare
|
Updated. |
|
@fgsch i wasn't able to find any issues after some tests. |
|
Umberto Eco has a personal library of 30,000 books. There is a video of it on YouTube somewhere of his apartment in Spain with all the books. Beautiful.
I would like to have a library like that one day :)
…Sent from my iPhone
On Mar 29, 2019, at 9:53 AM, Christoph Hansen ***@***.***> wrote:
@fgsch i wasn't able to find any issues after some tests.
good PR, thx.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
b183530 to
ba2c43e
Compare
|
Updated to cover latest changes in master and also the 2 scripts referencing these constructors. |
|
We like this PR, but the Decision: I'll ask on the mailinglist if anyone is depending on that debug mode, if so then we do this merge. We will get back to it. Then the file RESPONSE-981-DEBUG.conf can also be deleted from the repo. |
Related to SpiderLabs#1121.
ba2c43e to
b6e6925
Compare
|
So what do we do @lifeforms? |
|
Nobody cared about it (edit: the tx.{%ruleid} construct), let's delete it 👍 |
Maybe too late : I have some tooling to replay auditlog that makes use of it for fast (>200 test/sec) non-regression testing. |
|
@na1ex is it using tx.%{rule.id}.., tx.msg, or both? |
Tool uses tx.%{rule.id} only ( each matching rule-id is added in a single response header for check. ) |
RESPONSE-981-DEBUG.conf uses this mechanism too. Sadly it will break when we remove this variable. As you say, it can make for very fast testing. However, not many people were using this feature (in fact you are the first I know!). That said, it's a tradeoff, but we had to choose, and we decided to remove these variables and make our rule writing easier for newbies. |
|
Trade-off understood, just wanted to mention the use. |
|
Anything else before we merge this PR? |
|
LGTM! |
|
Well, then let's get rolling! Thank for this swift PR @fgs. This is huge. |
|
Great work @fgsch ! |
Related to #1121.