-
A couple of issues have recently surfaced the flaw in OWIN that the original (percent-encoded) path and query is not available. This is problematic, in the case of Freya for routing - the URI template…
-
Hello,
i just installed your libary and it looks great! I had one minor problem when I set allowzerodatetime to True in the connection parameters. There seems to be an error when casting an object wh…
-
### Description
I have a microservice implemented with Nancy and OWIN. The service's responsibility is to accept files and write them to blob storage. When the request is over a certain size, Nanc…
-
Essentially doing this: https://blog.mavnn.co.uk/logging-freya/
and finding that adding the composition affects every request - it takes a significant CPU hit (response time going from ~20ms to ~300m…
-
hi,
great efforts, any chance to upgrade it to latest asp.net 5
thanks in advanced :)
-
## Non Security Issues
IDP initiated SOAP Logout doesnt seem to log user out, i noticed that the IDP has a error in the Federation log (opensso). I need to support both redirect and soap
code is…
-
To preface, here's how I created my project:
1. Create empty .NET 4.5.2 project with Web API.
2. Install **z4a-dotnet-scaffold-auth** package via Package Manager.
Here are the problems I encountered.…
-
The extension has severe bugs when it comes to dealing with Owin. I would strongly recommend everyone to stay away from this until these bugs have been fixed.
The `OwinNinjectDependencyResolver` crea…
-
spanish
Cuando entro al programa me sale una ventana que dice lo siguiente: Could not load file or assembly 'Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 or one …
-
I define a process-class implementing the IBackgroundProcess-interface like following
``` c#
using Hangfire.Server;
namespace Some.Namespace {
public class MyBackgroundProcess : IBackgroundProcess…