Product Information > Version 7.1 Release Information > Upgrading to JADE Release 7.1 > REST-based Web Services (PAR 62784)

REST-based Web Services (PAR 62784)

In earlier 7.1 releases, if the JadeRestService class processRequest method was called by user logic and the call was not part of the JADE REST service web message handling framework, a JADE crash could have resulted; for example, when creating a transient instance of a JadeRestService subclass and calling the processRequest method. (This occurred because the JADE REST service had not been initialized and the logic assumed that it had.)

To enable manual testing of JadeRestService methods, the handling has been changed to allow such a call, as follows.