the results i presently experience work, using one of the earliest version of this post, but not having success inserting the h2 push cache. when the content needs creating, the API kicks in, and some tiny amount of (necessary) support code also serves bytes range requests upon said content (which i desire to avoid maintaining). when the content exists, the defaultsrvlet handler precedes the API, and the byte range code may be more robust than the shim i put in.
On Sat, Mar 16, 2019 at 4:14 AM James Northrup <[email protected]> wrote: > deeper rtfm leads me to beleive I should refactor to a handler, yes, > though i want the handler's results to have h2 push and gzip as well > > On Thu, Mar 14, 2019 at 5:10 AM Joakim Erdfelt <[email protected]> wrote: > >> The "and a rest-api to intercept missing content" is ambiguous. >> >> It could be as easy as setting up an ErrorHandler on 404 to a specific >> rest API endpoint. >> Thing is, if you do that, your rest API can never respond 404 unless it's >> DispatcherType.ERROR aware (which few rest APIs are) >> >> Joakim Erdfelt / [email protected] >> >> >> On Sat, Mar 9, 2019 at 10:02 AM James Northrup <[email protected]> wrote: >> >>> Simone, Joakim, would it be possible to see all of these combined >>> layered features as quoted above in a pre-tested code snippet? >>> >>> the goal I have for http2 on port 8443 with a port 8080 302 response >>> forwarding to 8443, providing welcome files, gzip, static, h2 push, and a >>> rest-api to intercept missing content seems close, but still subject to >>> whack-a-mole >>> >>> after a couple weeks of using what i had before this thread, i sat back >>> down and repeated my unsuccessful climb, similar to whatever gists are >>> posted prior.. >>> >>> TIA >>> >>> >>> >>> On Tue, Feb 19, 2019 at 7:39 PM Simone Bordet <[email protected]> >>> wrote: >>> >>>> Hi, >>>> On Tue, Feb 19, 2019 at 1:18 PM James Northrup <[email protected]> wrote: >>>> > >>>> > btw, what would it take to follow along with the google PWA tutorial >>>> golang http2 server and recorgnize byte 0x16 is missing and kick a 302 out? >>>> >>>> This feature is already available in Jetty 9.4.15. >>>> You have to configure Jetty with OptionalSslConnectionFactory. >>>> >>>> -- >>>> Simone Bordet >>>> ---- >>>> http://cometd.org >>>> http://webtide.com >>>> Developer advice, training, services and support >>>> from the Jetty & CometD experts. >>>> _______________________________________________ >>>> jetty-users mailing list >>>> [email protected] >>>> To change your delivery options, retrieve your password, or unsubscribe >>>> from this list, visit >>>> https://www.eclipse.org/mailman/listinfo/jetty-users >>>> >>> _______________________________________________ >>> jetty-users mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://www.eclipse.org/mailman/listinfo/jetty-users >> >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://www.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
