mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Merge branch 'development' into FS-222
This commit is contained in:
@ -337,12 +337,12 @@ public abstract class NanoHTTPD
|
||||
*/
|
||||
protected String decodePercent(String str)
|
||||
{
|
||||
String decoded = null;
|
||||
String decoded = str;
|
||||
try
|
||||
{
|
||||
decoded = URLDecoder.decode(str, "UTF8");
|
||||
}
|
||||
catch (UnsupportedEncodingException ignored)
|
||||
catch (UnsupportedEncodingException | IllegalArgumentException ignored)
|
||||
{
|
||||
}
|
||||
return decoded;
|
||||
|
Reference in New Issue
Block a user