Skip to content

Commit

Permalink
Dependencies. Trying to close filesystem when user logs out now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Binsteiner committed Nov 12, 2010
1 parent 0541f93 commit 884c634
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
19 changes: 3 additions & 16 deletions backend-modules/enunciate-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>backend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
Expand All @@ -24,6 +25,7 @@
<gwt.version>2.0.4</gwt.version>
</properties>


<dependencies>

<dependency>
Expand Down Expand Up @@ -429,21 +431,6 @@
</executions>
</plugin>



<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<configuration>
<server>globus_tomcat</server>
<url>http://globus.ceres.auckland.ac.nz:8080/manager</url>
<path>grisu-ws</path>
</configuration>
</plugin>




</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public String logout() {

myLogger.debug("Logging out user: " + getDN());

// getUser().closeFileSystems();
getUser().closeFileSystems();
// HttpServletRequest req = HTTPRequestContext.get().getRequest();
// req.getSession().setAttribute("credential", null);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


<root>
<priority value="info" />
<priority value="warn" />
<appender-ref ref="ROLL" />
</root>

Expand Down

0 comments on commit 884c634

Please sign in to comment.