intruxxer / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Zest: dont auto escape regexs #651

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The \Q\E characters that java uses to escape regex expressions are non standard 
and not compatible with other languages.
We should not put them in and prevent them from being used in Zest scripts.
There may well be other non std expressions we need to blacklist...

Original issue reported on code.google.com by psii...@gmail.com on 25 Apr 2013 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 25 Apr 2013 at 10:50