Jan Bartel

Results 47 issues of Jan Bartel

**jetty-12.0.x** **Jetty Environment** core `jetty-core/jetty-deploy/src/main/config/etc` contains: `jetty-decorate.xml` `jetty-decorate-web.xml` Both of which reference specific ee classes. I think neither of these files should actually be used as the deployer is configured...

Bug

Experimentation with possible new servlet api addition

The webdefault.xml currently uses the standard JspServlet, but should be updated to use the JettyJspServlet. See this jetty bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452261 The JettyJspServlet supports correct handling of element, particularly in the...

Need to support ee specific jetty-env.xml file, just as we do for jetty-web.xml

**jetty-12** There are a few `pom.xml` files in jetty-12 that have commented out sections. We should review those and remove those that are not needed, or otherwise fix them up.

Build
Stale

For testing sessions, I need to be able to put an env var into app.yaml (eg SESSIONS: 'datastore'). This env var shouldn't be there when local tests are run (unless...

Refactor ee11 servlet ErrorHandler to use more of the core ErrorHandler to reduce duplication of code.

build-no-cache

**Jetty version(s)** jetty-12.1 **Jetty Environment** ee11 List of currently failing ee11 tck tests to fix (check means it's fixed): - [x] servlet.tck.api.jakarta_servlet.servletcontext.ServletContextTests.GetMinorVersionTest - [x] servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.getValueQuotedTest - [x] servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.setMaxAgeZeroTest - [x]...

Bug

**Jetty version(s)** jetty-12.1.x ### Failing Test `servlet.tck.api.jakarta_servlet_http.cookie.CookieTests.getValueQuotedTest` This test sends a cookie from the client to the server that is constructed like so: ```java "Cookie: name1=\"value1\"; Domain=" + _hostname +...

Bug
TCK