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
- Host: GitHub
- URL: https://github.com/gorenje/howfardoesdataurlstraverse
- Owner: gorenje
- Created: 2011-03-23T13:58:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-23T16:59:09.000Z (about 14 years ago)
- Last Synced: 2025-01-04T19:45:04.993Z (4 months ago)
- Language: Objective-J
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.gifThis 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