Skip to content

Commit

Permalink
Restoring CallBackServlet annotation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Nov 19, 2013
1 parent 4699be1 commit b283487
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,4 @@
<param-name>primefaces.THEME</param-name>
<param-value>none</param-value>
</context-param>
<servlet>
<servlet-name>OAuthCallBackCdi</servlet-name>
<servlet-class>org.agorava.servlet.OAuthCallbackServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>OAuthCallBackCdi</servlet-name>
<url-pattern>/callback</url-pattern>
</servlet-mapping>

</web-app>

0 comments on commit b283487

Please sign in to comment.