Closed GoogleCodeExporter closed 9 years ago
actually sanitise() is
private String sanitise(String virtualPath) {
if (virtualPath == null || "".equals(virtualPath.trim())) {
return "/";
}
//....
}
Original comment by smartr...@gmail.com
on 1 Apr 2009 at 12:04
I worked on eucalyptus support back in June. The results were covered in the
forum;
http://groups.google.com/group/typica/browse_thread/thread/4298336e27d54a4f
released in version 1.6
thanks.
Original comment by dkavan...@gmail.com
on 7 Oct 2009 at 7:13
Original issue reported on code.google.com by
smartr...@gmail.com
on 1 Apr 2009 at 12:01