another media handling merge.
[mir.git] / source / Mir.java
index 8ac8b84..23b5852 100755 (executable)
@@ -50,8 +50,8 @@ public class Mir extends AbstractServlet
     // get the configration
     if (!confed){
       confed = getConfig(req);
-      MirConfig.setServletName(getServletName());
     }
+    MirConfig.setServletName(getServletName());
 
     session = req.getSession(true);