Closed
Bug 68977
Opened 24 years ago
Closed 23 years ago
using <form action="https:/cgi-bin/...."> fails
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
People
(Reporter: ratman, Assigned: doronr)
References
()
Details
(Whiteboard: [SYNTAX-HTML])
i could only find the url above, which, here at northwestern, is more in the
severity range of critical to blocker.
i am presuming that this isn't an evangelism issue, since it works fine on both
nav 4.xx and that other browser (which is what everybody's using now anyway).
but i couldn't find anything like it in bugzilla. the w3 validator amazingly
let it through.
anyone?
Keywords: 4xp,
correctness
Comment 1•24 years ago
|
||
The page uses:
<form METHOD="POST" ACTION="https:/cgi-bin/nph-check-mail">
This is a duplicate of bug 32966 which is marked WONTFIX.
As in, yes it's evangelism unless you just want to mark it duplicate. The url
in question is invalid and mozilla takes a different guess as to what the author
meant than the other browsers do...
OS: Windows 98 → All
sorry for the typo - i didn't even notice that.
so, technically, is the use of a single "/" in form posts a violation of w3, or
is this just mozilla's unique take on the issue?
*** This bug has been marked as a duplicate of 32966 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: using <form action="https://cgi-bin/...."> fails → using <form action="https:/cgi-bin/...."> fails
Comment 3•24 years ago
|
||
See the comments on bug 32966, but the short of it is that those URLs are not
valid according to the RFC on urls (RFC 2396). Nothing to do with W3C -- RFC's
are IETF's thing.
Verifying duplicate.
Status: RESOLVED → VERIFIED
reopen and sending to evangelism
Status: VERIFIED → UNCONFIRMED
Component: Form Submission → Evangelism
Resolution: DUPLICATE → ---
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [SYNTAX-HTML]
Comment 5•23 years ago
|
||
bc's evang tool found this bug when i put in the url for bug 93569. Marking
this as a dupe of 93569 because it is assigned. Same exact URL.
*** This bug has been marked as a duplicate of 93569 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 8•23 years ago
|
||
SPAM. You may filter these bugs by querying the string "ReadingRitingRithmetic"
Mass Moving Bugs on Educational institutions in the United States to the new US
Edu component and assigning to default owners.
Assignee: rods → doronr
Component: US General → US Edu
QA Contact: vladimire → caillon
Updated•9 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•