Hi,
i get another error in the console on all pages, maybe it helps:
Script (
https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Script?lang…
)GET
https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Script?lang…
403 (Forbidden)
Settings (
https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Settings?la…
)GET
https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Settings?la…
403 (Forbidden)
Settings (
https://intranet.trox.de/xwiki/wiki/intranet/ssx/AnnotationCode/Settings?la…
)GET
https://intranet.trox.de/xwiki/wiki/intranet/ssx/AnnotationCode/Settings?la…
403 (Forbidden)
Style (
https://intranet.trox.de/xwiki/wiki/intranet/ssx/AnnotationCode/Style?langu…
)GET
https://intranet.trox.de/xwiki/wiki/intranet/ssx/AnnotationCode/Style?langu…
403 (Forbidden)
These errors are not there when a admin user is used.
We are using Apache/2.2.3 (Linux/SUSE) with Single-Sign-On for local
users by ldap. But Single-Sign-On is not integrated into xwiki.
Java is done by the Trifork Application Server.
Usernames are like "zimmermann" or "mzimmer" or "eb-zimmer".
Nothing
special.
I can only see a cookie for xwiki with the JSESSIONID.
Yours,
Mark
>>
Von: Sergiu Dumitriu <sergiu(a)xwiki.com
An:XWiki Users <users(a)xwiki.org
Datum: 31.05.2011 02:44
Betreff: Re: [xwiki-users] Antw: Re: Linking images in the wysiwyg
editor
On 05/30/2011 04:20 PM, Mark Zimmermann wrote:
Hello,
authentification is done with ldap. We only customized the skin.
Changing the skin by adding "?skin=toucan" does not help.
So it should work. I just tried it on
xwiki.org, and the behavior was
as
expected.
Here some output:
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
--> "The request requires user
authentication"
Hm, somehow the authentication cookies don't make it to the REST
component...
Assuming you're using an Apache httpd frontend, is there anything
special happening in there?
Is there something special with the username?
Can you check with Firebug if the authentication cookies are sent when
requesting this page?
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
> --> works, XML File output
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
works,
not
> found anything matching the request URI"
>
https://intranet.trox.de/xwiki/rest/wikis/ --> works, XML File
> Thanks for any advice!
>>>
> Von: Sergiu
Dumitriu<sergiu(a)xwiki.com
> An:XWiki
Users<users(a)xwiki.org
> Datum:
26.05.2011 19:21
> Betreff: Re: [xwiki-users] Antw: Re: Linking images in the wysiwyg
> editor
> On 05/26/2011 04:26 PM, Mark Zimmermann wrote:
>> Hi Marius,
>
>> thanks for the manual to get nearer to
the failure.
>
>> As a normal user i get this response:
>
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
>> 401 Unauthorized
>> As admin:
>> ... 200 OK
> This means that the REST requests are not
properly authenticated.
Are
> you using a custom authenticator or rights manager, or are you on a
> default XE?
> Can you try going up the hierarchy of that
URL, removing one by one
the
> pieces at the end, like:
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/EB%20Knowledge%20…
>
https://intranet.trox.de/xwiki/rest/wikis/intranet/spaces/
>
https://intranet.trox.de/xwiki/rest/wikis/intranet/
>
https://intranet.trox.de/xwiki/rest/wikis/
> Do they all return a 401 response?
>> I suppose the list of attachments is
empty for a regular user and
> not
>> empty for an admin, right? Yes
>> All pages are edited and filled by regular users. Admins are only
> for
>> administration, they do not work in the pages.
>
>> Do you have any suggestions?
>
>> Yours,
>> Mark
>
>
>>>>
>
>
>> Von: Marius Dumitru Florea<mariusdumitru.florea(a)xwiki.com
>> An:<users@xwiki.org
>> Datum: 26.05.2011 11:59
>> Betreff: Re: [xwiki-users] Antw: Re: Linking images in the wysiwyg
>> editor
>> On 05/26/2011 08:46 AM, Mark Zimmermann wrote:
>>> Hi Marius,
>>
>>> here you
find the picture in a better place.
>>
>>>
http://www.trox.de/service/Dialog.png
>>
>>> What
happend:
>>> - An attachment is already uploaded and linked to a wiki page
>>> - FYI: Files are stored in DB
>>> - Open a wiki page
>>> - Choose WYSIWYG Editor
>>> - Mark a word, click "Link" in the Menu
>>> - The Link Dialog opens
>>> - I browse through all Pages in the XWIKI tree
>>> - I can not find my files (any file in the whole tree)
>>
>>> Note: If
the attachments are on the same page, they are displayed,
>> like
>>> on the left side, but can not be seen in the tree on the right
side
>
>>> And if I am logged in as an
Administrator, everything works
>> perfectly.
>
>> This suggests that you're having a
rights issue. I tested both
> locally
>
>> with a fresh XWiki Enterprise 2.7 and
also on a 2.7 XWiki
Enterprise
>> Manager (which you're using) and I couldn't reproduce your problem.
> It
>
>> would be great if you can use Firefox
browser with its Firebug
>> extension
>> to check the response received to the REST request that is supposed
> to
>
>> retrieve the list of attachments:
>
>> * open Firebug and go to the console
tab (enable it if it is
> disabled)
>> * open the link dialog and browse the tree to a document that you
> know
>
>> it has attachments.
>> * expand the "Attachments" node
>> * the last request logged in the console should look like:
>
>
http://<server>/xwiki/rest/wikis/<subwiki>/spaces/<spaceName>/pages/<pageName>/attachments
>
>> Check the XML response. I suppose the
list of attachments is empty
> for
>> a
>> regular user and not empty for an admin, right? You can copy the
URL
> and
> try it in a separate browser tab/window, once for a regular user
and
>> once for an admin. Does it happen for all pages, even for pages
> created
>
>> by the regular user and which have
files attached by the regular
> user?
>
>> Is there anything logged in the server
console when the
> "Attachments"
>> node is expanded?
>
>> Hope this helps,
>> Marius
>
>>
>>> Thanks,
>>> Mark
>>
>>>>>
>>
>>
>>> Von: Marius Dumitru Florea<mariusdumitru.florea(a)xwiki.com
>>> An:<users@xwiki.org
>>> Datum: 26.05.2011 00:48
>>> Betreff: Re: [xwiki-users] Linking images in the wysiwyg editor
>>> Hi Mark,
>>
>>> This
mailing list forbids mail attachments. Could you upload your
>> image
>>
>>> on a
public site? Also, can you detail a bit the steps need to
>>> reproduce
>>> the problem? I suppose you are attaching the file to the currently
>>> edited page, so from the "Current page" tab. Is that right?
>>
>>> Thanks,
>>> Marius
>>
>>> On
05/25/2011 01:25 PM, Mark Zimmermann wrote:
>>>> Hello,
>>>> we are using XWIKI ENTERPRISE 2.7.33656. Attaching of files to a
>>> wiki
>>>> page is working properly with the WYSIWYG editor.
>>>> If I want to link to the attached file another time from the same
>>>> location or another location i do not see the file in the
document
>>> tree
>>>> of the link window. No file is displayed here, but if the file is
>>> stored
>>>> on the same page it is only displayed in the first tab of this
>>> dialog.
>>>> For better understanding, there is an image of these dialogs
>>> attached.
>>>> Thanks for any help.
>>>> Yours, Mark
>>>
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
TROX GmbH
Heinrich-Trox-Platz, 47504 Neukirchen-Vluyn
Amtsgericht Kleve, HRB 4997
Geschäftsführung:
Udo Brinkmann, Lutz Reuter
Aufsichtsrat:
Dr. Wilhelm Dettmering (Vorsitzender)