Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?xml version="1.0" encoding="UTF-8"?> <Context antiJARLocking="true" path="/Conn_Pool"> <Resource name="jdbc/murach" auth="Container" maxActive="100" maxIdle="30" maxWait="10000" username="root" password="1234" driverClassName=" com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/murach" logAbandoned="true" removeAbandoned="true" removeAbandonedTimeout="60" type="javax.sql.DataSource" /> </Context> package data; import java.sql.Connection; imp Source: http://pastebin.com/raw.php?i=Ag6HF2vx
↧