ocpsoft / rewrite

OCPsoft URL-Rewriting Framework
http://ocpsoft.org/rewrite/
Apache License 2.0
189 stars 86 forks source link

Attempt to support Spring Boot WebApplicationContext initialization and lookup #368

Closed lincolnthree closed 1 year ago

lincolnthree commented 1 year ago

Fixes https://github.com/ocpsoft/rewrite/issues/362

lincolnthree commented 1 year ago

@larsgrefer Ok. Updated with what I think should resolve the issue. Let me know your thoughts! Actually I do have some concerns about part of this due to the fact that Threads might be re-used between ServletContexts depending on how containers do initialization, but interested in your thoughts.

lincolnthree commented 1 year ago

Dangit. I did not mean to close this by renaming the branch. Working on a fix.