force Culture to en-US in BaseHttpserver.HandleRequest() --- this
fixes mantis #1748 and #1771.0.6.0-stable
parent
e719bd4d5c
commit
a6e2589537
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue