Hi,<div><br></div><div>this one seems to be a victim of CSRF protection. As a temporary fix</div><div><br></div><div>apps/bookmarks/addBm.php, line #31</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>addBookmark($_POST['url'], '', 'Read-Later');</div></blockquote><div><br></div><div>should be changed to</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>
addBookmark($_GET['url'], '', 'Read-Later');</div></blockquote><div><br></div><div><br></div><div>P.S. Please do not forget to submit it to the bug tracker.</div><div><br></div><div>---</div><div>Victor Dubiniuk<br>
<br><div class="gmail_quote">On Wed, Jun 20, 2012 at 6:23 PM, Christian Reiner <span dir="ltr"><<a href="mailto:foss@christian-reiner.info" target="_blank">foss@christian-reiner.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wednesday 20 June 2012 15:38:56 Christian Homrighausen wrote:<br>
> Hi,<br>
><br>
> Whenever I use the "read later" bookmarklet to create a bookmark, there<br>
> is only an "unnamed" entry with no URL.<br>
<br>
</div>I confirm this bug, using OC-4.0.2 under opensuse x86, apache 2.2, php 5.3.<br>
Firefox 13 under opensuse x86-64 on the client side.<br>
<br>
In addition I observe this trange behaviour:<br>
instead of calling the bookmark app in a separate window / tab when clicking<br>
the bookmark a mini window is opened and I get the raw looking text "Saved!".<br>
Huge black letters on apure white background. And the text is too big for that<br>
window. Looks like something is really broken.<br>
<br>
Since the Shortlet from the Shorty app works as expected, and since that uses<br>
the same strategy, we can say:<br>
it is the bookmark app broken under OC-4.0.2, it is not an issue with the<br>
browser or anything.<br>
<span class="HOEnZb"><font color="#888888"><br>
Christian Reiner<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</div></div></blockquote></div><br></div>