Closed GoogleCodeExporter closed 9 years ago
Original comment by azizatif
on 1 Sep 2013 at 5:51
Could you elaborate on the steps to reproduce this bug? I'm not sure what you
mean.
Original comment by thomasar...@gmail.com
on 1 Sep 2013 at 6:24
@thomasardal: I think I understand what the problem might be. If the error is
logged during an HTTP request where the query string portion in the URL has an
unnamed key (e.g. http://www.example.com/foo?bar) then recalling the JSON for
that error breaks.
Original comment by azizatif
on 1 Sep 2013 at 6:46
@thomasardal: I just tried and managed to reproduce the issue. Assuming a
domain like www.example.com and ELMAH handler configured at /elmah.axd, log a
test error using the URL http://www.example.com/elmah.axd/test?foo. The bug can
then be provoked by visiting the error log page, going to the detail page of
the logged error and asking for the JSON format.
Original comment by azizatif
on 1 Sep 2013 at 6:59
Thanks! I will look into it.
Original comment by thomasar...@gmail.com
on 1 Sep 2013 at 7:10
There's a fix for this issue here:
https://bitbucket.org/raboof/elmah/pull-request/1/fixed-issue-308/diff
Original comment by thomasar...@gmail.com
on 10 Sep 2013 at 2:46
This issue was closed by revision bee042968522.
Original comment by thomasar...@gmail.com
on 17 Oct 2013 at 8:50
Original issue reported on code.google.com by
tom.k...@gmail.com
on 15 Aug 2012 at 2:48