Closed
Bug 362076
Opened 18 years ago
Closed 18 years ago
View Source sends a Request to the Server
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 307089
People
(Reporter: alemjimer, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1) Gecko/20061019 Firefox
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1) Gecko/20061019 Firefox
Viewing the source of my page sends a Request the the Server.
During Debugging my Struts Application the form bean will be initialized when i view the HTML source code of my page.
Reproducible: Always
Steps to Reproduce:
1. Set a Breakpoint in a getter Method of a Struts Form Bean
2. Call the Struts Action
3. Step over your Breakpoint
4. The page result appears
5. View the source of the page
Actual Results:
The view of the source steps into your Breakpoint in the Form Bean
Expected Results:
View the source of a page should not send a Request to the Server. It must only happens on the client side (Browser)
Comment 1•18 years ago
|
||
See also bug 251231 (I'm marking duplicate of bug 307089 as the summary is closer)
*** This bug has been marked as a duplicate of 307089 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•