Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Problem with progressing query results

Jan,

I believe the ResponseInfo URI should match exactly the request URI. I know sometimes servers are "helpful" and modify the request URL in these ways. As an aside, this can cause worse problems for OAuth as signature validation fails.

We can look at finding the resource by RDF type (oslc:ResponseInfo), especially if we can't find it by URI. I'd suggest opening an enhancement at bugs.eclipse.org.

--
Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
Eclipse Lyo: Enabling tool integration with OSLC


Inactive hide details for Jan Steffen Becker ---04/14/2014 07:02:28 AM---Dear all, currently I am trying to send OSLC queries uJan Steffen Becker ---04/14/2014 07:02:28 AM---Dear all, currently I am trying to send OSLC queries using the OslcQuery and OslcQueryResult classes


    From:

Jan Steffen Becker <jan.steffen.becker@xxxxxxxxxxxxxxxx>

    To:

"lyo-dev@xxxxxxxxxxx" <lyo-dev@xxxxxxxxxxx>

    Date:

04/14/2014 07:02 AM

    Subject:

[lyo-dev] Problem with progressing query results

    Sent by:

lyo-dev-bounces@xxxxxxxxxxx




Dear all,

currently I am trying to send OSLC queries using the OslcQuery and OslcQueryResult classes.

It seems that the query engine does not find the ResponseInfo resource in the RDF stream, that the server returns, when its "about" URI does not exactly match the URI the query was sent to.

This may happen if the server slightly modifies the query string (e.g (un)escaping some characters) or the URI (e.g. resolving the host address).

Best regards
Jan Steffen
_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image


Back to the top