You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "shangrilaxie (via GitHub)" <gi...@apache.org> on 2023/03/17 09:00:00 UTC

[GitHub] [incubator-hugegraph] shangrilaxie commented on pull request #2143: feat: use an enhanced CypherAPI to refactor it

shangrilaxie commented on PR #2143:
URL: https://github.com/apache/incubator-hugegraph/pull/2143#issuecomment-1473446595

   克隆最新代码,编译打包正常。运行结果:post还是不行,get也不行了。错误信息一样:
   请求:http://localhost:8080/graphs/hugegraph/cypher?cypher=MATCH (m:person) RETURN m
   返回:(get和post都一样了,原来1.0.0版本的post返回500,get正常)
   {
       "exception": "class jakarta.ws.rs.NotAuthorizedException",
       "message": "HTTP 401 Unauthorized",
       "cause": ""
   }
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org