Comment #9 on issue 881 by [email protected]: One more problem with national character filenames http://code.google.com/p/openmeetings/issues/detail?id=881
I have another approach that could solve this Issue. Everything seems to work, the only problem that we have is that the String with the Filename does not reach its target in DownloadHandler-Servlet. So instead of transferring the name of the file as Get-Param (which seems to be the buggy thing) we could add a *public Long setFileDownload(String SID, String fileName)* that sets the name of the File to be downloaded and returns an ID, and then we just transfer the resulting ID as Get-Param to the Download-Servlet. That way the characters should be all right cause they seem to be no probem when transfered via rtmp. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en -~----------~----~----~----~------~----~------~--~---
