Edgewall Software
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)

in reply to:  description comment:1 by Jun Omae, 3 months ago

Keywords: jQuery 404 favicon removed
Resolution: cantfix
Status: newclosed

InstallationIssue. Please ask on the mailing list for support questions.

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'

Typically, browsers sometimes send a request to /favicon.ico even if <link rel="icon"> exists in the pages.

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

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.