mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
start implementation of isolated classloaders
This commit is contained in:
@@ -53,6 +53,8 @@ import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
@@ -99,7 +101,8 @@ public class HgCGIExceptionHandler
|
||||
*/
|
||||
public HgCGIExceptionHandler()
|
||||
{
|
||||
this.bundle = Bundle.getBundle(BUNDLE_PATH);
|
||||
this.bundle = Bundle.getBundle(BUNDLE_PATH, Locale.ENGLISH,
|
||||
HgCGIExceptionHandler.class.getClassLoader());
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user