coldblue / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

Illegal APK URL Characters #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If your APK filename contains any illegal characters -- ie: mine has a space -- 
You will receive an uncaught exception in the "doInBackground".

I personally have not found a solid answer since URLEncoder is not meant to 
encode the whole URL just the query string. I personally programmatically 
replaced the space with a properly encoded space. So an exact solution is still 
to be discovered.

P.S.: I'm an amateur Android Developer so forgive me for my lack of knowledge.

P.S.S: I guess the simplest of answers would be to just use a filename without 
illegal characters in the first place. Maybe your website should make this 
check.

Original issue reported on code.google.com by poszes...@gmail.com on 22 May 2012 at 3:42

GoogleCodeExporter commented 9 years ago
Thank you for your comment, I'll look into it.

Original comment by lenik.terenin on 22 May 2012 at 3:47

GoogleCodeExporter commented 9 years ago
Should be fixed now.

Original comment by lenik.terenin on 22 May 2012 at 4:41