Closed georgeOsdDev closed 6 years ago
The 2nd my_site
is from the Config.withBaseUrl
call at xitrum.routing.Route#url
. I'll remove it.
I'll remove it.
It's incorrect to remove the 2nd one. Because in that case, for example, the result of url[SiteIndex]
will be /
(it should be /my_site/
).
I'll remove the 1st one.
Fixed. I'll release a new version soon.
I've released Xitrum 3.28.12.
Thanks!π π π
Xitrum 3.28.11
When we use
Config.reverseProxy.baseUrl
,Url.absUrl
will return wrong string.Expected: http://www.localhost.com:8000/my_site/?userId=123 Actual: http://www.localhost.com:8000/my_site/my_site/?userId=123
Reproduce code:
xitrum.log