iron / staticfile

Static file-serving middleware for the Iron web framework.
MIT License
63 stars 56 forks source link

[WIP] iron-0.5 update #91

Closed onur closed 7 years ago

onur commented 7 years ago

This is a work in progress patch for iron-0.5 update. staticfile is working fine but tests are failing due to iron-test crate is not compatible with iron-0.5 yet. I am preparing an update for iron-test crate.

onur commented 7 years ago

Looks like there is a ongoing PR: reem/iron-test#43

Hoverbear commented 7 years ago

Indeed there is an ongoing PR. :) Thanks for working on this!

onur commented 7 years ago

I updated tests, it is temporary using git dependency for iron-test, but iron-test stopped working with percent decoded paths: reem/iron-test#44 and that is why decodes_percent_notation test is failing for now.

ernestas-poskus commented 7 years ago

@onur need any help ?

onur commented 7 years ago

@ernestas-poskus this PR is actually ready but reem/iron-test#44 needs to be fixed.

onur commented 7 years ago

This PR is ready if using iron-test from git repository is ok.

Hoverbear commented 7 years ago

Thanks for this! Sorry it's been such work to get this merged. :(