geeklearningio / gl-dotnet-storage

.NET Core Storage abstractions with FileSystem and Azure providers
MIT License
52 stars 13 forks source link

Store Access is ignored #47

Closed Cologler closed 7 years ago

Cologler commented 7 years ago

file GeekLearning.Storage.FileSystem.Server/FileSystemStorageServerMiddleware line 41. access != "Public" always be true.

sandorfr commented 7 years ago

I think the bug is not that but the AND instead of a OR in the condition. I'll look into it.

asiffermann commented 7 years ago

This bug is fixed by #44 😃 I'll keep it open until merge!