X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2FOpenMir.java;h=aeefb1265c762df0db56615aa935aeed3cb58e92;hb=8ce64979e91ff880d966501093222e7c2812c645;hp=2ea1a6ecaf95730d31fad99d36f0c84478510963;hpb=8563841098b6ab3e6233f61519e58b41dcc30266;p=mir.git diff --git a/source/OpenMir.java b/source/OpenMir.java index 2ea1a6ec..aeefb126 100755 --- a/source/OpenMir.java +++ b/source/OpenMir.java @@ -74,6 +74,8 @@ public class OpenMir extends AbstractServlet { // get the configration - this could conflict if 2 mirs are in the // VM maybe? to be checked. -mh + // -- they would have different servlet contexts, so the following is + // no problem (br1) if(getServletContext().getAttribute("mir.confed") == null) { getConfig(req); }