Commit 631e82f4b7cd797acf5e26aeb2e7949bfa35ea99
1 parent
0a281eaa
Exists in
master
Ajustes para remoção dos contextos criados no bootstrap
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
impl/extension/servlet/src/main/java/br/gov/frameworkdemoiselle/util/ServletListener.java
| ... | ... | @@ -49,7 +49,7 @@ public class ServletListener implements javax.servlet.ServletContextListener { |
| 49 | 49 | |
| 50 | 50 | @Override |
| 51 | 51 | public boolean removeProcessors() { |
| 52 | - return false; | |
| 52 | + return true; | |
| 53 | 53 | } |
| 54 | 54 | }); |
| 55 | 55 | } |
| ... | ... | @@ -60,7 +60,7 @@ public class ServletListener implements javax.servlet.ServletContextListener { |
| 60 | 60 | |
| 61 | 61 | @Override |
| 62 | 62 | public boolean removeProcessors() { |
| 63 | - return false; | |
| 63 | + return true; | |
| 64 | 64 | } |
| 65 | 65 | }); |
| 66 | 66 | } | ... | ... |