This question originates from a question that I asked two days ago. I implemented my own error handler which extends DefaultHttpErrorHandler
. DefaultHttpErrorHandler
extends HttpErrorHandler
which is also used as a parameter errorHandler: HttpErrorHandler
in the WebJarAssets
class. First I thought I had a flaw in my design, but James Ward commented that it seems like that I am doing things right.
Long story short, I need to know how I can activate circular dependencies. Unfortunately, there is no example code listed in the Play documentation, so I have no idea where I should set disableCircularProxies(false)
.