-
> @panesofglass added a note on Sep 1
> I would love to see a bit more added to describe what is allowed within Middleware Operations and in what circumstances. For example:
> - [ ] How should middlew…
-
The owin spec references common keys, replicate some text but does not include it. It mixes together a whole bunch of concepts.
I suggest we move the "startup properties" to the main owin spec, and a…
-
In the current version of the sample we use a web socket to complete authentication flow, even when the flow used a dialogAPI.
We do not communicate from child window to parent window (that is one of…
-
Hi,
I've been testing this today and have found an odd issue with static files being trimmed.
I create a 2mb js file and when requested it only returned 1.6mb
I ran it through express and it return…
-
When `Sitelet.Infer` encounters a request that contains a %2F encoded slash, it should treat this as part of the path segment. But it does not; it treats it as an unencoded regular slash (/).
If th…
-
hi,
great efforts, any chance to upgrade it to latest asp.net 5
thanks in advanced :)
-
I'm using i18n with OWIN middleware and it is configured with i18n.UrlLocalizationScheme set to Void.
I'm having an issue in some cases where specific controller actions are used to download binari…
-
I want only the authorized users to access my services' metadata document (/$metadata).
I tried exposing a controller with route /$metadata, but that doesnt get called.
How else this can be ach…
-
I'm using the `ThrottlingMiddleware` in OWIN pipeline. I need to log requests rejected when quota is exceeded.
Since I have my own separate logging middleware preceding the `ThrottlingMiddleware` in …
-
In express, it's possible to pass multiple middleware functions to the get/post/etc functions, which then get called one after another. It works like this:
if you pass one function, it gets called wi…