FELIX-763 - improvements to alias resolution mechanism. Closer to standard, but still poss not quite right. 

Alias "matching" uses the underlying Jetty path matching approach. The fixes in this version seem to avoid errant matches i.e. resource contexts with a completely different alias are no longer called, and matching aliases are now called correctly. There are possibly still deviations from standard.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@704136 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http.jetty/pom.xml b/http.jetty/pom.xml
index 4da8638..4d0a653 100644
--- a/http.jetty/pom.xml
+++ b/http.jetty/pom.xml
@@ -49,17 +49,17 @@
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>servlet-api-2.5</artifactId>
-            <version>6.1.7</version>
+            <version>6.1.12.rc3</version>
         </dependency>
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty</artifactId>
-            <version>6.1.7</version>
+            <version>6.1.12.rc3</version>
         </dependency>
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
             <artifactId>jetty-util</artifactId>
-            <version>6.1.7</version>
+            <version>6.1.12.rc3</version>
         </dependency>
     </dependencies>
     <build>