dqw / owaspantisamy

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

Odd regex for headers #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The antisamy-ebay-1.4.4.xml configuration file (and probably others, as well) 
contains the following regex for headers: "[a-zA-Z0-9\s*]*"

I think this can be simplified to "[a-zA-Z0-9\s]*".

Original issue reported on code.google.com by danr...@gmail.com on 22 Jun 2012 at 8:11

GoogleCodeExporter commented 8 years ago

Original comment by arshan.d...@gmail.com on 22 Oct 2012 at 2:30