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

fixes mantis #1748 and #1771.
0.6.0-stable
Dr Scofield 2008-07-18 14:40:07 +00:00
parent e719bd4d5c
commit a6e2589537
1 changed files with 3 additions and 0 deletions

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
{