3059: The URL to fetch file when posting diff

chzh.s******@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 16, 2013
3058
What version are you running?
1.7.11

What's the URL of the page containing the problem?
when upload diff

What is the expected output? What do you see instead?
We using git to manage our code and it's a remote git server.And we could get the gitweb through https protocol.And in git setting we set Raw file URL mask https://... . But we couldn't fetch the file through checking debug.And in the log we found the URL to fetch server file is still http://... .
If rb Raw file URL mask doesn't support https?

What operating system are you using? What browser?
Ubuntu,firefox.

Please provide any additional information below.
The log is here:
08:04:21 	INFO 	

 - Fetching file from http://...

08:04:24 	ERROR 	

 - HTTP error code 401 when fetching file from http://...: HTTP Error 401: Authorization Required
david
#1 david
How is this different from the bug 3058?
  • +NeedInfo
#2 chzh.s******@gmai***** (Google Code) (Is this you? Claim this profile.)
Oh,it's the same question and I didn't see I've post the reply on the last
question.Sorry for send it twice.
And I still don't know how to solve the problem .
#3 chzh.s******@gmai***** (Google Code) (Is this you? Claim this profile.)
And when I search the question I see another one same to me.
That http://code.google.com/p/reviewboard/issues/detail?id=2555
I think we met the same problem and according to him I search the hg.py
file I didn't see
url = url.replace('https', 'http').
Perhaps this is fixed in 1.7.
If I should search some other files?
david
#4 david
hg.py is for mercurial, not git, and that bug was fixed quite some time ago. I'm going to merge this in with 3058.