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
If you search for a bcl measure using a space in the pattern, it crashes
terminate called after throwing an instance of 'web::uri_exception'
what(): provided uri is invalid: /api/metasearch/test a space.xml?fq%5B%5D=bundle:nrel_measure&fq%5B%5D=tid:953&api_version=2.0
Process 30980 stopped
Current Behavior
It crashes
Expected Behavior
It should encode the space, like it does the + as %2B
Issue overview
If you search for a bcl measure using a space in the pattern, it crashes
Current Behavior
It crashes
Expected Behavior
It should encode the space, like it does the + as %2B
OpenStudio/src/utilities/bcl/RemoteBCL.cpp
Lines 631 to 647 in 92a416c
Steps to Reproduce
Possible Solution
encode
Details
backtrace
Environment
Some additional details about your environment for this issue (if relevant):
Context
Transfered from openstudiocoalition/OpenStudioApplication#274 (comment)
The text was updated successfully, but these errors were encountered: