Christophe Gijbels
Christophe Gijbels
@avanderhoorn I wrote a little summary of our Skype chat below, so that @nikmd23 has all the info as well What Anthony mentioned above is actually a great addendum to...
;-) I see the pattern followed, although we could argue that the `HttpContextBase` class has implementations, since those methods are virtual instead of abstract and are throwing `NotImplementedException` :wink: But...
I think we "could" do this, but as I said we need to do some more testing on it, since tabs might be called at some point in the event...
@nikmd23 to be honest there is nothing in V2 that addresses the PRG support for webmethods and the like, to fix that we need to use the **real** asp.net EndRequest...
I think the default serialization setup and customization should be available through the glimpse configuration inside the web.config, since Glimpse aims to be as less invasive as possible, by allowing...
> I propose that we make the default includeSubTypes be false, as seen in whitelistedTypes/add. Of course, we don't have to have this feature on day one. We could always...
@avanderhoorn idd, but my comment was first :wink: But I'll try to translate the comment above in a commit on #504
@miensol could you confirm that you have no issue if you disable the `AjaxPolicy` in the config (before applying your patch of course) ``` ``` Because I wonder if this...
@miensol ah good to know. I've asked the person reporting issue #360 if disabling the `AjaxPolicy` would solve his issue as well, because if it is the case then your...
This pull request looks good to me @nikmd23 or @avanderhoorn do you guys see something that we might have overlooked?