ramsenthil18 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

errorfilter doesn't seem to work #369

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
.net 4.5 
Windows 2008 R2 Datacentre

my webconfig setting:
 <errorFilter>
      <test>
        <and>
          <greater binding="HttpStatusCode" value="400" type="Int32" />
          <lesser binding="HttpStatusCode" value="500" type="Int32" />
        </and>
      </test>
 </errorFilter>

I don't want 400 Bad Requests to be emailed but they are.  I've even rebooted 
the server.

Any ideas?

Original issue reported on code.google.com by corey.ge...@omnilogic.net on 26 Aug 2014 at 3:05

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/369
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:26