apigee / trireme

Embed Node.js inside a Java Virtual Machine
Other
479 stars 48 forks source link

Make HTTP adaptor handling exit/uncaught exceptions configurable #178

Open whitlockjc opened 6 years ago

whitlockjc commented 6 years ago

239d2ee9c845d77b9f75e8d72c1ee29e05f76822 made it so that the HTTP adaptor no longer handled exit and uncaughtException for the process. Unfortunately for Trireme consumers, this created an issue where unchanged code resulted in the process exiting. While Trireme is doing the right thing now, it should be toggleable for backward compatibility.