Author: chris.laprun(a)jboss.com
Date: 2010-06-28 04:10:07 -0400 (Mon, 28 Jun 2010)
New Revision: 3497
Modified:
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/handler/WSRPExtensionHandler.java
Log:
- GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into
issues without removing them.
Modified:
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/handler/WSRPExtensionHandler.java
===================================================================
---
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/handler/WSRPExtensionHandler.java 2010-06-28
08:08:14 UTC (rev 3496)
+++
components/wsrp/trunk/common/src/main/java/org/gatein/wsrp/handler/WSRPExtensionHandler.java 2010-06-28
08:10:07 UTC (rev 3497)
@@ -1,6 +1,6 @@
/*
* JBoss, a division of Red Hat
- * Copyright 2009, Red Hat Middleware, LLC, and individual
+ * Copyright 2010, Red Hat Middleware, LLC, and individual
* contributors as indicated by the @authors tag. See the
* copyright.txt in the distribution for a full listing of
* individual contributors.
@@ -47,7 +47,7 @@
{
private static Logger log = LoggerFactory.getLogger(WSRPExtensionHandler.class);
private boolean debug = false;
- private boolean removeExtensions = true;
+ private boolean removeExtensions = false; // GTNWSRP-53: deactivated extensions
handling for now
private static final String EXTENSIONS = "extensions";
public boolean handleMessage(SOAPMessageContext messageContext)