Questions Tagged With error-handlinghttps://answers.axonivy.com/tags/error-handling/?type=rss&user=qtdan93questions tagged <span class="tag">error-handling</span>enMon, 25 Jul 2016 12:19:38 -0400Custom servlet filterhttps://answers.axonivy.com/questions/1914/custom-servlet-filter<p>Hello all, I have a question : Can I create a custom servlet filter (interceptor) and register it to Ivy Engine Server, so whenever a request is sent to the server, it must pass this custom filter (interceptor) first? And I also see that Ivy has some filter classes in package "ch.ivyteam.ivy.webserver.internal". So if I can register my custom filter, when does it intercept the request (before or after filter in the package above) ?.</p> <p>A little bit about my problem : We have one case that whenever the admin changes the LDAP directory, if the user already logged in the application now no more exist in the new LDAP directory, the exception "PersistentObjectDeletedException" will be thrown. This exception happen when the filter in the package "ch.ivyteam.ivy.webserver.internal" start filtering the request!!</p>qtdan93Mon, 25 Jul 2016 12:19:38 -0400https://answers.axonivy.com/questions/1914/custom-servlet-filtererror-handling