You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a website where the site credentials do not have write access finds a missing localization key with throw causing the route in play to return a 500.
IMHO this background localization maintenance mechanism's failure should not trump the execution of the website.
I am creating this issue on the FubuMVC integration as it doesn't seem like a particular concern of FubuLocalization itself but it's host in this case which is this nuget.
I am working around this by replacing the LocalizationMissingHandler service with a copy whose FindMissingText and FindMissingProperty log the exception and do not throw.
When a website where the site credentials do not have write access finds a missing localization key with throw causing the route in play to return a 500.
IMHO this background localization maintenance mechanism's failure should not trump the execution of the website.
I am creating this issue on the FubuMVC integration as it doesn't seem like a particular concern of FubuLocalization itself but it's host in this case which is this nuget.
I am working around this by replacing the LocalizationMissingHandler service with a copy whose FindMissingText and FindMissingProperty log the exception and do not throw.
https://gist.github.com/KevM/6347234
The text was updated successfully, but these errors were encountered: