File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 3535
3636 <servlet >
3737 <servlet-name >accessToken</servlet-name >
38- <servlet-class >edu.uiuc.ncsa.myproxy.oa4mp.oauth2 .servlet.OA2ATServlet</servlet-class >
38+ <servlet-class >edu.uiuc.ncsa.oa2 .servlet.OA2ATServlet</servlet-class >
3939 <load-on-startup >0</load-on-startup >
4040 </servlet >
4141 <servlet-mapping >
159159 <url-pattern >/introspect</url-pattern >
160160 </servlet-mapping >
161161
162- <servlet >
163- <servlet-name >callback</servlet-name >
164- <servlet-class >edu.uiuc.ncsa.oa2.servlet.ProxyCallbackServlet</servlet-class >
165- <load-on-startup >0</load-on-startup >
166- </servlet >
167- <servlet-mapping >
168- <servlet-name >callback</servlet-name >
169- <url-pattern >/ready</url-pattern >
170- </servlet-mapping >
171-
172162 <!--
173163 The next section should be uncommented if you are running this as a standalone service under Tomcat.
174164 This forces all network traffic to run over SSL. If you are running this under Apache, then you should
You can’t perform that action at this time.
0 commit comments