6869707172737475
System.clearProperty("skipValidation"); } @Test public void analyzeURL() { AnalyzeURLValve valve = (AnalyzeURLValve) pipeline.getValves()[0]; assertEquals("/index", valve.getHomepage()); }