quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.49k stars 2.59k forks source link

Non-application endpoint Documentation #15759

Open pjgg opened 3 years ago

pjgg commented 3 years ago

Description

Would be great to have some documentation that talks about all the non-application endpoints that are supported by default and also the different configuration that is supported, like relative paths, absolute non-application-root-path or force a non-application endpoint redirection.

famod commented 3 years ago

FWIW, in case you didn't know, there is a nice blog post by @ebullient on the path resolution part: https://quarkus.io/blog/path-resolution-in-quarkus/ Maybe this should be referenced from the actual docs...?

/cc @kenfinnigan

ebullient commented 3 years ago

It is in there, but not consolidated in one place:

The blog post came after, so we could certainly put it somewhere.. just not sure where (as it isn't a guide, it's just doc?). I could elaborate/improve the http-reference guide..

quarkus-bot[bot] commented 2 years ago

/cc @ebullient, @quarkusio/Documentation