Closed GoogleCodeExporter closed 9 years ago
is this still the case, I did muck around with that code lately
Original comment by sam.saff...@gmail.com
on 8 Feb 2012 at 2:58
Sorry Sam, still the same...
I am happy to do a pull request if you can tell me if the code is supposed to
use WebRequestProfilerProvider.Settings.UserProvider by default now instead of
profiler.User?
If so, I'll just change that property to always return an IpAddressIdentity()
if it hasn't been set to anything else. While I am at it, should I change all
other references to profiler.User? I could change profiler.User to return the
result of a call to WebRequestProfilerProvider.Settings.UserProvider?
The problem seems to stem from there being two separate ways of determining the
user and one can return a value while the other returns null.
Original comment by franslyt...@gmail.com
on 11 Feb 2012 at 2:45
WebRequestProfilerProvider.Settings.UserProvider is the only valid way of
determining the user, I nuked the one hanging off settings. I also cleaned up
the little null trickery that was causing the mess ... can you confirm this is
working now?
Original comment by sam.saff...@gmail.com
on 13 Feb 2012 at 5:44
Yep, all working now, thanks Sam!
Original comment by franslyt...@gmail.com
on 13 Feb 2012 at 2:51
Original issue reported on code.google.com by
franslyt...@gmail.com
on 28 Jan 2012 at 4:24