/**
  * Gets the minor version of the Servlet specification that the application represented by this
  * ServletContext is based on.
  */
 @Override
 public int getEffectiveMinorVersion() {
   return context.getEffectiveMinorVersion();
 }