View | Details | Raw Unified | Return to bug 56882
Collapse All | Expand All

(-)java/org/apache/catalina/mapper/Mapper.java (+1 lines)
Lines 305-310 Link Here
305
                    int pos = find(contextVersions, version);
305
                    int pos = find(contextVersions, version);
306
                    if (pos >= 0 && contextVersions[pos].name.equals(version)) {
306
                    if (pos >= 0 && contextVersions[pos].name.equals(version)) {
307
                        contextVersions[pos] = newContextVersion;
307
                        contextVersions[pos] = newContextVersion;
308
                        contextObjectToContextVersionMap.put(context, newContextVersion);
308
                    }
309
                    }
309
                }
310
                }
310
            }
311
            }

Return to bug 56882