Closed GoogleCodeExporter closed 9 years ago
Thanks for submitting this patch. Have you incidentally looked into request
authorization that is already part of ELMAH? It is precisely designed to allow
adding more complex authorization rules in a more modular and pluggable
fashion. I think it would be interesting to rewire your patch/feature as an
IRequestAuthorizationHandler implementation.
The biggest benefits of this approach would be modularity as well as not
requiring changes existing code, such as ErrorLogPageFactory. Since we are
getting close to the 1.2 release, it would be easier to accept your changes for
the coming milestone as a separate module. It won't require a review of changes
to existing code and especially when it concerns security.
If you have questions about IRequestAuthorizationHandler mechanics then I'd be
happy to help. Meanwhile, you'll find pleny of information, including a sample,
in the following thread:
https://groups.google.com/group/elmah/t/520d9cc827176d85
Original comment by azizatif
on 20 Nov 2010 at 3:04
Original comment by azizatif
on 6 Jan 2011 at 6:42
This has been migrated to the ELMAH Sandbox project for now and implemented[1]
as a stand-alone module.
[1]
http://code.google.com/p/elmah-sandbox/source/detail?r=4f0ece3f55b549e94b5f6f67e
166c9c0b688987e
Original comment by azizatif
on 6 Jan 2011 at 7:08
Original issue reported on code.google.com by
miketrio...@gmail.com
on 19 Nov 2010 at 11:39Attachments: