===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java-522-   * <dt>servlet-RemoteAddr</dt>
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java:523:   * <dd>Contains String output from request.getRemoteAddr(), which is the IP address
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java-524-   *     of the client machine.</dd>
##############################################
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java-556-    {
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java:557:      transformer.setParameter("servlet-RemoteAddr", new XString(request.getRemoteAddr()));
libxalan2-java-2.7.2/samples/servlet/ApplyXSLT.java-558-