I have the following setup: Localhost Express (LAN machine #1) -> Localhost Proxy (LAN machine #1) -> Servlet (LAN machine #2). Servlet is including a Jsessionid cookie in it's response header, which ...
When extracted from an XML document, the jsessionid value might contains extra characters. For example, with this XML : "<url>/some/path;jsessionid=123456789</url ...