Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST a new message returns a location that returns a 404 #5

Open
jasondentler opened this issue Aug 3, 2011 · 1 comment
Open

POST a new message returns a location that returns a 404 #5

jasondentler opened this issue Aug 3, 2011 · 1 comment

Comments

@jasondentler
Copy link
Contributor

The javascript client tests fail because of an issue with the REST service.

  1. Post a new message to a topic. The URL will look something like http://localhost:6156/messages/topic/4e39582c5aeab3123ccacbae

  2. The response to the POST contains a location header like http://localhost:6156/messages/4e39582c5aeab3123ccacbaf/topic/4e39582c5aeab3123ccacbae

  3. GET the location from the POST response.

  4. Hermes responds with 404 service endpoint not found

@silviom
Copy link
Contributor

silviom commented Aug 3, 2011

Thanks Jason, I'm going to check what is wrong.

silviom added a commit that referenced this issue Aug 24, 2011
…3592cb

Fix for Issue #5: "POST a new message returns a location that returns a 404"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants