liflab / cornipickle

Versatile web application testing tool
4 stars 3 forks source link

Some web pages cannot be loaded completely by the server #9

Closed Faterou closed 7 years ago

Faterou commented 9 years ago

Originally reported by: Gabrielle Bastien (Bitbucket: gabrielle_bastien, GitHub: Unknown)


This happened with one web page saved as a .maff file.

The website has an .asp extension, which cannot be saved and opened with firefox as it is. It seems to have to be converted to .html files.

This seems to cause a problem at the loading of the page, which stalls halfway through the process, though the index.html file can be loaded properly from file://path/index.html. It looks like the server is looking for inexisting files (could be .asp files).


Faterou commented 9 years ago

Original comment by Gabrielle Bastien (Bitbucket: gabrielle_bastien, GitHub: Unknown):


This issue seems to be resolved since the last commit, where some changes were made to the file callbacks of the server.