Replies: 1 comment
-
@srpsingh I have moved this question here: resteasy/resteasy-spring-boot#340 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using resteasy-servlet-spring-boot-starter 6.2.0.Final with springboot 3.2.2. I'm not sure how can we serve static files from /META-INF/resources/api. https://docs.jboss.org/resteasy/docs/6.2.9.Final/userguide/ suggests that we can use filter org.jboss.resteasy.plugins.server.servlet.FilterDispatcher but it doesn't seem to help as the servlet HttpServlet30Dispatcher just sends not-found response back. Looking for pointers to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions