Patch upgrade for Apache Tomcat from 7.0.32 to 7.0.53 to take care of ODL Karaf North... 10/10110/3
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 21 Aug 2014 08:38:19 +0000 (01:38 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 21 Aug 2014 21:54:02 +0000 (14:54 -0700)
7.0.32 had no support for Cors and hence we added a hack in the past to pull the CorsFilter from Apache Tomcat
project and placed it as a third-party bundle in the controller project.

But the Cors support was added to Tomcat patch version 7.0.42 and hence it is time to upgrade it to the proper
and remove the hack that we added earlier.

Also, the hacked bundle is not loaded in a karaf container (never attaches itself with the Fragment Host).
Debugged the heck of that, but dont know why the hacked bundle wouldnt register.
But since upgrading is cleaner anyways, we are taking that approach.

Tested the Northbound APIs and it is all working fine.

Change-Id: I37bf577320c5257b72e9fbe85313817230507a0c
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 65363fd7473bcc26f026d7b3ec68e8656fba6664..3b5f1b2370d33e96756a8f1c0a843d3b3abe3cf2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.catalina</artifactId>
-        <version>7.0.32.v201211201336</version>
+        <version>7.0.53.v201406061610</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.catalina.ha</artifactId>
-        <version>7.0.32.v201211201952</version>
+        <version>7.0.53.v201406070630</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.catalina.tribes</artifactId>
-        <version>7.0.32.v201211201952</version>
+        <version>7.0.53.v201406070630</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.coyote</artifactId>
-        <version>7.0.32.v201211201952</version>
+        <version>7.0.53.v201406070630</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.el</artifactId>
-        <version>7.0.32.v201211081135</version>
+        <version>7.0.53.v201406060720</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.jasper</artifactId>
-        <version>7.0.32.v201211201952</version>
+        <version>7.0.53.v201406070630</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.juli.extras</artifactId>
-        <version>7.0.32.v201211081135</version>
+        <version>7.0.53.v201406060720</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.tomcat.api</artifactId>
-        <version>7.0.32.v201211081135</version>
+        <version>7.0.53.v201406060720</version>
       </dependency>
       <dependency>
         <groupId>orbit</groupId>
         <artifactId>org.apache.tomcat.util</artifactId>
-        <version>7.0.32.v201211201952</version>
+        <version>7.0.53.v201406070630</version>
       </dependency>
       <dependency>
         <groupId>org.aopalliance</groupId>