Only "cookie:$Version=0" causes following error when route to backend,
com.l7tech.server.SoapMessageProcessingServlet: String index out of range: -1
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
Release : 9.4
Component :
This is expected, as per RFC2109
The syntax for the header is:
cookie = "Cookie:" cookie-version
1*((";" | ",") cookie-value)
cookie-value = NAME "=" VALUE [";" path] [";" domain]
cookie-version = "$Version" "=" value
The "$Version=0" cannot be used alone.
https://www.ietf.org/rfc/rfc2109.txt