Edgewall Software

Ticket #1434 (closed defect: worksforme)

Opened 4 years ago

Last modified 3 years ago

Question mark in url names makes them unusable

Reported by: martin.paljak@… Owned by: anonymous
Priority: normal Milestone:
Component: roadmap Version: 0.8.1
Severity: normal Keywords: question mark
Cc:

Description

The input filter for milestones allows a name like "10?" but it shall not be possible to use such a milestone and an error message "milestone 10 doesn't exist" appears instead.

Attachments

Change History

Changed 4 years ago by ph@…

  • owner changed from jonas to anonymous
  • status changed from new to assigned

The ? character has a special meaning in URLs. You'll have to encode it as %3F to access it. The URL for your example would be: http://example.com/trac/milestone/1.0%3F

The bug here is that milestone names are not being url-encoded properly.

Changed 3 years ago by anonymous

  • status changed from assigned to closed
  • resolution set to fixed

Changed 3 years ago by anonymous

  • version changed from 0.8.1 to 0.8.2

Changed 3 years ago by mrowe

  • status changed from closed to reopened
  • version changed from 0.8.2 to 0.8.1
  • resolution fixed deleted

This is not a test system. Please do not abuse it.

Changed 3 years ago by cmlenz

  • status changed from reopened to closed
  • resolution set to worksforme

Works for me in r2390.

Changed 3 years ago by cmlenz

  • component changed from general to roadmap

Add/Change #1434 (Question mark in url names makes them unusable)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from anonymous. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.