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.

Bug 79685 - HostPropertyEditor not working
Summary: HostPropertyEditor not working
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-07-04 13:14 UTC by _ rkubacki
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2006-07-04 13:14:01 UTC
It is not possible to add new allowed host to HTTPserver setting by opening
'properties' of http server node in runtime tab and editing 'Host with Granted
Access' property.
Comment 1 _ rkubacki 2006-07-04 13:14:57 UTC
Regression introduced when removing some deserialization hacks. I am going to
fix this in trunk. Backport to 5.5 if you wish.
Comment 2 _ rkubacki 2006-07-04 13:22:56 UTC
Only part of HttpServerSettings is needed

IDE:-------------------------------------------------
IDE: [7/4/06 2:21 PM] Committing started
Checking in src/org/netbeans/modules/httpserver/HostPropertyEditor.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HostPropertyEditor.java,v
 <--  HostPropertyEditor.java
new revision: 1.15; previous revision: 1.14
done
Checking in src/org/netbeans/modules/httpserver/HttpServerURLMapper.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HttpServerURLMapper.java,v
 <--  HttpServerURLMapper.java
new revision: 1.14; previous revision: 1.13
done
Checking in src/org/netbeans/modules/httpserver/HttpServerNode.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HttpServerNode.java,v
 <--  HttpServerNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/httpserver/HttpServerModule.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HttpServerModule.java,v
 <--  HttpServerModule.java
new revision: 1.69; previous revision: 1.68
done
Checking in src/org/netbeans/modules/httpserver/NbBaseServlet.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/NbBaseServlet.java,v
 <--  NbBaseServlet.java
new revision: 1.28; previous revision: 1.27
done
Checking in src/org/netbeans/modules/httpserver/HttpServerSettings.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HttpServerSettings.java,v
 <--  HttpServerSettings.java
new revision: 1.64; previous revision: 1.63
done
Checking in src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.java;
/shared/data/ccvs/repository/httpserver/src/org/netbeans/modules/httpserver/HostPropertyCustomEditor.java,v
 <--  HostPropertyCustomEditor.java
new revision: 1.8; previous revision: 1.7
done
Checking in nbproject/project.properties;
/shared/data/ccvs/repository/httpserver/nbproject/project.properties,v  <-- 
project.properties
new revision: 1.10; previous revision: 1.9
done
Comment 3 Marian Mirilovic 2006-10-06 09:58:45 UTC
Radim, 
is this fixed in NB 5.5 ? If so, change Target Milestone to 5.5 please. Thanks
in advance.
Comment 4 _ rkubacki 2006-10-06 11:00:43 UTC
Apparently this was commited to trunk only. Hopefully we will merge 5.5 rather
than replace.