tandraschko / quarkus-myfaces

26 stars 6 forks source link

Welcome-file should be configurable or documented. #19

Closed tp0ck3r closed 5 years ago

tp0ck3r commented 5 years ago

It took me some time to find out that I need to have index.xhtml in my web folder. I didn't have it and the old issue regarding NPE happened again. I think index.xhtml should be configurable and not hard-coded in QuarkusResourceResolver. Thanks and regards, Tom

tandraschko commented 5 years ago

I will try to get rid of this completely we just used index.xhtml to get the "root" of the resources for the JSF ResourceHandler. I will try to workaround this, without a required welcome-file

tp0ck3r commented 5 years ago

Okay, many thanks! :)

tandraschko commented 5 years ago

fixed the NPE in MyFaces and removed the hack in quarkus-myfaces now

tp0ck3r commented 5 years ago

Wow, super fast, thank you!

tandraschko commented 5 years ago

your welcome :)