airavata-courses / HogwartsRejects

Advance Distributed Systems Coursework: Weather Forecast Problem
MIT License
1 stars 3 forks source link

Postbody parsing of only String objects #110

Closed vivekshresta closed 4 years ago

vivekshresta commented 4 years ago

Was getting exceptions if postbody contains any object other than a string. Fix it by doing an 'instanceof' check.