[infinispan-issues] [JBoss JIRA] (ISPN-4761) Protobuf schema parser should not allow definitions that have a '.' separated name
Adrian Nistor (JIRA)
issues at jboss.org
Thu Sep 25 06:15:06 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-4761:
--------------------------------
Description:
This sample should not be legal.
{code}
package test;
message somePackage.M1 {
required string a = 1;
}
{code}
was:
This sample should not be legal.
{code}
package test;
message somePackage.M1 {
required string a = 1;
}
{code}
> Protobuf schema parser should not allow definitions that have a '.' separated name
> ----------------------------------------------------------------------------------
>
> Key: ISPN-4761
> URL: https://issues.jboss.org/browse/ISPN-4761
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 7.0.0.Beta2
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.CR1
>
>
> This sample should not be legal.
> {code}
> package test;
> message somePackage.M1 {
> required string a = 1;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list