Using different ProfileHandler URL
Cantor, Scott
cantor.2 at osu.edu
Wed Feb 13 19:39:28 EST 2013
On 2/13/13 6:48 PM, "Kasa, Nubli" <mmohdkas at indiana.edu> wrote:
> I tried to allow /SSO to be handle by profile handler as well by
>modifying ³IdPSessionFilter² filter-mapping and
>³ProfileRequestDispatcher² servlet-mapping to use url-pattern /* and
>handling the url appropriately in handler.xml. It
> works but now the error pages shows up blank and log shows the following
>error:
>
>ERROR
>[edu.internet2.middleware.shibboleth.common.profile.provider.JSPErrorHandl
>er:86] - Could not dispatch to error JSP page: /error.jsp
>
> Is there a better way to handle this or am I missing something? Any
>help would be greatly appreciated.
Why not just map the path you want to add? There's no way mapping "*" is
going to work.
Alternatively use rewrite rules in Apache or something like that.
-- Scott
More information about the users
mailing list