mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
force Culture to en-US in BaseHttpserver.HandleRequest() --- this
fixes mantis #1748 and #1771.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user