コード例 #1
0
ファイル: WixatCheckServlet.java プロジェクト: maxpowel/Wixat
 @Override
 public void destroy() {
   super.destroy();
   // Release the excluded URL
   AuthCheckFilter.removeExclude("wixat/check");
 }