Community
Participate
Working Groups
I was updating some things with the jetty-policy and noticed that we have some old properties laying around... org.mortbay.io.nio.JVMBUG_THRESHHOLD org.mortbay.io.nio.MONITOR_PERIOD org.mortbay.io.nio.MAX_SELECTS org.mortbay.io.nio.BUSY_PAUSE org.mortbay.io.nio.BUSY_KEY
I would have simply renamed them but my concern is if these are used in the wild at all then that could amount to being an 'api' change... though perhaps being 7.2 that would be fine?
* changed the instances in the jetty-io artifact * org.mortbay -> org.eclipse in DebugHandler (jetty-server artifact) ------- New Revision: 2220 Modified: jetty/trunk/jetty-io/src/main/java/org/eclipse/jetty/io/nio/SelectorManager.java jetty/trunk/jetty-server/src/main/java/org/eclipse/jetty/server/handler/DebugHandler.java jetty/trunk/jetty-server/src/test/java/org/eclipse/jetty/server/ConnectorTimeoutTest.java Log: 323196 fix some naming issues in code ported from jetty6
note that these properties are not widely used in the wild, and are probably needed less as the JVM bugs are looking fixed a little bit.