Custom authentication mechanism
by raphael billard
Hi.
I need to develop my own auhentication mechanism. I have found few
information about how to do it at http://undertow.io/undertow
-docs/undertow-docs-1.2.0/index.html. The paragraph "Servlet Extensions"
indicates that more examples can be found in the deployement guide. But the
given link to the webpage http://undertow.io/und
ertow-docs/undertow-docs-1.2.0/deployment.html is dead. Same thing for
version 1.3.0. Is the deployement guide available from another location ?
Regards.
9 years, 5 months
Undertow server doesn't support PATCH
by Steve Hu
I am building a REST API framework on top of undertow core to support
design driven implementation from Open API (Swagger) specifications for
security and validation during runtime. From swagger-codegen result, I
found that undertow doesn't support http method PATCH. Is there a reason it
is not supported? or any workaround? Thanks.
https://github.com/networknt/undertow-server
9 years, 5 months
Server-Sent Event: support of retry reconnection time
by Cédric Tran-Xuan
Hello,
We are using the Undertow SSE support.
In the SSE spec, it is possible to send a "retry: <time in milliseconds>"
that tells the client to try a reconnection after a certain amount of time (
https://html.spec.whatwg.org/multipage/comms.html#concept-event-stream-re...
).
Right now, we haven't found the ability to send the "retry" via the
Undertow API.
If we look at the ServerSentEventConnection class, you can only send an
event, an id and a data.
So, is it a missing feature or is there a way, we may have missed, to send
the "retry"?
Thanks in advance for the answer!
Best regards,
Cédric.
9 years, 5 months