/** * Allows javascript to correctly construct urls to subit to the server. */ function requestContextPath(){ return '/;jsessionid=ai9ZtFNmL-q96ya-fS'; } /** * */ function url(path){ return '/;jsessionid=ai9ZtFNmL-q96ya-fS' + path; }