58N/ASee LICENSE.txt included in this distribution for the specific
58N/Afile and include the License file at LICENSE.txt.
1186N/A/* ---------------------- projects.jspf start --------------------- */
1281N/A if (request.getCharacterEncoding() == null) {
1281N/A request.setCharacterEncoding("UTF-8");
1281N/A cfg = PageConfig.get(request);
1281N/A String projects = cfg.getRequestedProjectsAsString();
1281N/A if (projects.length() != 0) {
1281N/A response.addCookie(cookie);
1186N/A/* ---------------------- projects.jspf end --------------------- */