Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-16 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-16 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/bug-1169191 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-16 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-1169191-2013-04-16T06-49-41.896Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-16 Thread Zorba Build Bot
Validation queue job bug-1169191-2013-04-16T06-49-41.896Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-16 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-1169191 into lp:zorba has been 
updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-15 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1169191 into 
lp:zorba.

Commit message:
Only attempt to resolve a base URI against the entity-retrieval URI if said 
entity-retrieval URI itself absolute.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/context/static_context.cpp'
--- src/context/static_context.cpp	2013-04-02 21:43:27 +
+++ src/context/static_context.cpp	2013-04-15 22:37:26 +
@@ -1499,10 +1499,12 @@
 if (found)
 {
   URI base(entityUri);
-  URI resolvedURI(base, userBaseUri);
-  theBaseUriInfo-theBaseUri = resolvedURI.toString();
-  theBaseUriInfo-theHaveBaseUri = true;
-  return;
+  if (base.is_absolute()) {
+URI resolvedURI(base, userBaseUri);
+theBaseUriInfo-theBaseUri = resolvedURI.toString();
+theBaseUriInfo-theHaveBaseUri = true;
+return;
+  }
 }
 
 URI base(get_implementation_baseuri());

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-15 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/bug-1169191 into lp:zorba has been 
updated.

Commit Message changed to:

Only attempt to resolve a base URI against the entity-retrieval URI if said 
entity-retrieval URI itself absolute.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1169191 into lp:zorba

2013-04-15 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1169191/+merge/159035
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp