Question concerning login.jsp
Cantor, Scott
cantor.2 at osu.edu
Tue Apr 30 12:08:40 EDT 2013
On 4/30/13 11:57 AM, "Brewer, Edward L" <lee.brewer at Vanderbilt.Edu> wrote:
> I do have on my plate to find a way to consolidate these two pages and
>also need to incorporate a web page to let users know not to bookmark the
>login page. Oh, yeah, I also have many requests to have separate login
>pages for certain vendors and have create creative solutions for
>people/vendors that demand single sign out.
You may want to consider looking at my custom login handler, which moves
the login page out of JSP into Velocity. That's not as advanced in terms
of having access to the all the SP taglib stuff, but it makes customizing
for different SPs very simple using conditional macros, as long as the set
of SPs to customize for is small.
As for logout, good luck. You can't make the web work the way it's no
longer meant to.
Handling bookmarks is pretty much done by detecting the error messages
involved in error.jsp and telling them to stop bookmarking.
Unfortuanately, bookmarks and the back button are not distinguishable, so
it's one problem.
>Ok... sorry for the rant... I do appreciate the information and I will
>look to see if I can find a way to incorporate the two login pages
>because that would be a better solution
We're doing the same thing here, but I haven't had time to look at the
proposed page yet, so I guess I would suggest looking at the
Unicon-donated default page in 2.4 as an example.
-- Scott
More information about the users
mailing list