7.13 Upgrade introduces new 401 error on added request handler through JAVA

1
In our project we've created a custom request handler through JAVA. Which helped anonymous users log in through a stored cookie. Can anyone tell me if there was any changes that were introduced in 7.13 that may have had effect on this because I cannot find anything that could possibly relate to this in the change log? The error thrown inside Mendix reads as followed: Unable to load http://localhost:8080/persistentlogin status: 401 Error: Unable to load http://localhost:8080/persistentlogin status: 401     at new o (http://localhost:8080/mxclientsystem/mxui/mxui.js?636578466811296366:1:50606)     at d.l [as handleResponse] (http://localhost:8080/mxclientsystem/mxui/mxui.js?636578466811296366:1:65826)     at XMLHttpRequest.i (http://localhost:8080/mxclientsystem/mxui/mxui.js?636578466811296366:1:66072)
asked
0 answers