Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support assetserving of files with spaces #105

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

hhaensel
Copy link
Contributor

Currently assetserving fails when files contain spaces or other url-forbidden characters.

I propose to modify assetserve() in order to solve that issue.

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2020

Codecov Report

Merging #105 into master will decrease coverage by 3.38%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   58.21%   54.83%   -3.39%     
==========================================
  Files           7        7              
  Lines         146      155       +9     
==========================================
  Hits           85       85              
- Misses         61       70       +9     
Impacted Files Coverage Δ
src/examples/files.jl 16.12% <0.00%> (-2.39%) ⬇️
src/server.jl 70.83% <0.00%> (-3.08%) ⬇️
src/websockets_integration.jl 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3f12af...178b167. Read the comment docs.

@cmcaine cmcaine mentioned this pull request Dec 20, 2020
18 tasks
@cmcaine cmcaine merged commit e8e1bf9 into JuliaWeb:master Sep 5, 2023
@cmcaine
Copy link
Collaborator

cmcaine commented Sep 5, 2023

Thanks! Sorry it took so long to get to this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants