Generating blob urls from backend to be sent in email
Hi,
We have encountered a problem wheb generating a blob url to be used in Java/email.
When using a RenderDispatcher.GetBlobURL(ics, args) method to do so, the generated url contains special satellite syntax to be processed by Sattellite Server:
http://<server>satellitescheme://SSURI/?ssbinary=true&blobwhere=1248852803291&blobtable=Image&SSURIsscontext=Satellite+Server&blobcol=urlpicture&blobheadervalue1=max-age=1000&blobheadervalue2=28450&blobheadername1=Cache-Control&blobheadername2=Content-Length&blobheader=image/jpeg&SSURIsession=false&SSURIcontainer=Default&blobkey=id&SSURIapptype=BlobServer#satellitefragment
The problem is that our email is to be sent outside of JSP/Satellite container and generated URL is incorrect.
We have encountered a problem wheb generating a blob url to be used in Java/email.
When using a RenderDispatcher.GetBlobURL(ics, args) method to do so, the generated url contains special satellite syntax to be processed by Sattellite Server:
http://<server>satellitescheme://SSURI/?ssbinary=true&blobwhere=1248852803291&blobtable=Image&SSURIsscontext=Satellite+Server&blobcol=urlpicture&blobheadervalue1=max-age=1000&blobheadervalue2=28450&blobheadername1=Cache-Control&blobheadername2=Content-Length&blobheader=image/jpeg&SSURIsession=false&SSURIcontainer=Default&blobkey=id&SSURIapptype=BlobServer#satellitefragment
The problem is that our email is to be sent outside of JSP/Satellite container and generated URL is incorrect.
0