Modify ↓
Opened 15 months ago
Closed 15 months ago
#13776 closed defect (cantfix)
404 due to jQuery and favicon issues
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When I edit a ticket, I get a 404, and I receive the following information:
2024-08-15 15:47:35,322 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/favicon.ico'"> 2024-08-15 15:47:35,322 Trac[main] DEBUG: Chosen handler is None 2024-08-15 15:47:35,323 Trac[main] WARNING: [x.y.z.z] HTTPNotFound: 404 Not Found (No handler matched request to /favicon.ico), <RequestWithSession "GET '/favicon.ico'">, referrer 'https://xyz/ticket/xyz'
2024-08-15 15:52:17,385 Trac[main] WARNING: [w.x.y.z] HTTPNotFound: 404 Not Found (File js/jquery-ui-i18n.js not found), <RequestWithSession "GET '/chrome/common/js/jquery-ui-i18n.js'">, referrer 'https://xyz/ticket/xyz
Attachments (0)
Change History (1)
comment:1 by , 15 months ago
| Keywords: | jQuery 404 favicon removed |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



InstallationIssue. Please ask on the mailing list for support questions.
Typically, browsers sometimes send a request to /favicon.ico even if
<link rel="icon">exists in the pages.The js/jquery-ui-i18n.js file is included in Trac wheel package.
$ pip download -d /tmp --no-deps --no-cache-dir Trac Collecting Trac Downloading Trac-1.6-py3-none-any.whl.metadata (2.8 kB) Downloading Trac-1.6-py3-none-any.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 7.4 MB/s eta 0:00:00 Saved /tmp/Trac-1.6-py3-none-any.whl Successfully downloaded Trac $ unzip -l /tmp/Trac-1.6-py3-none-any.whl | grep jquery-ui-i18n 2091 2023-09-22 23:00 trac/htdocs/js/jquery-ui-i18n.js