Customising login page in IdP v3

Cantor, Scott cantor.2 at osu.edu
Tue Jun 16 09:44:08 EDT 2015


On 6/16/15, 8:50 AM, "users on behalf of Nate Klingenstein" <users-bounces at shibboleth.net on behalf of ndk at internet2.edu> wrote:

>> I believe that there are a few jsp only pages, but these tend to be internal-only (such as the page which causes the browser to push the attribute statement to the SP).
>
>If there are some JSP only pages, even for things like that, I would offer a feature request to make them all behave similarly,

I don't know what you're asking here. Behave how?

Any view can be built with Velocity of JSP. The number of sites needing JSP is tiny. The status page uses it because it's much easier to build in JSP than in Velocity, whereas none of the other pages typically is hard to use Velocity to handle.

There are non-views if that's what you mean. Anything we provide that's used for some special purpose is generally hidden inside WEB-INF/jsp so it doesn't get "seen" as web content. Other JSPs are just content.

-- Scott



More information about the users mailing list