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
I notice there's a quirk in Noir when using redirects, if I'm deploying on an app server, such as Glassfish, the context root of the servlet will be determined by it and isn't known up front. Using wrap-base-url in the handler does not seem to affect noir.response.redirect, then it will try to redirect to the root URL instead of context + root.
The issue can be hacked around by redefining resolve-url
I notice there's a quirk in Noir when using redirects, if I'm deploying on an app server, such as Glassfish, the context root of the servlet will be determined by it and isn't known up front. Using wrap-base-url in the handler does not seem to affect noir.response.redirect, then it will try to redirect to the root URL instead of context + root.
The issue can be hacked around by redefining resolve-url
but not by binding :base-url in noir.options as has been suggested here https://groups.google.com/forum/?fromgroups#!topic/clj-noir/KfJzndyJivc
The text was updated successfully, but these errors were encountered: