| Revision | 2479 (tree) |
|---|---|
| Time | 2022-11-05 10:52:44 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -35,7 +35,7 @@ | ||
| 35 | 35 | |
| 36 | 36 | super.startInternal(); |
| 37 | 37 | |
| 38 | - final ClassLoader cl = super.getClassLoader(); | |
| 38 | + final ClassLoader cl = getClassLoader(); | |
| 39 | 39 | if (!(cl instanceof WebappClassLoaderBase)) { |
| 40 | 40 | logError("Unable to install WebappClassLoader !"); |
| 41 | 41 | return; |
| @@ -164,7 +164,7 @@ | ||
| 164 | 164 | * @return サーブレットコンテキスト |
| 165 | 165 | */ |
| 166 | 166 | protected ServletContext getServletContext() { |
| 167 | - return super.getContext().getServletContext(); | |
| 167 | + return getContext().getServletContext(); | |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | /** |