From a1ec0400a26185cfd8c517f0bbcdd3293597ac27 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 23 Apr 2020 11:31:54 +0200 Subject: [PATCH] Fix for Bug #19138, register VRE users autom. if a vhost is binded 2 VRE --- distro/LICENSE | 1 - distro/README | 67 -------------------------------------------- distro/changelog.xml | 2 +- 3 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 distro/LICENSE delete mode 100644 distro/README diff --git a/distro/LICENSE b/distro/LICENSE deleted file mode 100644 index 2d9616a..0000000 --- a/distro/LICENSE +++ /dev/null @@ -1 +0,0 @@ -${gcube.license} \ No newline at end of file diff --git a/distro/README b/distro/README deleted file mode 100644 index 35c99c0..0000000 --- a/distro/README +++ /dev/null @@ -1,67 +0,0 @@ -The gCube System - ${name} --------------------------------------------------- - -${description} - - -${gcube.description} - -${gcube.funding} - - -Version --------------------------------------------------- - -${version} (${buildDate}) - -Please see the file named "changelog.xml" in this directory for the release notes. - - -Authors --------------------------------------------------- - -* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - - - -Maintainers ------------ - -* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). - - -Download information --------------------------------------------------- - -Source code is available from SVN: - ${scm.url} - -Binaries can be downloaded from the gCube website: - ${gcube.website} - - -Installation --------------------------------------------------- - -Installation documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot}/ - - -Documentation --------------------------------------------------- - -Documentation is available on-line in the gCube Wiki: - ${gcube.wikiRoot}/ - ${gcube.wikiRoot}/ - -Support --------------------------------------------------- - -Bugs and support requests can be reported in the gCube issue tracking tool: - ${gcube.issueTracking} - - -Licensing --------------------------------------------------- - -This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml index 8519497..5522507 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,7 +1,7 @@ - Check that Site is a Gateway before redirecting and registering the user to it. + Fix for Bug #19138, landing page hook register VRE users automatically if a vhost is associated to the VRE First Release