SDKLauncher-Android icon indicating copy to clipboard operation
SDKLauncher-Android copied to clipboard

AN-8888: Normalize the uri before loading data in EpubServer

Open ZakHsieh opened this issue 7 years ago • 1 comments

If a URI contains HTML URL encoding will cause EpubServer fails to load that resource. This patch will normalize URL(s) before loading to resolve URI cannot be loaded in EpubServer.

ZakHsieh avatar Jun 05 '18 05:06 ZakHsieh

I reviewed the code "on paper" (i.e. I did not try it myself with edge cases such as HTML escape entities in URL syntax), and it all makes sense, PR looks safe to merge.

However I hope others will review / test the code too :)

danielweck avatar Jun 06 '18 12:06 danielweck