Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <New id="IPAccessHandler"
  2. class="org.eclipse.jetty.server.handler.IPAccessHandler">
  3. <Set name="white">
  4. <Array type="String">
  5. <Item>127.0.0.1</Item>
  6. <Item>-.-.-.-|/solr/techproducts/select</Item>
  7. </Array>
  8. </Set>
  9. <Set name="whiteListByPath">false</Set>
  10. <Set name="handler">
  11. <New id="Contexts"
  12. class="org.eclipse.jetty.server.handler.ContextHandlerCollection"/>
  13. </Set>
  14. </New>
  15.  
  16. <New class="org.eclipse.jetty.server.handler.IPAccessHandler">
  17. <Call name="addWhite">
  18. <Arg>xxx.xxx.xxx.xxx</Arg>
  19. </Call>
  20. <Set name="handler">
  21. <!-- here's where you put what was there before: -->
  22. <New id="Contexts" class="org.eclipse.jetty.server.handler.ContextHandlerCollection"/>
  23. </Set>
  24. </New>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement