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