Playacem

Results 6 issues of Playacem

A first draft of my cors api proposal. Origins are now configured via methods instead of setting the collection directly, adding a special way to set the star origin. Currently...

INPUT WANTED

Inspired by some discussion on the Javalin Discord server: This PR add a new method for Javalin instances called `updateConfig` which fulfills a similiar role to the existing `create(Consumer)` function...

Todos: - [ ] tests for IPv4 addresses as an origin - [ ] tests for IPv6 addresses as an origin - [ ] harden port extraction especially for IPv6...

As suggested by @zugazagoitia in #2104, we should consider rewriting the custom host scheme port logic in the CORS plugin to use the JDK's URI class. I plan to look...

Heroku will [stop offering a free tier](https://blog.heroku.com/next-chapter#focus-on-mission-critical) starting 2022-11-28. >Starting October 26, 2022, we will begin deleting inactive accounts and associated storage for accounts that have been inactive for over...

While helping people with CORS this is one thing I have seen people use and then getting confused as to why it doesn't work. This is already documented in the...