You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to migrate an existing service to a new service using OData SDL.
I've just discovered that my client is using query options in the request body as it is specified in the specification : PassingQueryOptionsintheRequestBody.
I try to query my new service like that but OData SDL always raises this exception :
2020-06-16 17:12:41 [cher-110] ERROR ODataRendererActor$$anonfun$receive$1:52 - Invalid request - com.sdl.odata.api.parser.ODataUriParseException: 'string matching regex '([\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc \p{Pc}\p{Cf}]*\.)+' expected but '$' found'
com.sdl.odata.api.parser.ODataUriParseException: string matching regex '([\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]*\.)+' expected but '$' found
at com.sdl.odata.parser.ODataUriParser.parseUri(ODataUriParser.scala:34)
at com.sdl.odata.parser.ODataParserImpl.parseUri(ODataParserImpl.java:37)
at com.sdl.odata.service.actor.ODataParserActor$$anonfun$receive$1.applyOrElse(ODataParserActor.scala:34)
at akka.actor.Actor.aroundReceive(Actor.scala:517)
at akka.actor.Actor.aroundReceive$(Actor.scala:515)
at com.sdl.odata.service.actor.ODataParserActor.aroundReceive(ODataParserActor.scala:27)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:592)
at akka.actor.ActorCell.invoke(ActorCell.scala:561)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:258)
at akka.dispatch.Mailbox.run(Mailbox.scala:225)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Is this feature supported ? If not, do you plan to support it ?
Regards
The text was updated successfully, but these errors were encountered:
I try to migrate an existing service to a new service using OData SDL.
I've just discovered that my client is using query options in the request body as it is specified in the specification : PassingQueryOptionsintheRequestBody.
I try to query my new service like that but OData SDL always raises this exception :
Is this feature supported ? If not, do you plan to support it ?
Regards
The text was updated successfully, but these errors were encountered: