Patches item #675230, was opened at 2003-01-27 04:57
Message generated for change (Comment added) made by cito
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=675230&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extensions to Ignore -> cheetah extensions

Initial Comment:
Not sure why this hasn't bitten anyone else, minor
detail I guess.  

Default cheetah template behaviour creates files with
the extension .py_bak.  That, and the emacs backup
.tmpl~ should be added to the ExtensionsToIgnore
configuration.

Patch attached.


----------------------------------------------------------------------

>Comment By: Christoph Zwerschke (cito)
Date: 2006-07-08 00:31

Message:
Logged In: YES 
user_id=193957

Added to Webware 0.9.2.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2003-01-27 04:59

Message:
Logged In: NO 

Arg, never attached the patch - it is so minor, here it is
in text form:

--- Application.config.default.ORIGINAL 2003-01-26
21:45:34.000000000 -0600
+++ Application.config.default  2003-01-26
21:48:05.000000000 -0600
@@ -2,7 +2,7 @@
        'AdminPassword':        '', #You cannot log in with
an empty password
        'PrintConfigAtStartUp': 1,
        'DirectoryFile':        ['index',
'Index','main','Main'],
-       'ExtensionsToIgnore':   ['.pyc', '.pyo', '.py~',
'.psp~', '.html~','.bak','.tmpl'],
+       'ExtensionsToIgnore':   ['.pyc', '.pyo', '.py~',
'.psp~', '.html~','.bak','.tmpl', '.py_bak', '.tmpl~'],
        'ExtensionsToServe':  [], # if specified, only
extensions in this list will be used
        'UseCascadingExtensions': 1,
        'ExtensionCascadeOrder':['.py','.psp','.html'],


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=675230&group_id=4866

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to