Modify ↓
Opened 3 months ago
Closed 3 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 , 3 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.