This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

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

(-)src/org/netbeans/modules/web/context/WebContextObject.java (-2 / +11 lines)
Line 181 Link Here
181
            if (ctxRoot == null || ctxRoot.equals ("")) {
181
            //handling missing server specific data
182
--
182
            if (ctxRoot == null) {
Line 186 Link Here
187
                } else {
188
                    setURIParameter (null); //only upgrade from old format once and then reset the old value
189
                }
190
                setContextPath (sysName);
191
            }
192
            else if (ctxRoot.equals ("")) {
193
                String sysName = getURIParameter ();
194
                if (!sysName.equals ("")) {
195
                    setURIParameter (null); //only upgrade from old format once and then reset the old value

Return to bug 40768