An open API service indexing awesome lists of open source software.

https://github.com/gorenje/howfardoesdataurlstraverse

bug with dataurls.txt not containing all resources e.g. images if down too deep in the directory hierarchy
https://github.com/gorenje/howfardoesdataurlstraverse

Last synced: 2 months ago
JSON representation

bug with dataurls.txt not containing all resources e.g. images if down too deep in the directory hierarchy

Awesome Lists containing this project

README

        

DataURLs.txt does not traverse down far enough
----------------------------------------------

Simple example of DataURLs.txt not containing resources that are further
down than one directory.

The Resource directory (those marked with '*' are included in dataURLs.txt):

Resources
spinner.gif *
DirOne/
spinner.gif *
DirTwo/
spinner.gif
DirThree/
spinner.gif

This means that all images that are too far down, will get requested from the server
instead of being loaded from the dataURLs.txt. This isn't an issue if you have a fast
server and not many requests ;)

Reproduce
---------

prompt> jake release

prompt> less Build/Release/howfardoesdataurlstraverse/Browser.environment/dataURLs.txt