Discussion:
Unsure how to submit a patch request for Shib 2.x IDP
Bruce Timberlake
2014-08-28 14:31:02 UTC
Permalink
A user opened an incident with us, questioning the validity/authenticity
of a Shibboleth error page they received due to a grammatical error in
the message (they perceived it as a possible phishing page). It appears
this particular error has been around a long time as a Google search for
it turns up lots of hits.

I downloaded the Shibboleth 2.x source tree

svn co https://svn.shibboleth.net/java-shib-idp2-main/branches/REL_2
java-shib-idp2-main

and have identified the source file that needs to be changed:

java-shib-idp2-main/java-idp/src/main/webapp/error.jsp

The proposed patch to fix it is:

java-idp/src/main/webapp/error.jsp
13,14c13,14
< This service requires cookies. Please ensure that they are enabled and
try your
< going back to your desired resource and trying to login again.
---
This service requires cookies. Please ensure cookies are enabled
in your browser,
then go back to your desired resource and try to login again.
Is there a correct way to submit this? I could see existing issues in
Jira but don't have an account myself there or anything.

Thanks.
--
Bruce Timberlake
Sr Application Systems Administrator
ITS Identity and Access Management
University of Michigan
Tel: 734/647-2444
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Rod Widdowson
2014-08-28 14:36:08 UTC
Permalink
Post by Bruce Timberlake
Is there a correct way to submit this? I could see existing issues in
Jira but don't have an account myself there or anything.
Just hit the login button. It’s all Shib enabled.
--
To unsubscribe from this list send an email to users-***@shibboleth.net
Loading...