Opened 17 years ago

Closed 12 years ago

#709 closed Bug (wontfix)

CustomConfigurationPath doesn't support virtual root ~

Reported by: cwchapma@… Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: SF HasPatch Cc: josh_robb@…

Description

If a site is in a virtual root directory, vroot (via the ~ symbol)like this: www.mydomain.com/vroot/FCKEditor, My BasePath="~/FCKEditor".

This doesn't work for CustomConfigurationPath. I can't use CustomConfigurationPath="~/FCKEditorConfig/fckconfig.js". I have to used CustomConfigurationPath="/vroot/FCKEditorConfig/fckconfig.js".


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1466887&group_id=75348&atid=543653

Attachments (1)

FCK-ResolveUrl.patch (1.1 KB) - added by Alfonso Martínez de Lizarrondo 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to cwchapma@…

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ASP.Net

Changed 16 years ago by Alfonso Martínez de Lizarrondo

Attachment: FCK-ResolveUrl.patch added

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Cc: josh_robb@… added
Keywords: HasPatch added

I needed to make some changes to FCKEditor.Net to allow me to use ~/Paths in configuration etc.


Moved from sourceforge
Original author Josh Robb

(1 file attached)

comment:4 Changed 16 years ago by Alfonso Martínez de Lizarrondo

#1321 has been marked as dup

When using the ASP.Net control, it should allow you to use App Relative (~) paths for all properties, not just BasePath. CustomConfigurationsPath in particular is in my view in desperate need of this!

comment:5 Changed 12 years ago by kaga

In new version CKEditora.NET virtual root (~) is support in all property.

comment:6 Changed 12 years ago by kaga

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy