You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs.
lockbot
locked as resolved and limited conversation to collaborators
Feb 8, 2019
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
We now have two
service
methods.One here: https://github.com/feathersjs/feathers/blob/master/lib/application.js#L25
The other gets mixed in here: (or in primus.js): https://github.com/feathersjs/feathers/blob/master/lib/providers/socket/socketio.js#L16
stripSlashes()
is only called in the first one. Since the secondservice
method gets called directly fromapp.use()
, is the proper fix to simply add astripSlashes()
here: https://github.com/feathersjs/feathers/blob/master/lib/application.js#L76The text was updated successfully, but these errors were encountered: