Error using jsp pages in idpv3

Rod Widdowson rdw at steadingsoftware.com
Wed Apr 13 04:55:47 EDT 2016


> There are taglibs supported, they are not the same taglibs as far as I know.

They are pretty much the same.  The class differences should be hidden.  I'd like to say 100% but that’s tempting fate.

> Your error is referencing a package that doesn't exist anymore. There is
> absolutely no compatibility with existing JSP pages.

However Scott is 110% correct - this has nothing to do with taglibs.  It's all the cruft that the jsp is including

I really believe that you will spend longer trying to translate your V2 jsp files to V3 than you will learning velocity and rewriting in velocity.  Your learning cliff is much more to do with finding out what this was used for

> <%@ page import="edu.internet2.middleware.shibboleth.idp.authn.LoginContext" %>
> <%@ page import="edu.internet2.middleware.shibboleth.idp.authn.LoginContextEntry" %>

And what the V3 homolog is (hint it should be waaay easier) than in swapping in velocity.  

/Rod



More information about the users mailing list