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

Log application REST resources - improvements #64

Open
andrus opened this issue Sep 30, 2022 · 0 comments
Open

Log application REST resources - improvements #64

andrus opened this issue Sep 30, 2022 · 0 comments

Comments

@andrus
Copy link
Contributor

andrus commented Sep 30, 2022

Per #32 we implemented a basic ResourceModelDebugger. It still has some limitations that need to be addressed:

  • JAX-RS subresources are not included in the log
  • Semantic sorting instead of simple alphabetic by URL. here is an example of the current incorrect sorting, where a dash in the path results in broken grouping of the "foo" resource:
GET /foo
POST /foo
GET /foo-a
GET /foo-b
DELETE /foo/{id}
GET /foo/{id}
PUT /foo/{id}
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

1 participant