You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Jörg (Jira)" <ji...@apache.org> on 2022/11/29 15:09:00 UTC

[jira] [Commented] (OLINGO-1583) Extend UriParser.parse() method with strict filter check feature

    [ https://issues.apache.org/jira/browse/OLINGO-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640764#comment-17640764 ] 

Jörg commented on OLINGO-1583:
------------------------------

Hi Michael,

Looks good. Error was

D:\depot\_build\tc\xpi.adapters.con\NW750EXT_SP_COR\src\_odata_lib_module\libm\api\com\sap\aii\adapter\lib\uri\UriInfoProvider.java:38: error: no suitable method found for parse(Edm, List<PathSegment>, Map<String,String>, boolean) 

and now you added

  public static UriInfo parse(final Edm edm, final List<PathSegment> pathSegments,
                              final Map<String, String> queryParameters, boolean strictFilter)

Go ahead!

Thanks, Joerg.

> Extend UriParser.parse() method with strict filter check feature
> ----------------------------------------------------------------
>
>                 Key: OLINGO-1583
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1583
>             Project: Olingo
>          Issue Type: New Feature
>          Components: MISC
>    Affects Versions: V2 2.0.12
>            Reporter: Jörg
>            Assignee: mibo
>            Priority: Major
>             Fix For: V2 2.0.12
>
>
> Overload methods in org.apache.olingo.odata2.api.uri.UriParser to enable/disable strict filters in public release.
> References:
> * [https://github.com/apache/olingo-odata2/commits/master?before=1fdfe59639ac1bffae58a60b0583c5b720d99f77+105&branch=master&qualified_name=refs%2Fheads%2Fmaster|https://github.com/apache/olingo-odata2/commits/master?before=1fdfe59639ac1bffae58a60b0583c5b720d99f77+105&branch=master&qualified_name=refs/heads/master]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)