Incidencia #21898

ConnectorUtils.java: searchString is not passed along properly

Abrir Fecha: 2010-05-22 14:11 Última actualización: 2010-05-22 14:11

Informador:
(Anónimo)
Propietario:
(Ninguno)
Tipo:
Estado:
Open
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
9 - Highest
Resolución:
Ninguno
Fichero:
Ninguno

Details

In OSX's ConnectorUtils.java: searchString is not passed along to extractFromJarZip... and extractFromJarUsing... Instead of the searchString filename is passed. Bug!

public static boolean extractFromJar(String searchString, String filename, String destinationDirectory) {

boolean extracted = extractFromJarZipMethod(filename, filename, destinationDirectory); if (!extracted) {
extractFromJarUsingClassLoader(filename, filename, destinationDirectory);
} return extracted;
}

Ticket History (1/1 Histories)

2010-05-22 14:11 Updated by: None
  • New Ticket "ConnectorUtils.java: searchString is not passed along properly" created

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Entrar