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