Save point

Allow an 'e' in the ref, so that it can be used for t-router tests.
Dynamically add a HttpDispatch, so a test transform is sync
This commit is contained in:
alandavis
2022-08-14 23:43:09 +01:00
parent d704617b9c
commit c61c59eda1
7 changed files with 76 additions and 52 deletions

View File

@@ -342,6 +342,7 @@ public class TransformController
ModelAndView mav = new ModelAndView();
mav.addObject("title", transformEngine.getTransformEngineName() + " Error Page");
mav.addObject("proxyPathPrefix", getPathPrefix(transformEngine.getTransformEngineName()));
mav.addObject("message", message);
mav.setViewName("error"); // display error.html
return mav;