| Anonymous | Login | Signup for a new account | 2010-07-29 13:10 CDT |
| My View | View Issues | My Account |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003231 | [MindTouch] API/Wiki Functions | major | @0@ | 2008-01-29 14:15 | 2008-04-08 08:28 | ||||
| Reporter | maffooclock | View Status | public | ||||||
| Assigned To | PeteE | ||||||||
| Priority | low | Resolution | fixed | ||||||
| Status | closed | ||||||||
| Summary | 0003231: Deki Wiki does not work through reverse proxy | ||||||||
| Description | When Deki Wiki is behind a reverse proxy, site visitors are not able to view attachments, change site logo, and likely many other things. Visiting any URL on the Service Management page does not return the expected XML. The URLs to all of these contain one common thing: they all have "/@api" in their URLs. | ||||||||
| Additional Information |
VirtualHost instance on the reverse proxy (Apache 2.2.3): <VirtualHost *:80> ServerName wiki.inlesserterms.net ProxyPass / http://172.16.144.56/ [^] #IP Address of Deki-Hayes 1.8.3 VM ProxyPassReverse / http://172.16.144.56/ [^] #IP Address of Deki-Hayes 1.8.3 VM ProxyPreserveHost on </VirtualHost> One of the errors logged when trying to view a custom logo from a Deki instance that is behind a reverse proxy: 008-01-29 14:09:57,597 [-1239622736] DEBUG MindTouch.Dream.Http.HttpTransport - RequestHandler: (GET,http://localhost:8081/deki/site/logo.png) [^] 2008-01-29 14:09:57,600 [-1239622736] DEBUG MindTouch.Dream.DreamMessage - Response: Internal Error(invalid uri syntax: http://wiki.inlesserterms.net, [^] wiki.inlesserterms.net at MindTouch.Dream.XUri..ctor (System.String uri) [0x00000] at MindTouch.Dream.DreamHost.SubmitRequestAsync (System.String verb, MindTouch.Dream.XUri uri, MindTouch.Dream.DreamMessage request, MindTouch.Dream.Result`1 response, Boolean external) [0x00000] ) |
||||||||
| Tags | No tags attached. | ||||||||
| From Customer | No | ||||||||
| Likelihood | Affects average number of users | ||||||||
| Platform | All | ||||||||
| Regression | No | ||||||||
| Skin | All | ||||||||
| Version | trunk | ||||||||
| Target Release | 1.9.0 (Itasca) | ||||||||
| Browser | , All, | ||||||||
| Days Left | 0.5 | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0006322) maffooclock (reporter) 2008-02-05 20:08 edited on: 2008-02-05 20:09 |
And, just for more firepower, if I click the "Local" link in the Service Management page, I don't see the expected XML. Instead, Firefox offers up a file for me to save, and when I open that file in a text editor, here's what's in the file: <exception> <type>System.UriFormatException</type> <message>invalid uri syntax: http://wiki.inlesserterms.net, [^] wiki.inlesserterms.net</message> <source>mindtouch.dream</source> <stacktrace> <frame>MindTouch.Dream.XUri..ctor (System.String uri) [0x00000]</frame> <frame>MindTouch.Dream.DreamHost.SubmitRequestAsync (System.String verb, MindTouch.Dream.XUri uri, MindTouch.Dream.DreamMessage request, MindTouch.Dream.Result`1 response, Boolean external) [0x00000]</frame> </stacktrace> </exception> I should note, in case this helps any, that the message above was actually all one one line. For clarity in this bug report, I separated the line into multiple lines. |
|
(0006668) maffooclock (reporter) 2008-03-06 04:10 edited on: 2008-03-10 22:57 |
Woah, has this been fixed? I haven't touched my Deki VM since I filed this bug. Just a moment ago, I got a little curious and ran `updateWiki.sh`, and all of a sudden, all issues I've reported appear to be resolved. EDIT: I see I now have Itasca v1.9.0a. Something was fixed inadvertently? |
|
(0006711) PeteE (administrator) 2008-03-11 18:06 |
I verified that this works as expected now. I'm not sure of the exact revision number that fixed it but it's probably one of these: r7181 r7217 r7243 |
| Mantis 1.1.1[^] Copyright © 2000 - 2008 Mantis Group |