[ https://issues.apache.org/jira/browse/FEDIZ-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754754#comment-13754754 ]
Thierry Beucher commented on FEDIZ-3: ------------------------------------- This is probably a bug in the version of jasper.glassfish embedded with Jetty 8 ... (org.apache.jasper.glassfish-2.2.2.v201112011158.jar) * First, org.apache.jasper.runtime.TldScanner detects http://java.sun.com/jsp/jstl/core is an absolute uri, * then org.apache.jasper.compiler.TagLibInfoImpl, in the method generateTLDLocation, rejects uris of absolute type! * finally the exception above is raised. I didn't found an upgraded library to substitute and test. Do you think it make sense to abandon the use of taglibs only to avoid this issue ? If yes, we could change code of signinresponseform.jsp as well ... {code:java} <% String wctx = (String)request.getAttribute("fedWCtx"); if (wctx != null && !wctx.isEmpty()) { %> <input type="hidden" name="wctx" value="${fedWCtx}" /><br /> <% } %> {code} I am not a Jetty expert but may be upgrade to Jetty 9 will solve this issue ? On Tomcat side, I didn't see the missing dependency. The reason is I do the tests on a TomEE container, which comes with openejb-jstl-1.2. Thanks > Support the role "Resource IDP" in IDP > -------------------------------------- > > Key: FEDIZ-3 > URL: https://issues.apache.org/jira/browse/FEDIZ-3 > Project: CXF-Fediz > Issue Type: New Feature > Components: IDP > Reporter: Oliver Wulff > Assignee: Oliver Wulff > Attachments: FEDIZ-3.20130725.patch, fediz-idp-2013-07-23.patch, > patch.txt, SignInRequest.png, SignInResponse.png, thierry-fediz-2013-08-26.zip > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira