Project

General

Profile

Actions

Defect #6292

closed

diff view differences options broken

Added by diafza diafza over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-09-04
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

recently upgrade from 0.9.3 to 1.0.1
if you pick either "view differences" options in a diff
it comes back as a 404?

Actions #1

Updated by diafza diafza over 13 years ago

also gave it a try on the installation here, gives another unexpected side effect

when looking at one file if you pick those options it suddenly jumps to diff of the whole revisions collection of files

Actions #2

Updated by Jean-Baptiste Barth over 13 years ago

  • Category set to SCM
  • Affected version (unused) set to 1.0.1
  • Affected version set to 1.0.1

Please read SubmittingBugs and provide requested informations. For the 404, please also provide the log for this specific request, it can help us find where's the problem. Maybe there's something special in your installation..

Actions #3

Updated by diafza diafza over 13 years ago

i seem to have figured it out, the path of the file is using hex separator %2F rather then the ascii equivalent /
because the page seems to load fine when i change them to /

in the redmine production log im only seeing 200 statuses, it seems to be generating the 404 at my apache proxy level
so it probably doesnt reach Redmine at all

this is my Redmine applicable Apache config, its a mongrel cluster

<VirtualHost 10.10.70.208:80>
ProxyPass / balancer://redmine_cluster/
ProxyPassReverse / balancer://redmine_cluster/
</VirtualHost>

<Proxy balancer://redmine_cluster/>
BalancerMember http://10.10.70.208:8000
BalancerMember http://10.10.70.208:8001
BalancerMember http://10.10.70.208:8002
BalancerMember http://10.10.70.208:8003
BalancerMember http://10.10.70.208:8004
BalancerMember http://10.10.70.208:8005
BalancerMember http://10.10.70.208:8006
BalancerMember http://10.10.70.208:8007
BalancerMember http://10.10.70.208:8008
BalancerMember http://10.10.70.208:8009
ProxySet lbmethod=bybusyness
</Proxy>

though im sure, its not suppose to diff the whole revision when you looking at one file, like its doing in this redmine.org installation?
basically when you on the revision view, that "view differences" link there is what you are taken to when you are viewing one of the files diffs and choose a "view differences" option

i guess these are 2 different defects

Actions #4

Updated by diafza diafza over 13 years ago

heres the form on my installation:

<form action="/projects/webhouse/repository/diff/trunk%2Ftoplayouts.asp" method="get">
<input id="rev" name="rev" type="hidden" value="1976" />

&lt;p&gt;&lt;label&gt;View differences&lt;/label&gt;
&lt;select id="type" name="type" onchange="if (this.value != '') {this.form.submit()}"&gt;&lt;option value="inline" selected="selected"&gt;inline&lt;/option&gt;
&lt;option value="sbs"&gt;side by side&lt;/option&gt;&lt;/select&gt;&lt;/p&gt;
&lt;/form&gt;

and heres the form on redmine.org installation

<form action="/projects/redmine/repository/revisions/4059/diff" method="get">
<input id="rev" name="rev" type="hidden" value="4059" />

&lt;p&gt;&lt;label&gt;View differences&lt;/label&gt;
&lt;select id="type" name="type" onchange="if (this.value != '') {this.form.submit()}"&gt;&lt;option value="inline"&gt;inline&lt;/option&gt;
&lt;option value="sbs" selected="selected"&gt;side by side&lt;/option&gt;&lt;/select&gt;&lt;/p&gt;
&lt;/form&gt;

my one the %2F is generating a 404 at the apache proxy level
redmine.org is losing the file path all together

Actions #5

Updated by diafza diafza over 13 years ago

ok maybe im wrong in saying the 404 is generated at the proxy level, as the proxy shouldnt be able to tell the difference
but im not seeing it in the production log

Actions #6

Updated by Jean-Baptiste Barth over 13 years ago

Sorry to repeat myself:

Jean-Baptiste Barth wrote:

Please read SubmittingBugs and provide requested informations.

Actions #7

Updated by Jean-Claude Wippler over 13 years ago

same as #6242

Actions #8

Updated by diafza diafza over 13 years ago

is it maybe something to do with the escaping for #5548 ?

Actions #9

Updated by Jean-Baptiste Barth over 13 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Closing this one as a duplicate of #6242. Please continue the discussion there.

Actions

Also available in: Atom PDF