For those interested this is what works

[code]<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module SYSTEM "module.dtd">
<module>
    ...
    <servlets>
        <servlet>
            <name>spring</name>
            
<class>info.magnolia.module.blossom.web.InstallationAwareDispatcherServlet</class>
            <mappings>
                <mapping>/service/*</mapping>
            </mappings>
        </servlet>
    </servlets>
</module>[/code]

The only problem with this approach, somehow everything seems to pass through 
Magnolia filters, which changes "Accept" and "Content-Type" headers. Not sure 
why

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=8036b673-2262-4b73-bee1-707750fe6e78


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to