Details
Description
I mount a css file as a resource and use it to include styles into my emails' headers.
But if I switch to https then I get
org.apache.wicket.WicketRuntimeException: failed to locate stream
when I try to include the resource.
Weird thing is if I simply enter https://localhost:8443/css/mail.css into my browser then the css file appears fine without errors.
I created a quickstart project for better understanding.
https://github.com/sfeher/TemplateResourceReferenceTestApplication.git