-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deep POST params versus numeric index parsing #33
Comments
Hi, Thanks for the find. This is definitely an inconsistency that will need fixing. Indeed, I suspect treating numeric indices as numbers (ala PHP) probably shouldn't be done at all. That said, these changes were brought in to accommodate ChicagoBoss, so I wouldn't want to make such a significant change without first ensuring such a change wouldn't break anything. |
No problem, I just had to make a quick'n'dirty hack in ztmr/simple_bridge@d767320 because it blocked me in preparing a new version of our application that was going to be deployed on customer's site today. |
Hi Tomas, I was checking this out again, as I'm re-entering a stage where I plan on finishing up SimpleBridge 2.0, and I actually quite like this solution. That said, how has this change been holding up in your production systems? Do you ruh this with ChicagoBoss, I assume? |
Both of the patches (ztmr/simple_bridge@d767320 and ztmr/simple_bridge@a101814) worked as a charm, so if you're happy with the changes, let's merge them and be happy all together! ;-) And yes, we use SB with a little older and hacked version of CB. As well as we need to stay with Erlang 15 for multiple reasons at the moment :( |
Deep POST params parsing does not work properly with numeric indices:
...but if we make the index an alphanumeric word, it starts to behave as expected:
The text was updated successfully, but these errors were encountered: