[Android] Add '#' to VLC authorized characters
Geoffrey Métais
git at videolan.org
Fri Sep 1 12:59:19 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Sep 1 11:17:23 2017 +0200| [90a72ceb7b682cba7b26a16015c2c7570bdb7a0e] | committer: Geoffrey Métais
Add '#' to VLC authorized characters
> https://code.videolan.org/videolan/vlc-android/commit/90a72ceb7b682cba7b26a16015c2c7570bdb7a0e
---
libvlc/src/org/videolan/libvlc/util/VLCUtil.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvlc/src/org/videolan/libvlc/util/VLCUtil.java b/libvlc/src/org/videolan/libvlc/util/VLCUtil.java
index 68e1a8ab0..ce0d23cdb 100644
--- a/libvlc/src/org/videolan/libvlc/util/VLCUtil.java
+++ b/libvlc/src/org/videolan/libvlc/util/VLCUtil.java
@@ -518,7 +518,7 @@ public class VLCUtil {
return ret;
}
- private static final String URI_AUTHORIZED_CHARS = "!'()*";
+ private static final String URI_AUTHORIZED_CHARS = "!'()*#";
/**
* VLC authorize only "-._~" in Mrl format, android Uri authorize "_-!.~'()*".
More information about the Android
mailing list