gvSIG bugs #5024

URI a webs no funcionan

Added by Óscar Martínez about 5 years ago. Updated about 5 years ago.

Status:Closed% Done:

0%

Priority:NormalSpent time:-
Assignee:Óscar Martínez
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

Related to Application: gvSIG desktop - gvSIG bugs #4986: Error al realizar un hiperenlace desde html / navegador Closed 02/15/2019

Associated revisions

Revision 406
Added by Óscar Martínez about 5 years ago

refs #5024 Cuando pasa todas las comprobaciones intenta devolver un URI

History

#1 Updated by Joaquín del Cerro Murciano about 5 years ago

  • Related to gvSIG bugs #4986: Error al realizar un hiperenlace desde html / navegador added

#2 Updated by Álvaro Anguix about 5 years ago

  • Status changed from Fixed to Closed

Also available in: Atom PDF