Opened 19 years ago
Closed 18 years ago
#333 closed Bug (fixed)
Upload doesnt check for ServerPath param like Browser does
| Reported by: | wmswms | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
We're using PHP for FCK...
Adding a ServerPath param to the Browser URLs works great so we can control what directory that gets browsed. At the same time, we'd like to make the Upload functionality go to the same folder, but it only checks the Config array, and doesnt try to override it with the GET param. Is this a bug, or a security concern? Seems odd that one does it and the other doesnt.
Change History (2)
comment:1 Changed 18 years ago by
| Milestone: | → FCKeditor 2.5 |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed on trunk with [413]

#454 should fix this issue.