| Summary: | org.mortbay properties | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Jesse McConnell <jesse.mcconnell> |
| Component: | server | Assignee: | Jesse McConnell <jesse.mcconnell> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | gregw, jetty-inbox |
| Version: | 7.2.0 | ||
| Target Milestone: | 7.1.x | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Jesse McConnell
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. |