You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/06/21 11:00:25 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor TProcessors.java

luetzkendorf    2004/06/21 02:00:25

  Modified:    testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
                        TProcessors.java
  Log:
  added setFollowRedirects(true) to all used Methods
  
  Revision  Changes    Path
  1.82      +5 -4      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.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- TProcessors.java	1 Mar 2004 10:24:37 -0000	1.81
  +++ TProcessors.java	21 Jun 2004 09:00:25 -0000	1.82
  @@ -1609,6 +1609,7 @@
           else if(methodName.equalsIgnoreCase("UPDATE")){
               result = new UpdateMethod();
           }
  +        result.setFollowRedirects(true);
           if (result == null)
               throw new IOException("Method " + methodName + " does not exist");
           return result;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org