epicureanism / inspire-foss

Automatically exported from code.google.com/p/inspire-foss
GNU General Public License v3.0
0 stars 0 forks source link

thedeegree3 JSF console interface needs to be secured #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. deploy the deegree3 INSPIRE WFS/WMS
2. go to console
3. one can manipulate all resources 

What is the expected output? What do you see instead?
Expected some form of login-security. 

Please use labels and text to provide additional information.

A temp solution could be to put all console-related pages under a single 
directory root that is secured using (e.g. Apache) basic HTTP authentication.

Original issue reported on code.google.com by jus...@gmail.com on 14 Sep 2010 at 10:42

GoogleCodeExporter commented 9 years ago
Is this still an issue since the webapp/deegree3 is using Maven with 
deegree-services-console :   

<dependency>
      <groupId>org.deegree</groupId>
      <artifactId>deegree-services-console</artifactId>
      <version>3.0.1</version>
      <type>zip</type>
      <classifier>webapp-template</classifier>
      <scope>compile</scope>
    </dependency>

Original comment by jus...@gmail.com on 1 Dec 2010 at 2:17

GoogleCodeExporter commented 9 years ago
Latest deegree webservices console is password protected so no longer an issue.

Original comment by jus...@gmail.com on 19 Jul 2012 at 1:45