The OpenXCAP 0.9.7(version 0.9.7) allows the HTTP URI that is not 
percent-encoded while the 
percent-encoded URI is rejected by the server. There is no problem of 
installation. Two types of 
http URIs are shown below:

Accept: http://xcap-root/resource-lists/users/sip:[EMAIL 
PROTECTED]/index/~~/resource-lists/[EMAIL PROTECTED]"friends"]
Reject: http://xcap-root/resource-lists/users/sip:[EMAIL 
PROTECTED]/index/~~/resource-lists/[EMAIL PROTECTED]

Another problem is about fetching element that within multiple-folded elements, 
for example:

<list name="friend">
    <entry uri="sip:[EMAIL PROTECTED]">
        <display-name>Alice</display-name>
    </entry>
    <entry uri="sip:[EMAIL PROTECTED]">

        <display-name>Bob</display-name>

    </entry>
</list>
<list name="closefriends">

    <entry uri="sip:[EMAIL PROTECTED]">

        <display-name>Tom</display-name>

    </entry>

    <entry uri="sip:[EMAIL PROTECTED]">


        <display-name>Mike</display-name>


    </entry>

</list>

If fetching the element of "mike", the responsed to the following URI is "404 
Not found".

http://xcap-root/resource-lists/users/sip:[EMAIL 
PROTECTED]/index/~~/resource-lists/[EMAIL PROTECTED]@uri=%22sip:[EMAIL 
PROTECTED]

However, an alternative way of uing element sequence number works.

http://xcap-root/resource-lists/users/sip:[EMAIL 
PROTECTED]/index/~~/resource-lists/list[2]\entry[2]


Hope anyone can give me some clues, thanks a billion

Regards,
Kevin


_________________________________________________________________
MSN 中文网,最新时尚生活资讯,白领聚集门户。
http://cn.msn.com
_______________________________________________
Users mailing list
Users@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/users

Reply via email to