Hello, the Symfony URL validator does not accept URLs without a dot (.) like localhost or a986123demo:8399 in Symfony version 2.1 which is used in Mapbender3 at the moment.
This is a upstream Symfony bug which is solved in version 2.3. We use Symfony 2.1 at the moment. With the next Mapbender3 version in August 2014 we will move to Symfony 2.3. So the problem should be fixed in mapbender3 too. Here is the Mapbender3 ticket about this issue https://github.com/mapbender/mapbender/issues/16 WORKAROUND to load a WMS from localhost * use 127.0.0.1 instead of localhost WORKAROUND to load a WMS from an addres without dot (.) * open the getCapabilities-Url in the browser and save the document as a file in a directory which can be refered from the browser * refer to the file-URL to load the WMS -- Best regards Astrid Emde GIS-Consultant -------------------------------------------- Treffen Sie die WhereGroup auf der AGIT 2014 2.-4. Juli 2014 in Salzburg | www.agit.at -------------------------------------------- Astrid Emde WhereGroup GmbH & Co.KG Eifelstraße 7 53119 Bonn Germany Fon: +49(0)228 90 90 38 - 19 Fax: +49(0)228 90 90 38 - 11 [email protected] www.wheregroup.com Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- pgp-public key: http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284 Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen Signed and/or encrypted mail is highly appreciated _______________________________________________ Mapbender_dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapbender_dev
