force Culture to en-US in BaseHttpserver.HandleRequest() --- this

fixes mantis #1748 and #1771.
This commit is contained in:
Dr Scofield
2008-07-18 14:40:07 +00:00
parent e719bd4d5c
commit a6e2589537

View File

@@ -160,6 +160,9 @@ namespace OpenSim.Framework.Servers
/// <param name="stateinfo"></param>
public virtual void HandleRequest(Object stateinfo)
{
// force the culture to en-US
Culture.SetCurrentCulture();
// If we don't catch the exception here it will just disappear into the thread pool and we'll be none the wiser
try
{