I would like to know what format the TID does look like?
We did a short reference implementation using the example StepByStepServer which is provided by SAP and there the TID serverCtx.getTID()
has the following format:
TID : %_rGlkoiNMH2ox4aKWz/IBe5
The issue is that the TID may contain /
and this will break the implementation of our Vendor that uses the TID-String to build a Filepath.
What does the TID look like in your implementations? Does they also have the format %_...
and contain /
?