DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15279>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15279

WriteableSource doesn't work with context: URLs

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-01-08 11:05 -------
Added ContextSourceFactory to 2.0.x branch and modified its behaviour in both
branches : we first try to get a file using context.getRealPath() and fall back
to getResource(). The obtained URL is then resolved giving a writeable source if
the context if file-based.

For this to work in 2.0.x, cocoon.xconf must be changed as follows :
- remove url-factory 'context'
- add source-handler :
    <protocol class="org.apache.cocoon.components.source.ContextSourceFactory"
name="context"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to