You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/06/12 17:27:50 UTC

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperMangler.java JasperOptionsImpl.java

costin      01/06/12 08:27:49

  Removed:     jasper34/liaison/org/apache/jasper34/tomcat33
                        JasperMangler.java JasperOptionsImpl.java
  Log:
  Removed the mangler and options from tomcat33 liaison.
  
  We're moving ( as proposed by Mel ) to a toolbox aproach, with a number
  of manglers, options, etc that you can combine to implement the adapter
  between jasper and a container.
  
  JspServlet will remain the "default" one for easiest integration (
  after refactoring, loader changes and some extra docs ), but to provide
  container-specific features to jasper you'll need to use callbacks
  and maybe modified implementations for the tools.