Steve Celius

Results 10 comments of Steve Celius

Wondering the same. Tried to run it locally on my Windows machine, but it fails with a regular expression error when registering the /proxy/ path. `/^\proxy\(?:([^\/]+?))\/?(?=\/|$)/` Commented that out, and...

This was added in the .NET Core repo, it should be possible to back-port here: https://github.com/Geta/geta-notfoundhandler/blob/master/src/Geta.NotFoundHandler.Optimizely/Core/Events/OptimizelySyncEvents.cs An "outside" workaround would be to add an API or controller on your site,...

The data in that table is historic 404 requests, which are used to display the top not found urls. For a system that has lived for a long time, it...

That is correct, you can safely delete old entries from that table. For context, if you're moving things around, or migrate from some other system to Episerver, you'll see an...

Looks like this has changed a bit since it's inception, so I won't assume too much about the current implementation. However, the original idea was to handle spam or excessive...

There is a workaround in #178 now. I also like this card, hope we get a proper fix soon.

The root cause seems to be the same as in #178 (config elements are discarded during load)

See workaround in #178

The root cause seems to be the same as in #178 (config elements are discarded during load)

The root cause seems to be the same as in #178 (config elements are discarded during load). See issue for workaround.