You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/30 14:15:34 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/cocoon/acting URIParametrizerAction.java

andreas     2003/06/30 05:15:34

  Modified:    src/java/org/apache/lenya/cms/cocoon/acting
                        URIParametrizerAction.java
  Log:
  removed dead code
  
  Revision  Changes    Path
  1.11      +2 -31     cocoon-lenya/src/java/org/apache/lenya/cms/cocoon/acting/URIParametrizerAction.java
  
  Index: URIParametrizerAction.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/cocoon/acting/URIParametrizerAction.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- URIParametrizerAction.java	30 Jun 2003 11:46:28 -0000	1.10
  +++ URIParametrizerAction.java	30 Jun 2003 12:15:33 -0000	1.11
  @@ -168,35 +168,6 @@
   
           Map map = new HashMap();
   
  -        /*
  -        if (this.getLogger().isDebugEnabled()) {
  -            this.getLogger().debug("processing file " + src);
  -        }
  -
  -        Request request = ObjectModelHelper.getRequest(objectModel);
  -
  -        String requestUri = request.getRequestURI();
  -
  -        if (getLogger().isDebugEnabled()) {
  -            getLogger().debug("request URI (not processed): " + requestUri);
  -        }
  -
  -        String servletPath = request.getServletPath();
  -        if (requestUri.startsWith(servletPath)) {
  -            requestUri = requestUri.substring(0, servletPath.length());
  -        }
  -
  -        if (requestUri.startsWith("/")) {
  -            requestUri = requestUri.substring(0, 1);
  -        }
  -
  -        String publicationId = requestUri.substring(0, requestUri.indexOf("/"));
  -        requestUri = requestUri.substring(0, publicationId.length());
  -
  -        if (getLogger().isDebugEnabled()) {
  -            getLogger().debug("request URI (processed): " + requestUri);
  -        }
  -        */
           String[] parameterNames = parameters.getNames();
   
           for (int i = 0; i < parameterNames.length; i++) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org