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
jywarren
changed the title
Division symbol causes route error for snapshot request, OR snapshot request is not splitting on "$" character
powertag reference_id is not splitting on "$" character for blend operations
Jul 19, 2016
Please describe your problem in detail, including:
What happened before you saw the error
I was trying to
blend
spectrum https://spectralworkbench.org/spectrums/83393 (A1) with https://spectralworkbench.org/spectrums/5199 (A2) with the following expression:But this generates the path
.../latest_snapshot/12345$A1/A2
. The character/
messes up the Rails routing system.The real issue here is that we should ensure that the URL is being generated by splitting on the
$
character just as it ought to on the#
character.Writing a test and fix for this now.
The text was updated successfully, but these errors were encountered: