-
Notifications
You must be signed in to change notification settings - Fork 168
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
fixing error message when fails to load content of index.html (#8593) #8765
fixing error message when fails to load content of index.html (#8593) #8765
Conversation
Thank you so much for contributing this fix, @hichem-fazai! Could you please also add a unit test for |
@mshabarov ok it's my real pleasure :-) |
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/main/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandler.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/communication/IndexHtmlRequestHandlerTest.java
Outdated
Show resolved
Hide resolved
Very happy to make my first commit to Vaadin :-) |
Good job, @hichem-fazai ! We appreciate your contribution. Thanks |
* fixing error message when fails to load content of index.html * adding import * code enhancement * code enhancement and adding test * enhancement * simulate index-html absence by rename * adding space and assert rename file
* fixing error message when fails to load content of index.html * adding import * code enhancement * code enhancement and adding test * enhancement * simulate index-html absence by rename * adding space and assert rename file
I have experienced the same issue vaadin/hilla#311
This PR is to add file separator to the error message.