Opened 18 years ago
Closed 17 years ago
#72 closed Task (fixed)
Complete the ASP integration
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Server : ASP | Version: | |
Keywords: | Cc: |
Description
The ASP integration must be compliant with our standard "Server Side Integration" requirements, as defined at ServerSideStatus.
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Owner: | Frederico Caldeira Knabben deleted |
---|
comment:3 Changed 17 years ago by
For "Check images", Wiktor has implemented a simple solution for the PHP and ColdFusion connectors. He's checking the first Kb of data in uploaded images, looking for HTML in it.
I have the impression that a similar solution is feasible for ASP too.
comment:4 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've implemented the XSS check with [914]. The ASP implementation should now be 100% completed.
The changes in [413] and [417] have done almost all of the requirements for asp, except for the "Check images" in the connector, but that feature should have its own ticket.