gvSIG bugs #5024
URI a webs no funcionan
| Status: | Closed | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Normal | Spent time: | - | |
| Assignee: | ||||
| Category: | - | |||
| Target version: | 2.5.0-2913 (rev. org.gvsig.desktop-2.0.241) | |||
| Severity: | Minor | Add-on version: | ||
| gvSIG version: | 2.5.0 | Add-on build: | ||
| gvSIG build: | Add-on resolve version: | |||
| Operative System: | Add-on resolve build: | |||
| Keywords: | Proyecto: | |||
| Has patch: | Hito: | |||
| Add-on name: | Unknown |
Description
Parece que es a raiz del commit para aceptar rutas relativas.
En cierto punto cuando el fichero no existia devolvia un URI.
File file = new File(stringURI);
if (file.exists()) {
return file.toURI();
} else {
return new URI;
}
Con el nuevo código esa opción se había olvidado de poner, llegaba al final de todas las opciones posibles y fallaba.
Related issues
Associated revisions
refs #5024 Cuando pasa todas las comprobaciones intenta devolver un URI
History
#1
Updated by Joaquín del Cerro Murciano about 7 years ago
- Related to gvSIG bugs #4986: Error al realizar un hiperenlace desde html / navegador added
#2
Updated by Álvaro Anguix about 7 years ago
- Status changed from Fixed to Closed