| Products | Versions |
|---|---|
| Spotfire Server | 7.14 and higher |
After upgrading from earlier Spotfire versions to 7.14 or higher, a previously saved working analysis URL may fail to open if it contains special characters like " < > [ \ ] ^ `{ | } in its path.
For example, if you are using Spotfire version 7.13 or lower and your Spotfire library has a folder with square brackets like "[Public]/abc/xyz/" resulting in a bookmarked URL like https://spotfire.com/spotfire/wp/analysis?file=/[Public]/abc/xyz/analysis then the URL will fail to open in the browser after upgrading to 7.14 or higher.
relaxedQueryChars="<special characters>"Example:
relaxedQueryChars="[]"
<Connector port="80"
maxHttpHeaderSize="65536"
connectionTimeout="30000"
enableLookups="false"
URIEncoding="UTF-8"
disableUploadTimeout="true"
server="TIBCO Spotfire Server"
compression="on"
compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript,image/svg+xml,application/xml"
acceptorThreadCount="2"
keepAliveTimeout="30000"
maxKeepAliveRequests="-1"
maxThreads="2000"
relaxedQueryChars="<special characters>"/>
Or:
<Connector port="80"
maxHttpHeaderSize="65536"
connectionTimeout="30000"
enableLookups="false"
URIEncoding="UTF-8"
disableUploadTimeout="true"
server="TIBCO Spotfire Server"
compression="on"
compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript,image/svg+xml,application/xml"
acceptorThreadCount="2"
keepAliveTimeout="30000"
maxKeepAliveRequests="-1"
maxThreads="2000"
relaxedQueryChars="[]"/>