Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Setting "asyncSupported" in ServletHolder.java

hi, i've fixed this by adding, in addition to the CGI servlet, a
DefaultServlet with mapping "/"  to the ServletContextHandler.

seems there was some interference from other contexts (the webdefault.xml
DefaultServlet?) that was turning asyncSupported off in the e.g.
/horde/mnemo/ ->/horde/mnemo/index.php translation process.

regards, greg

ps i have filed a bug 436916 with a patch for a problem in CGI.java 9.2
parsing CGI paths such as "/mailman/listinfo/jetty" (1.6 was correct)



--
View this message in context: http://jetty.4.x6.nabble.com/jetty-dev-Setting-asyncSupported-in-ServletHolder-java-tp4962654p4962674.html
Sent from the Jetty Dev mailing list archive at Nabble.com.


Back to the top