Skip to content

Commit 480a2f8

Browse files
victorhoraFelipe Zimmerle
authored andcommitted
Disable SecCollectionTimeout parser error
1 parent 22334c9 commit 480a2f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/seclang-parser.yy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,8 +1701,10 @@ expression:
17011701
*/
17021702
| CONFIG_SEC_COLLECTION_TIMEOUT
17031703
{
1704+
/* Parser error disabled to avoid breaking default CRS installations with crs-setup.conf-recommended
17041705
driver.error(@0, "SecCollectionTimeout is not yet supported.");
17051706
YYERROR;
1707+
*/
17061708
}
17071709
| CONFIG_SEC_HTTP_BLKEY
17081710
{

0 commit comments

Comments
 (0)