Running 4.1 SP1 Patch 2 (on Windows, with Tomcat) and we run into an error
"This error occurred: org.apache.jasper.JasperException: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [CRCAF00000030]"
when opening Crystals via OpenDocument links. The issue appears to be that OD is expecting prompt parameters and fails if it does not get them. I have found that by appending "&lsS" anywhere in the existing link query parameters it will work as intended, but there is nothing in the documentation that indicates the prompt parameters are required. The same works fine in XI3.1.
My only possible workaround right now is to use a URLRewriteFilter to correct the URL, but it's a bit brutish, and I'm wondering if anyone else has encountered this issue? If so how did you resolve it?
(Yes, I have an open support case, but they are "not able to reproduce the issue")