Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] pulled source, test failing

ok, saw you mentioned github in your first mail and wanted to make
sure you were pulling from the right place.

Joakim is correct, update to the latest jdk and many classes of issues
will go away.  Not saying that jetty is perfect, we have some
intermittent test failures but they are mostly on mac right now and
are timing issues in the tests themselves from what we have diagnosed.

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Jan 27, 2012 at 14:40, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
> git
> clone http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
>
>
> On Fri, Jan 27, 2012 at 3:03 PM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
> wrote:
>>
>> what url did you clone from?
>>
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>>
>>
>>
>> On Fri, Jan 27, 2012 at 13:59, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
>> > Ok so this is part II, this time I'm trying with ubuntu.
>> >
>> > Can someone tell me why it failed?
>> >
>> > Fresh VM, pulled from git, ran mvn install.
>> >
>> >
>> > -------------------------------------------------------
>> >  T E S T S
>> > -------------------------------------------------------
>> > Running org.eclipse.jetty.io.IOTest
>> > The quick brown fox jumped over the lazy dog
>> > OSHUT Socket[addr=/127.0.0.1,port=45283,localport=54645]
>> > ISHUT Socket[addr=/0:0:0:0:0:0:0:0,port=54645,localport=45283]
>> > OSHUT Socket[addr=/0:0:0:0:0:0:0:0,port=54645,localport=45283]
>> > CLOSE Socket[addr=/0:0:0:0:0:0:0:0,port=54645,localport=45283]
>> > ISHUT Socket[addr=/127.0.0.1,port=45283,localport=54645]
>> > java.net.SocketException: Transport endpoint is not connected
>> > CLOSE Socket[addr=/127.0.0.1,port=45283,localport=54645]
>> > OSHUT Socket[addr=/127.0.0.1,port=35367,localport=43340]
>> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802
>> > sec
>> > Running org.eclipse.jetty.io.BufferTest
>> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
>> > Running org.eclipse.jetty.io.BufferUtilTest
>> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008
>> > sec
>> > Running org.eclipse.jetty.io.ThreadLocalBuffersTest
>> > Buffers Retrieved: 9112070
>> > Memory Used: 1851096
>> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311
>> > sec
>> > Running org.eclipse.jetty.io.bio.SocketEndPointTest
>> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011
>> > sec
>> > Running org.eclipse.jetty.io.nio.NIOTest
>> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208
>> > sec
>> > Running org.eclipse.jetty.io.nio.ChannelEndPointTest
>> > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
>> > sec
>> > Running org.eclipse.jetty.io.nio.SelectChannelEndPointSslTest
>> > 2012-01-27 11:42:12.200:INFO:oejus.SslContextFactory:Enabled Protocols
>> > [SSLv2Hello, TLSv1, SSLv3] of [SSLv2Hello, SSLv3, TLSv1]
>> > 2012-01-27 11:42:13.127:INFO:oeji.nio:javax.net.ssl.SSLException:
>> > Inbound
>> > closed... is expected soon
>> > 2012-01-27 11:42:13.128:WARN:oeji.nio:javax.net.ssl.SSLException:
>> > Inbound
>> > closed before receiving peer's close_notify: possible truncation attack?
>> > blocked for 401ms
>> > Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.761
>> > sec
>> > <<< FAILURE!
>> > Running org.eclipse.jetty.io.nio.SelectChannelEndPointTest
>> > blocked for 401ms
>> > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.257
>> > sec
>> > Running org.eclipse.jetty.io.BufferCacheTest
>> > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
>> > sec
>> >
>> > Results :
>> >
>> > Failed tests:
>> >   testIdle(org.eclipse.jetty.io.nio.SelectChannelEndPointSslTest)
>> >
>> > Tests run: 39, Failures: 1, Errors: 0, Skipped: 0
>> >
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Reactor Summary:
>> > [INFO]
>> > [INFO] Jetty :: Project .................................. SUCCESS
>> > [1.794s]
>> > [INFO] Jetty :: Utilities ................................ SUCCESS
>> > [38.377s]
>> > [INFO] Jetty :: JMX Management ........................... SUCCESS
>> > [8.042s]
>> > [INFO] Jetty :: IO Utility ............................... FAILURE
>> > [34.299s]
>> > [INFO] Jetty :: Http Utility ............................. SKIPPED
>> > [INFO] Jetty :: Continuation ............................. SKIPPED
>> > [INFO] Jetty :: Server Core .............................. SKIPPED
>> > [INFO] Jetty :: Security ................................. SKIPPED
>> > [INFO] Jetty :: Servlet Handling ......................... SKIPPED
>> > [INFO] Jetty :: Websocket ................................ SKIPPED
>> > [INFO] Jetty :: Asynchronous HTTP Client ................. SKIPPED
>> > [INFO] Jetty :: XML utilities ............................ SKIPPED
>> > [INFO] Jetty :: JASPI Security ........................... SKIPPED
>> > [INFO] Jetty :: Webapp Application Support ............... SKIPPED
>> > [INFO] Test :: Jetty Servlet Tester ...................... SKIPPED
>> > [INFO] Jetty :: Utility Servlets and Filters ............. SKIPPED
>> > [INFO] Jetty :: Deployers ................................ SKIPPED
>> > [INFO] Jetty :: AJP ...................................... SKIPPED
>> > [INFO] Jetty :: JNDI Naming .............................. SKIPPED
>> > [INFO] Jetty :: Plus ..................................... SKIPPED
>> > [INFO] Jetty :: Servlet Annotations ...................... SKIPPED
>> > [INFO] Jetty :: Rewrite Handler .......................... SKIPPED
>> > [INFO] Jetty :: Policy Tool .............................. SKIPPED
>> > [INFO] Jetty :: Monitoring ............................... SKIPPED
>> > [INFO] Jetty :: Start .................................... SKIPPED
>> > [INFO] Jetty :: Nested ................................... SKIPPED
>> > [INFO] Jetty :: Overlay Deployer ......................... SKIPPED
>> > [INFO] Jetty Tests :: Parent ............................. SKIPPED
>> > [INFO] Jetty Tests :: Sessions :: Parent ................. SKIPPED
>> > [INFO] Jetty Tests :: Sessions :: Common ................. SKIPPED
>> > [INFO] Jetty :: NoSQL Session Managers ................... SKIPPED
>> > [INFO] Jetty :: Http Service Provider Interface .......... SKIPPED
>> > [INFO] Test :: Jetty Test Webapp ......................... SKIPPED
>> > [INFO] Jetty :: Aggregate Project ........................ SKIPPED
>> > [INFO] Jetty :: Aggregate :: All core Jetty .............. SKIPPED
>> > [INFO] Jetty :: Distribution Assemblies .................. SKIPPED
>> > [INFO] Test :: Continuation .............................. SKIPPED
>> > [INFO] Jetty :: Nested Test .............................. SKIPPED
>> > [INFO] Example :: Jetty Embedded ......................... SKIPPED
>> > [INFO] Jetty Tests :: WebApps :: Parent .................. SKIPPED
>> > [INFO] Jetty Tests :: WebApp :: RFC2616 .................. SKIPPED
>> > [INFO] Jetty Tests :: Integrations ....................... SKIPPED
>> > [INFO] Jetty Tests :: Sessions :: Hash ................... SKIPPED
>> > [INFO] Jetty Tests :: Sessions :: JDBC ................... SKIPPED
>> > [INFO] Jetty Tests :: Login Service ...................... SKIPPED
>> > [INFO] Jetty :: Aggregate :: HTTP Server ................. SKIPPED
>> > [INFO] Jetty :: Aggregate :: HTTP Client ................. SKIPPED
>> > [INFO] Jetty :: Aggregate :: Servlet Server .............. SKIPPED
>> > [INFO] Jetty :: Aggregate :: WebApp Server ............... SKIPPED
>> > [INFO] Jetty :: Aggregate :: Websocket ................... SKIPPED
>> > [INFO] Jetty :: Aggregate :: Plus Server ................. SKIPPED
>> > [INFO] Jetty :: Aggregate :: All Server .................. SKIPPED
>> > [INFO] Jetty :: OSGi ..................................... SKIPPED
>> > [INFO] Jetty :: OSGi :: Boot ............................. SKIPPED
>> > [INFO] Jetty :: OSGi :: Boot JSP ......................... SKIPPED
>> > [INFO] Jetty :: OSGi :: Boot Logback ..................... SKIPPED
>> > [INFO] Jetty :: OSGi :: Boot :: Warurl ................... SKIPPED
>> > [INFO] Jetty :: OSGi :: HttpService ...................... SKIPPED
>> > [INFO] Jetty :: OSGi :: Example Equinox Tools ............ SKIPPED
>> > [INFO] Jetty :: OSGi :: Test ............................. SKIPPED
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] BUILD FAILURE
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 1:23.934s
>> > [INFO] Finished at: Fri Jan 27 11:42:41 PST 2012
>> > [INFO] Final Memory: 35M/83M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-surefire-plugin:2.8.1:test (default-test)
>> > on
>> > project jetty-io: There are test failures.
>> > [ERROR]
>> > [ERROR] Please refer to
>> >
>> > /home/sahmed/dev/sources/org.eclipse.jetty.project/jetty-io/target/surefire-reports
>> > for the individual test results.
>> > [ERROR] -> [Help 1]
>> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>> > execute
>> > goal org.apache.maven.plugins:maven-surefire-plugin:2.8.1:test
>> > (default-test) on project jetty-io: There are test failures.
>> >
>> > Please refer to
>> >
>> > /home/sahmed/dev/sources/org.eclipse.jetty.project/jetty-io/target/surefire-reports
>> > for the individual test results.
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>> > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>> > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>> > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>> > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>> > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> > at
>> >
>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> > at
>> >
>> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > at java.lang.reflect.Method.invoke(Method.java:616)
>> > at
>> >
>> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>> > at
>> >
>> > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>> > at
>> >
>> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>> > at
>> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
>> > Caused by: org.apache.maven.plugin.MojoFailureException: There are test
>> > failures.
>> >
>> > Please refer to
>> >
>> > /home/sahmed/dev/sources/org.eclipse.jetty.project/jetty-io/target/surefire-reports
>> > for the individual test results.
>> > at
>> >
>> > org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:74)
>> > at
>> >
>> > org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:644)
>> > at
>> >
>> > org.apache.maven.plugin.surefire.SurefirePlugin.executeAfterPreconditionsChecked(SurefirePlugin.java:640)
>> > at
>> >
>> > org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:102)
>> > at
>> >
>> > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>> > at
>> >
>> > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>> > ... 19 more
>> > [ERROR]
>> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> > [ERROR]
>> > [ERROR] For more information about the errors and possible solutions,
>> > please
>> > read the following articles:
>> > [ERROR] [Help 1]
>> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> > [ERROR]
>> > [ERROR] After correcting the problems, you can resume the build with the
>> > command
>> > [ERROR]   mvn <goals> -rf :jetty-io
>> >
>> >
>> > mvn --version
>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800)
>> > Maven home: /usr/local/apache-maven
>> > Java version: 1.6.0_23, vendor: Sun Microsystems Inc.
>> > Java home: /usr/lib/jvm/java-6-openjdk/jre
>> > Default locale: en_US, platform encoding: UTF-8
>> > OS name: "linux", version: "3.0.0-12-generic", arch: "i386", family:
>> > "unix"
>> >
>> >
>> > On Fri, Jan 6, 2012 at 10:36 PM, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
>> >>
>> >> Do any of you use InteliJ?  I have intellij 9 and not sure the default
>> >> 'open existing project' setup the project correctly...
>> >>
>> >> Anyhow, here are my details:
>> >>
>> >> Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
>> >> Maven home: /Users/me/dev/java/apache-maven-3.0.3
>> >> Java version: 1.6.0_29, vendor: Apple Inc.
>> >> Java home:
>> >> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>> >> Default locale: en_US, platform encoding: MacRoman
>> >> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>> >>
>> >> Thanks!
>> >>
>> >> On Fri, Jan 6, 2012 at 8:51 AM, Thomas Becker <tbecker@xxxxxxxxxxx>
>> >> wrote:
>> >>>
>> >>> Build is green for me as well on MacOSX and linux.
>> >>>
>> >>>
>> >>> On 1/6/12 2:17 PM, Joakim Erdfelt wrote:
>> >>>
>> >>> No build issues here, or on the hudson/jenkins build servers.
>> >>>
>> >>> Can you detail your build environment some?
>> >>> What OS? (and version)
>> >>> What JDK? (and version)
>> >>> What Maven? (and version)
>> >>>
>> >>> --
>> >>> Joakim Erdfelt
>> >>> joakim@xxxxxxxxxxx
>> >>>
>> >>> http://webtide.com | http://intalio.com
>> >>> (the people behind jetty and cometd)
>> >>>
>> >>>
>> >>>
>> >>> On Thu, Jan 5, 2012 at 9:34 PM, S Ahmed <sahmed1020@xxxxxxxxx> wrote:
>> >>>>
>> >>>> Just pulled the source from github, and jetty-monitoring is failing.
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> -------------------------------------------------------------------------------
>> >>>> Test set: org.eclipse.jetty.monitor.AttrEventTriggerTest
>> >>>>
>> >>>>
>> >>>> -------------------------------------------------------------------------------
>> >>>> Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> >>>> 153.316
>> >>>> sec <<< FAILURE!
>> >>>> testNoCondition(org.eclipse.jetty.monitor.AttrEventTriggerTest)  Time
>> >>>> elapsed: 41.544 sec  <<< FAILURE!
>> >>>> java.lang.AssertionError: expected:<[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]>
>> >>>> but
>> >>>> was:<[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]>
>> >>>> at org.junit.Assert.fail(Assert.java:91)
>> >>>> at org.junit.Assert.failNotEquals(Assert.java:645)
>> >>>> at org.junit.Assert.assertEquals(Assert.java:126)
>> >>>> at org.junit.Assert.assertEquals(Assert.java:145)
>> >>>> at
>> >>>>
>> >>>> org.eclipse.jetty.monitor.AttrEventTriggerTest.testNoCondition(AttrEventTriggerTest.java:141)
>> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>>> at
>> >>>>
>> >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>>> at
>> >>>>
>> >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>>> at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>> at
>> >>>>
>> >>>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>> >>>> at
>> >>>>
>> >>>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>> >>>> at
>> >>>>
>> >>>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>> >>>> at
>> >>>>
>> >>>> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>> >>>> at
>> >>>>
>> >>>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>> >>>> at
>> >>>>
>> >>>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>> >>>> at
>> >>>>
>> >>>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
>> >>>> at
>> >>>>
>> >>>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>> >>>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>> >>>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>> >>>> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>> >>>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>> >>>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>> >>>> at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101)
>> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>>> at
>> >>>>
>> >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>>> at
>> >>>>
>> >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>>> at java.lang.reflect.Method.invoke(Method.java:597)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>> >>>> at $Proxy0.invoke(Unknown Source)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
>> >>>> at
>> >>>>
>> >>>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
>> >>>>
>> >>>> _______________________________________________
>> >>>> jetty-dev mailing list
>> >>>> jetty-dev@xxxxxxxxxxx
>> >>>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> jetty-dev mailing list
>> >>> jetty-dev@xxxxxxxxxxx
>> >>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>> >>>
>> >>>
>> >>> --
>> >>> thomas becker
>> >>> tbecker@xxxxxxxxxxx
>> >>>
>> >>> http://webtide.com / http://intalio.com
>> >>> (the folks behind jetty and cometd)
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> jetty-dev mailing list
>> >>> jetty-dev@xxxxxxxxxxx
>> >>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>> >>>
>> >>
>> >
>> >
>> > _______________________________________________
>> > jetty-dev mailing list
>> > jetty-dev@xxxxxxxxxxx
>> > https://dev.eclipse.org/mailman/listinfo/jetty-dev
>> >
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top