From: idfx Date: Thu, 27 Sep 2001 22:11:41 +0000 (+0000) Subject: actionroot-quickhack deleted X-Git-Tag: prexmlproducerconfig~402 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1f4b187a8bfe76d65d2a0a88983dc3d7cbab0385;p=mir.git actionroot-quickhack deleted --- diff --git a/source/Mir.java b/source/Mir.java index 49e24dcd..97d28165 100755 --- a/source/Mir.java +++ b/source/Mir.java @@ -50,6 +50,7 @@ public class Mir extends AbstractServlet // get the configration if (!confed){ confed = getConfig(req); + MirConfig.setServletName(req.getServerName()); } session = req.getSession(true);