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