Opened 18 years ago
Closed 18 years ago
#1919 closed Bug (fixed)
Image file browser does not work under domain relaxation mode
| Reported by: | Martin Kou | Owned by: | Wiktor Walc |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | File Browser | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed | Cc: |
Description
Reproduction procedure:
- Open _sample01.html in domain relaxation mode under IE6 or IE7.
- Open the image dialog.
- Click "Browser Server".
- Select an image from the file browser. Upload one first if there's no image.
- Permission denied error.
Attachments (2)
Change History (11)
comment:1 Changed 18 years ago by
| Milestone: | → FCKeditor 2.6 |
|---|---|
| Version: | → SVN |
comment:2 Changed 18 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:3 Changed 18 years ago by
| Component: | General → File Browser |
|---|---|
| Owner: | Martin Kou deleted |
| Status: | assigned → new |
Changed 18 years ago by
| Attachment: | 1919_pre.patch added |
|---|
Preliminary patch with all JavaScript, HTML, Perl, Python and PHP script fixed.
comment:4 Changed 18 years ago by
| Owner: | set to Wiktor Walc |
|---|
Changed 18 years ago by
| Attachment: | 1919.patch added |
|---|
comment:5 Changed 18 years ago by
| Keywords: | Confirmed Review? added |
|---|
This is 1919_pre.patch + asp, coldfusion, lasso. I have corrected also perl implementation (minor thing, semicolon was missing in heredoc).
comment:6 Changed 18 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:7 Changed 18 years ago by
| Keywords: | Review+ removed |
|---|
Fixed with [1791].
I guess that similar patch should be added also to FCKeditor.Net and FCKeditor.Java.
comment:8 Changed 18 years ago by
comment:9 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Ok, I'm closing this one.
I have created a separate ticket for Java connector: #2054.

I've made the JS and HTML files work, but there's still some code that needs to be fixed in the connectors. I've fixed the PHP, Python and Perl connectors but I don't know the other languages.
I think I'd better upload a preliminary patch here of what I've got and pass the rest to Wiktor or other integration experts.