Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LocalizationMissingHandler throws when a web site does not have write access #5

Open
KevM opened this issue Aug 26, 2013 · 0 comments

Comments

@KevM
Copy link

KevM commented Aug 26, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant