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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
I have a parent mojit with two children. One child calls ac.http.redirect(). During the bubble/merge of the meta the meta.http.code of the non-redirect child clobbers the meta.http.code of the redirect child. (The order that the children merge is undefined.) The end result is that the page does have a Location header, however since the code is 200 the browser (Chrome29) doesn't honor the location header.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a parent mojit with two children. One child calls
ac.http.redirect()
. During the bubble/merge of themeta
themeta.http.code
of the non-redirect child clobbers themeta.http.code
of the redirect child. (The order that the children merge is undefined.) The end result is that the page does have aLocation
header, however since the code is 200 the browser (Chrome29) doesn't honor the location header.The text was updated successfully, but these errors were encountered: