Hello Guys,
thanks for all your help.
I have now switch to a certificate from
startssl.com (thx Jens). I am glad about this, now my side is accepted and no browser seems to complain anymore about unsecure connection to an unknown certificate.
But unfortunately this also does not help for download - still same result.
I read about older android problems for android versions 2.3.x. But this seems an older issue and is not a problem anymore nowadays with android 4.x.x. So i have still no idea on how to solve this.
I have my own calendar implementation which addionally allows download of any files from my computers for good friends and family whom i have given access. There should be no restriction about data to download.
I want to solve this problem with my implementation, so i will not look for other alternatives Evan, but thx for your suggest.
One more thing about your hints/question Evan: What i do on client side in gwt is just this one command:
String url = Location.createUrlBuilder().setPath("/cajaservice/cajaorganizer/contents/currentfile/" + result.getDownloadKey()).buildString();
Window.Location.assign(url);
So i just redirect to perform a get request on the file to download.So maybe i do something wrong here, or there is an alternative solution on client side to do?
(maybe you have a last suggestion...?)