Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern property seems not to work starting with 11.0.16 #12304

Closed
cliviu opened this issue Sep 24, 2024 · 6 comments

Comments

@cliviu
Copy link

cliviu commented Sep 24, 2024

Jetty Version
11.0.16 - 11.0.24

Java Version

OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)

Question

the property org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern seems not to work starting with 11.0.16 or something has changed in comparison with 11.0.15. The same Vaadin application starts with the embedded Jetty 11.0.15 but not with any Jetty 11 version greater as 11.0.15

Does it ring any bells? Any change with 11.0.16?

@cliviu cliviu changed the title org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern proprty seems not to work starting with 11.0.16 org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern property seems not to work starting with 11.0.16 Sep 24, 2024
@joakime
Copy link
Contributor

joakime commented Sep 24, 2024

Jetty 11 is at End of Community Support.

You should be using a supported version of Jetty at this point in time.
That would be Jetty 12.

@joakime
Copy link
Contributor

joakime commented Sep 24, 2024

Both the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern and the org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern work as designed (as Context Attributes) on Jetty 12.0.x, in environments ee8 thru ee10.

If you have a reproduction example, using a released version of Jetty 12.0.x, let us know where to get it and how run it.

@cliviu
Copy link
Author

cliviu commented Sep 24, 2024

Jetty 11 is at End of Community Support.

You should be using a supported version of Jetty at this point in time. That would be Jetty 12.

Yes I know but I have some problems with Jetty12: #11092 and it looks like pac4j is also not running with Jetty 12 (#11809)

@cliviu
Copy link
Author

cliviu commented Sep 24, 2024

Both the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern and the org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern work as designed (as Context Attributes) on Jetty 12.0.x, in environments ee8 thru ee10.

If you have a reproduction example, using a released version of Jetty 12.0.x, let us know where to get it and how run it.

I'm trying to see what is the difference between Jetty 11.0.15 and 11.0.16 that makes my Vaadin application not working.
Same Vaadin version, no changes in code, just swapping the 11.0.15 with any Jetty 11 version greater than it results in vaadin/flow#15991 .

@joakime
Copy link
Contributor

joakime commented Sep 24, 2024

@cliviu this is Jetty 11, a version that is out of support.

If this happens in Jetty 12 we can address it, otherwise this issue is considered out of support.

@cliviu
Copy link
Author

cliviu commented Sep 24, 2024

@cliviu this is Jetty 11, a version that is out of support.

* [EoCS (End of Community Support) for Jetty 10 / Jetty 11 - January 2024 #10485](https://github.com/jetty/jetty.project/issues/10485)

If this happens in Jetty 12 we can address it, otherwise this issue is considered out of support.

Ok, I understand

@cliviu cliviu closed this as completed Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants