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
In #999 we are using reflection to call pathEncode from the right library. There be dragons.
What is the expected behavior?
Do not use reflection.
Alternatives attempted were to use a common library. A better approach is likely to change the class hierarchy so that the active transport library is doing the encoding.
The text was updated successfully, but these errors were encountered:
What is the bug?
In #999 we are using reflection to call
pathEncode
from the right library. There be dragons.What is the expected behavior?
Do not use reflection.
Alternatives attempted were to use a common library. A better approach is likely to change the class hierarchy so that the active transport library is doing the encoding.
The text was updated successfully, but these errors were encountered: