You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ramesh Reddy (JIRA)" <ji...@apache.org> on 2015/07/29 01:47:05 UTC

[jira] [Created] (OLINGO-742) EntitySet name does not allow period "." in its name

Ramesh Reddy created OLINGO-742:
-----------------------------------

             Summary: EntitySet name does not allow period "." in its name
                 Key: OLINGO-742
                 URL: https://issues.apache.org/jira/browse/OLINGO-742
             Project: Olingo
          Issue Type: Bug
          Components: odata4-server
    Affects Versions: (Java) V4 4.0.0-beta-01
            Reporter: Ramesh Reddy
            Assignee: Ramesh Reddy
             Fix For: (Java) V4 4.0.0


If the EntitySet name is like "public.g1", the parser does not allow the GET request like 

{code}
GET /svc/public.g1
{code}

it fails with "'g1' is only allowed for typed parts",  any type EntitySet name should be allowed. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)