[Trac-tickets] [The Trac Project] #1593: URL for alternative format of reports are invalid

The Trac Project noreply at edgewall.com
Wed May 25 09:10:56 EDT 2005


#1593: URL for alternative format of reports are invalid
---------------------------+------------------------------------------------
       Id:  1593           |      Status:  new                     
Component:  report system  |    Modified:  Wed May 25 08:10:55 2005
 Severity:  normal         |   Milestone:  0.9                     
 Priority:  low            |     Version:  devel                   
    Owner:  daniel         |    Reporter:  eblot                   
---------------------------+------------------------------------------------
 When a report is selected, the bottom page links to alternative formats
 such as RSS, CSV and TSV are invalid. They contains, as a HTTP GET
 parameter, the user login. This makes Trac [1729] to reject the URL (Trac
 produces an empty response for such a URL).

 Example:
  * '''Report URL''': {{{http://host/trac/project/report/9}}}
  * RSS Report URL:
 {{{http://host/trac/project/report/9?format=rss&USER=DOMAIN%5Cblote}}}
  * CSV Report URL:
 {{{http://host/trac/project/report/9?format=csv&USER=DOMAIN%5Cblote}}}
  * TSV Report URL:
 {{{http://host/trac/project/report/9?format=tab&USER=DOMAIN%5Cblote}}}
  * SQL Report URL: {{{http://host/trac/project/report/9?format=sql}}}

 It is worth noting that SQL Report URL is valid.

 Trouble occurs with a WinXP SP1 server, using Apache 2.0.x and SSPI
 authentication.[[BR]]
 I did not check with another configuration.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1593>
The Trac Project <>


More information about the Trac-Tickets mailing list