xmantissa.web.SiteConfiguration
doesn't work with StringEndpointPort
#54
Labels
xmantissa.web.SiteConfiguration
doesn't work with StringEndpointPort
#54
SiteConfiguration
specifically looks forTCPPort
to find an unsecured port, andSSLPort
to find a secured port. If you only haveStringEndpointPort
s in your site, it'll never be able to generate absolute URIs.The text was updated successfully, but these errors were encountered: