summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--websvcs/lib/URL_Addr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/websvcs/lib/URL_Addr.cpp b/websvcs/lib/URL_Addr.cpp
index a842a7d1059..23de49c704b 100644
--- a/websvcs/lib/URL_Addr.cpp
+++ b/websvcs/lib/URL_Addr.cpp
@@ -360,7 +360,7 @@ ACE_HTTP_Addr::create_relative_address (LPCTSTR url) const
if (url[0] == '/')
{
ACE_NEW_RETURN (addr, ACE_HTTP_Addr (this->get_hostname (),
- url,
+ url + 1,
0,
this->get_port_number ()),
0);