Hello, I have an app that runs on a secure intranet using the following
configuration,
configuration.add(MetaDataConstants.SECURE_PAGE, "true");
When the user adds https to the domain, tapestry generates the following
actionlink which works perfectly.
/eprs/login.usernotice
However, when a user has a domain with either a blank protocol or http
protocol, tapestry generates the following actionlink url for me.
https://businessapps:80/eprs/login.usernotice
Notice the domain has been added with the wrong port but correct protocol.
This appears to be causing my actionlinks to break. Does anybody know how
to address this issue?
configuration,
configuration.add(MetaDataConstants.SECURE_PAGE, "true");
When the user adds https to the domain, tapestry generates the following
actionlink which works perfectly.
/eprs/login.usernotice
However, when a user has a domain with either a blank protocol or http
protocol, tapestry generates the following actionlink url for me.
https://businessapps:80/eprs/login.usernotice
Notice the domain has been added with the wrong port but correct protocol.
This appears to be causing my actionlinks to break. Does anybody know how
to address this issue?