Closed
Bug 276098
Opened 20 years ago
Closed 20 years ago
403 forbidden error when posting comments
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla.mozilla.org, Assigned: Bugzilla-alanjstrBugs)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
11.39 KB,
patch
|
Details | Diff | Splinter Review |
i get a 403 forbidden error when trying to post a comment on a theme on update.mozilla.org.
Comment 1•20 years ago
|
||
Same goes for ratings of extensions: --- Forbidden You don't have permission to access /core/postfeedback.php on this server. Apache/2.0.46 (Red Hat) Server at addons.update.mozilla.org Port 8080
Comment 2•20 years ago
|
||
Same for me: https://addons.update.mozilla.org/core/postfeedback.php?application=firefox&version=1.0&os=Windows
Updated•20 years ago
|
Assignee: psychoticwolf → justdave
Component: Web Site → Server Operations
Product: Update → mozilla.org
QA Contact: mozilla.update → myk
Target Milestone: 1.0 → ---
Version: unspecified → other
Updated•20 years ago
|
Assignee: justdave → cbeard
Comment 3•20 years ago
|
||
*** Bug 276339 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
update.mozilla.org is currently in Beta and not all functions are working. We should make the error message more friendly, until we update the site to address the bugs reported (and potential issues) with posting data.
Status: NEW → ASSIGNED
Comment 5•20 years ago
|
||
*** Bug 276380 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
(In reply to comment #4) > update.mozilla.org is currently in Beta and not all functions are working. We > should make the error message more friendly, until we update the site to address > the bugs reported (and potential issues) with posting data. Christopher, I was under the impression this bug was about the cause for the 403 error, and the reason Wolf moved it to the mozilla.org product was that it could be fixed by the server admins... Did I misunderstand something here?
It is a combination of both. The server admins disabled the directory. But the resulting error message should be friendlier. What if someone tried to surf some other directory they didn't have permissions for?
Comment 8•20 years ago
|
||
Yes, this should be assigned to a server admin. We need to have a line like "ErrorDocument 403 /path/to/disabled.html" added to a .htaccess for each of these temporarily disabled directories, with a message in disabled.html to the effect of "Sorry, this function of Mozilla Update is under development and is not currently available." I would think that for surfing to other directories for which the user did not have permission, the default error message is good enough.
Assignee: cbeard → justdave
Status: ASSIGNED → NEW
Comment 9•20 years ago
|
||
I think somebody should actually disable the feedback form itself if the backend does not work yet. It's way frustrating to enter text there, press the send button and get an error message... https://addons.update.mozilla.org/extensions/moreinfo.php?id=383&page=opinion
Comment 10•20 years ago
|
||
*** Bug 276746 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 11•20 years ago
|
||
You can probably place this in the top level. I don't have a local setup, so I can't tell if this looks right. But I didn't change very much.
Comment 12•20 years ago
|
||
OK, 403 pages now get that message. It still looks stupid that you get it after submitting instead of before loading the form in the case of rating comments, but I guess we can't do much about that until we have some code ready to push.
| Assignee | ||
Comment 13•20 years ago
|
||
Fixed the one small issue with the RSS image on the lower right side not showing up. Changed images/rss to /images/rss
Attachment #170308 -
Attachment is obsolete: true
Comment 14•20 years ago
|
||
This is no longer a server ops issue since Update has a real plan now. :) This should get taken care of when the first update hits sometime soon.
Assignee: justdave → Bugzilla-alanjstrBugs
Component: Server Operations → Web Site
Product: mozilla.org → Update
QA Contact: myk → mozilla.update
Version: other → 0.9
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•