Jan Bartel

Results 47 issues of Jan Bartel

Closes #9511 Check that a class file that is about to be scanned is in the correct location, skipping it if not. For example, given a class with fully qualified...

Enhancement

Following on from #9433, in jetty-12 we could verify that the location of the class being scanned accords with it's reported package. If not, the scanning of that class could...

Enhancement
Jetty 12

**Jetty 10** o.e.j.deploy.providers.WebAppProvider uses a FileFilter to check for deployable webapps, but the Scanner's setFileFilter method is deprecated, and should be replaced by the use of the IncludeExcludeSet class.

Enhancement

**Challenged tests:** com/sun/ts/tests/servlet/spec/httpservletresponse/URLClient.java.flushBufferTest **TCK Version:** servlet-tck-6.0.1 **Tested Implementation:** Jetty **Description:** `Section 5.7 Closure of Response Object` states that: ``` When a response is closed, the container must immediately flush all...

TCK:challenge

**jetty-12.0.x** **ee9** The `BadServletInit` class in `jetty-ee9-test-badinit-webapp` is in the package `org.eclipse.jetty.ee10.test` but should be `org.eclipse.jetty.ee9.test`.

Bug

**jetty-12.0.x**

Enhancement
Low Priority

**jetty-12.0.x** **core* The `PropertyFileLoginModuleTest` has been disabled, but also refers to an ee10 class, which it should not.

Bug