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 89461 - Synchronous WsTesterPageAction that does its job in RP
Summary: Synchronous WsTesterPageAction that does its job in RP
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 13:54 UTC by _ rkubacki
Modified: 2009-02-19 23:28 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-11-16 13:54:57 UTC
Why this action is made synchronous when in perfromAction almost everything is
reposted to request processor (and the rest probably can be moved to). If I knew
it is OK to change it I would chenge it - simpler code, one less inner class.
Comment 1 _ rkubacki 2006-11-16 13:56:40 UTC
and again - do not subclass CookieAction if enable() is overriden and does not
call super.enable() at all.
Comment 2 Milan Kuchtiak 2008-12-01 13:23:13 UTC
Fixed:
http://hg.netbeans.org/main?cmd=changeset;node=3dff2b52e9ae
Comment 3 Quality Engineering 2008-12-02 05:56:40 UTC
Integrated into 'main-golden', will be available in build *200812020201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3dff2b52e9ae
User: mkuchtiak@netbeans.org
Log: #89461: don't subclass CookieAction