com.atlassian.confluence.rpc.soap
Class BogusServletConfig

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.BogusServletConfig
All Implemented Interfaces:
InvocationHandler

public class BogusServletConfig
extends Object
implements InvocationHandler

Apparently, if you put anything in the servlet context that the glue servlet doesn't want to be there, such as a "springComponentName" parameter, the Glue servlet goes berko and refuses to serve anything.


Constructor Summary
BogusServletConfig(javax.servlet.ServletConfig wrappedContext, Map initParameters)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static javax.servlet.ServletConfig makeProxy(javax.servlet.ServletConfig wrappedContext, Map initParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BogusServletConfig

public BogusServletConfig(javax.servlet.ServletConfig wrappedContext,
                          Map initParameters)
Method Detail

makeProxy

public static javax.servlet.ServletConfig makeProxy(javax.servlet.ServletConfig wrappedContext,
                                                    Map initParameters)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2003-2012 Atlassian. All Rights Reserved.