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 97109 - POST HTTP requests used where GET would be enough
Summary: POST HTTP requests used where GET would be enough
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 15:27 UTC by Andrei Badea
Modified: 2009-10-03 12:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2007-03-02 15:27:20 UTC
When I click one of the categories in the tag cloud, wait for the page to load
and I press F5 (Refresh) in the browser, the browser warns that the page I'm
trying to refresh contains POSTDATA and asks if I want to resend the data. While
this is not harmful, it is not nice either. There is no need for a POST request
in this case. a GET request like:

http://plugins.netbeans.org/PluginPortal/faces/MainPage.jsp?Category=editing

would be just enough.
Comment 1 David Botterill 2007-03-05 04:07:04 UTC
Since this web application is based on JSF, doing a "GET" is not part of the
implementation.  I'm marking this as an enhancement request.
Comment 2 Andrei Badea 2007-03-05 10:12:37 UTC
I don't think there is anything in JSF forcing you to use POST where inappropriate.
Comment 3 David Botterill 2007-08-08 00:54:35 UTC
Done.