strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Don't coerce null to 'null' with string accepts in shared-method. #260

Closed STRML closed 8 years ago

STRML commented 8 years ago

A method definition with a string argument would coerce null to 'null'.

connect to #263

STRML commented 8 years ago

Build doesn't fail here, and I can't check the status because your CI is locked down. Status?

bajtos commented 8 years ago

@slnode test please

bajtos commented 8 years ago

Closing in favour of https://github.com/strongloop/strong-remoting/pull/349. null values are rejected for string arguments now.