Re: svn commit: r955631 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java

2010-06-18 Thread Jacques Le Roux
Hi Scott, I must say I'm not quite sure. I wondered also and wanted to revert it all. At 1st place Sascha tried to improve by using WebSiteWorker.getWebSiteId. But, as you certainly now it introduced an UTF-8 quirk. I was very busy and forgot to ask Sascha why he did so, it's done, waiting his

Re: svn commit: r955631 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java

2010-06-17 Thread Scott Gray
Hi Jacques, So it looks like we've gone from having (before any of this): httpRequest.getSession().setAttribute(webSiteId, config.getServletContext().getAttribute(webSiteId)); To having: if (UtilValidate.isEmpty(httpRequest.getSession().getAttribute(webSiteId))){