[xwiki-users] XWiki talking to hosts in xwiki.com domain on every page save!
When being on a train and editing pages on my local wiki I realized that sometimes saving a page takes really long. I analyzed what's going on, and guessed that it has something to do with the app trying a connectoin to the Internet, which hangs when 3G Internet is connected but very slow. And yes, that's it. BUT, now I wonder, why does xwiki need to connect xwiki.com servers on every page save I do? Do xwiki developers get all my saved data from my personal wiki? What data do they get? Hoping for clarifications. Henning -- Henning Sprang http://www.sprang.de
Henning, how have you been tracking that? Was there a proxy you could put mid-way so that you could log the requests? I guess you're talking of a connection from the server. One way to drill this down further might be to modify /etc/hosts (or an equivalent) so that these requests trigger an exception whose stacktrace can then allow to locate where this is logged. I do not think xwiki.org receives the content. I would rather guess a DTD is being parsed or something such. thanks in advance paul Le 28 mars 2011 à 08:37, Henning Sprang a écrit :
When being on a train and editing pages on my local wiki I realized that sometimes saving a page takes really long.
I analyzed what's going on, and guessed that it has something to do with the app trying a connectoin to the Internet, which hangs when 3G Internet is connected but very slow.
And yes, that's it.
BUT, now I wonder, why does xwiki need to connect xwiki.com servers on every page save I do?
Do xwiki developers get all my saved data from my personal wiki? What data do they get?
Hoping for clarifications.
Henning
-- Henning Sprang http://www.sprang.de _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Henning, On Mar 28, 2011, at 8:37 AM, Henning Sprang wrote:
When being on a train and editing pages on my local wiki I realized that sometimes saving a page takes really long.
I analyzed what's going on, and guessed that it has something to do with the app trying a connectoin to the Internet, which hangs when 3G Internet is connected but very slow.
And yes, that's it.
BUT, now I wonder, why does xwiki need to connect xwiki.com servers on every page save I do?
I don't think that's the case. I've just tested locally with chrome and developer tools and cannot see any outgoing connection. The only place where it was connecting to xwiki.com in the past (maybe you're on an old version?) was on the Admin page which was displaying blog post taken from xwiki.com but that's about it.
Do xwiki developers get all my saved data from my personal wiki?
No
What data do they get?
None
Hoping for clarifications.
Thanks -Vincent
Henning
participants (3)
-
Henning Sprang -
Paul Libbrecht -
Vincent Massol