]
Juraci Paixão Kröhling resolved GTNWSRP-381.
--------------------------------------------
Resolution: Done
Interaction state sometimes comes with a slash left over at the end
-------------------------------------------------------------------
Key: GTNWSRP-381
URL:
https://issues.jboss.org/browse/GTNWSRP-381
Project: GateIn WSRP
Issue Type: Bug
Components: Producer
Reporter: Juraci Paixão Kröhling
Assignee: Juraci Paixão Kröhling
On some situations, the producer receives an interaction state with an extra slash at the
end. Down the road, it leads to a base64 decoding failure. Checking the WSRP communication
for a situation like this, it's clear that the slash does not belongs there, and
it's never OK to have it there (as the data will be decoded later). So, as a
workaround, we should just be lenient and fix the string here, as we might not have
control over who builds this.