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