Skip to content

Commit

Permalink
Remove openid_profile jsp file and references
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhe committed Oct 10, 2024
1 parent 128137f commit 02255de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 179 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@
<jsp-file>/login.jsp</jsp-file>
</servlet>

<servlet>
<servlet-name>openid_profile.do</servlet-name>
<jsp-file>/openid_profile.jsp</jsp-file>
</servlet>

<servlet>
<servlet-name>passivests_login.do</servlet-name>
<jsp-file>/login.jsp</jsp-file>
Expand Down Expand Up @@ -547,11 +542,6 @@
<url-pattern>/openid_login.do</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>openid_profile.do</servlet-name>
<url-pattern>/openid_profile.do</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>passivests_login.do</servlet-name>
<url-pattern>/passivests_login.do</url-pattern>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@
{"name": "samlsso_redirect.do", "jsp": "/login.jsp", "url": "/samlsso_redirect.do"},
{"name": "samlsso_notification.do", "jsp": "/samlsso_notification.jsp", "url": "/samlsso_notification.do"},
{"name": "openid_login.do", "jsp": "/login.jsp", "url": "/openid_login.do"},
{"name": "openid_profile.do", "jsp": "/openid_profile.jsp", "url": "/openid_profile.do"},
{"name": "passivests_login.do", "jsp": "/login.jsp", "url": "/passivests_login.do"},
{"name": "tenantlistrefresher.do", "jsp": "/tenant_refresh_endpoint.jsp", "url": "/tenantlistrefresher.do"},
{"name": "consent.do", "jsp": "/consent.jsp", "url": "/consent.do"},
Expand Down

0 comments on commit 02255de

Please sign in to comment.