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

Fix two bugs in simple switch 13 examples #87

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

grantcurell
Copy link
Contributor

  • dpid with leading 0s would be truncated to less than 16 characters. This causes 404 errors on all URLs because the code would save the 15 character ID for the switch, but if you try to enter the 15 character ID, the dpid_lib DPID_PATTERN regex prevents you from sending the shortened string.
  • Response object incorrectly used body type when it should use text. See: Default charset does not apply to JSON responses Pylons/webob#298

- dpid with leading 0s would be truncated to less than 16 characters
- Response object incorrectly used body type when it should use text
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling be28997 on grantcurell:master into e3ebed7 on osrg:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling be28997 on grantcurell:master into e3ebed7 on osrg:master.

@fujita fujita merged commit be28997 into faucetsdn:master Apr 8, 2020
@fujita
Copy link
Contributor

fujita commented Apr 8, 2020

pushed, thanks!

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

Successfully merging this pull request may close these issues.

3 participants