Very strange. An error in revision 951119. That is
svn co -r 951118 http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
works correctly, and
svn co -r 951119 http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
it is wrong.
I do not understand, why. There only one change which like should not so to
influence.
ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java
- httpRequest.getSession().setAttribute("webSiteId",
config.getServletContext().getAttribute("webSiteId"));
+ httpRequest.getSession().setAttribute("webSiteId",
WebSiteWorker.getWebSiteId(httpRequest));
Now I have updated to current trunk revision and have manually edited
ContextFilter.java. All works correctly.
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/UTF-8-input-tp2254499p2257019.html
Sent from the OFBiz - User mailing list archive at Nabble.com.