Okay, i found it. Turn out i need to add "html" and "xml" to the white
list. But since it will defeat the purpose of the filter, i think the
correct approach is add another test in the asset protection filter to
allow any path that contains "chenillekit". In case someone else face
the same problem
Hello, I've emplemented jumpstart AssetProtectionFilter in my
application. And add the list bellow as the white list
final HashSet ASSETS_WHITE_LIST = new
HashSet(Arrays.asList("jpg", "jpeg", "png", "gif", "js",
"css", "ico", "apk"));
I have a page