blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.29k stars 521 forks source link

ETagMiddleware #85

Closed pablotdv closed 6 years ago

pablotdv commented 6 years ago

You added the ETag Middleware, but when exception occurs the page of the exceptions don't appear for me. How can I get around this? And the exceptions page may appear again. At the moment I did something of the type.

if (!env.IsDevelopment())
    app.UseETagger();
rxtur commented 6 years ago

No longer using ETag.