Null Pointer when receiving an invalid transport type during SockJS request [SPR-13545] #18121
Labels
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Ben Kiefer opened SPR-13545 and commented
Our endpoint fuzzer was able to produce a 500 error due to a nullpointer in the TransportHandlingSockJsService. The following lines were the problem
The nullpointer occurs when the transport is an unknown value (ex: bob) as the fromValue returns null when the type is not found.
Affects: 4.1.7, 4.2.1
Reference URL: #882
Referenced from: commits 8429c4b, 966f95b
Backported to: 4.1.8
The text was updated successfully, but these errors were encountered: