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
openshift/origin#12580 changed the way that the router handles ports in the request. As a result, it now always performs regular expression matching and, critically, performs regex escaping on the value of the route path so that it can be treated as a literal string. This change breaks this project.