Fix deprecated uppercase causes a crash on android#334
Conversation
|
While I understand why it's always good to get rid of @jsonapi{development} on deprecated functions, I just do not understand why it causes a crash. Can you ellaborate? |
|
Ok i will send you latee the issue now on the way |
1. RESTbed "Resource would pollute namespace" Android Crash (Resolved)Root CauseOn Android startup, the RetroShare C++ daemon crashed inside In the RESTbed framework, publishing multiple resources that share the same path throws an exception.
The Python script
Since RESTbed parses routes using regular expressions, these case-insensitive overlaps collided in the route table, throwing the namespace pollution error and crashing the daemon on Android. |
|
@G10h4ck the changes are right? |
|
the changes are Ok, but I do think the error you are getting comes from another place, this methods have been there since forever it would be very strange they started failing now without being touched |
|
Yes the errors i get from mistake changes i think now is solved with #336 |
No description provided.