Taglib URI for jstl/xml over HTTPS
843834Jan 5 2009 — edited Jan 7 2009Hello,
Our application has been ported from HTTP to HTTPS. There's one jsp within our application that invokes jstl/xml for transforming an XSLT. The taglib uri within this jsp page is <%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %>. When I try to access this page it throws a SSL HandshakeException exception. Would this be because the taglib uri is a http url while the jsp belongs to https?
Regards