Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Taglib URI for jstl/xml over HTTPS

843834Jan 5 2009 — edited Jan 7 2009
Hello,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2009
Added on Jan 5 2009
3 comments
373 views