mozilla / connect-cachify

Express connect middleware to provide easy frontend caching for Node.js
Mozilla Public License 2.0
131 stars 21 forks source link

Fix to handle weird scenarios where the request urls to assets contain query string #36

Closed infindex closed 11 years ago

jrgm commented 11 years ago

So, for one thing, the tests no longer pass. Also a description of the problem you are trying to solve would help.

infindex commented 11 years ago

@jrgm - fixed the test failures... @ozten - additional test cases added to demonstrate the query string problem. also fixed the variable name as suggested.

Also, added query string parameter handling in development mode and urls with Hash ids.

Thanks! MG