Details
Description
Provide an alternative implementation of scenario parser that does not suffer from regex stack overflow issue:
http://jbehave.org/documentation/known-issues/regex-stack-overflow/
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mauro Talevi [ maurotalevi ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Refactored multi-scenario parsing to split scenarios by keyword instead of pattern to avoid stack overflow on Windows.
Made splitScenarios(String) protected so behaviour can be overridden by subclasses. Previous split strategy is still available via protected method splitScenariosWithPattern(String).