Ticket #2 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

POST request with no arguments returns an empy response

Reported by: swh Owned by: njl
Priority: major Milestone:
Component: SPARQL Server Version: 1.0
Keywords: http Cc:

Description

Requesting the SPARQL endpoint using POST with no arguments results in no return, eg:

$ telnet localhost 8000
Connected to XXX.
Escape character is '^]'.
POST /sparql/
Connection closed by foreign host.

Also

$ 4s-httpd bsbm25
$ curl -X POST http://localhost:8080/sparql/
curl: (52) Empty reply from server

Change History

comment:1 Changed 3 years ago by njl

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.