public void oneLevelPermanentMove()
throws ConnectionException, AuthenticationException, ComponentConfigurationException, IOException,
TransferFailedException, ResourceDoesNotExistException, AuthorizationException
{
getServerFixture().addServlet( "/moved.txt",
new RedirectionServlet( HttpServletResponse.SC_MOVED_PERMANENTLY, "/base.txt" ) );
testSuccessfulGet( "moved.txt" );
}