juergen     2003/07/31 09:15:38

  Modified:    
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
                        TProcessors.java
  Log:
  some more fixes for I18N support. The URL passed to the webdav layer (of http) will 
be automatically converted into utf-8.
  
  Revision  Changes    Path
  1.63      +6 -5      
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java
  
  Index: TProcessors.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- TProcessors.java  31 Jul 2003 13:24:13 -0000      1.62
  +++ TProcessors.java  31 Jul 2003 16:15:38 -0000      1.63
  @@ -984,7 +984,7 @@
       private  HttpMethod fillMethodName(Element methodElement, HttpMethod method)
           throws Exception {
           StringTokenizer st = new 
StringTokenizer(replaceKnownVariable(methodElement));
  -        method = HttpMethodFactory(st.nextToken(), 
URLUtil.URLEncode(st.nextToken(),"UTF-8"));
  +        method = HttpMethodFactory(st.nextToken(), st.nextToken());
           method.setRequestHeader("Content-Length", "0");
           return method;
       }
  @@ -1884,6 +1884,7 @@
   
       }
   }
  +
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to