Trying to fix one bug for JString::parse_url [1] , I have found two ways to do it. One would be with Regex and the other one would be by adding a small tweak to the existing code. I think the second one would be better but I would be glad to hear your thoughts too.
Moreover, I have added in some unit tests for that method. I was hoping that maybe you can take a look over them too.
[1] - https://github.com/joomla/joomla-platform/pull/1006
--
Thanks,
Stefan Neculai