Changeset 32446a59d4626430a0ff61760bbb546cbb24d5e8
- Timestamp:
- 09/22/07 15:22:54
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1190467374 +0200
- git-parent:
[50c67d5904d67682fc9072441591fbe0027a544c]
- git-author:
- Christopher Jung <bktheg@web.de> 1188048908 +0200
- Message:
Ein paar ueberfluessige Kommentare entfernt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r50c67d5 |
r32446a5 |
|
| 49 | 49 | |
|---|
| 50 | 50 | public void destroy() { |
|---|
| 51 | | // TODO Auto-generated method stub |
|---|
| 52 | | |
|---|
| | 51 | // EMPTY |
|---|
| 53 | 52 | } |
|---|
| 54 | 53 | |
|---|
| … | … | |
| 73 | 72 | |
|---|
| 74 | 73 | try { |
|---|
| 75 | | //chain.doFilter(req, resp); |
|---|
| 76 | | //Context context = ContextMap.getContext(); |
|---|
| 77 | 74 | try { |
|---|
| 78 | | //context.putVariable(HttpServlet.class, "config", getServletConfig()); |
|---|
| 79 | | |
|---|
| 80 | 75 | Pipeline pipeline = PipelineConfig.getPipelineForContext(context); |
|---|
| 81 | 76 | |
|---|