> -----Oorspronkelijk bericht-----
> Van: Michiel Meeuwissen [mailto:[EMAIL PROTECTED]]
> I don't think this is a bug. Don't forget that the attachment builder
> is not even 'active' on default, so what use is a mapping to an
> attachment servlet if you don't have attachments?

You're right. I added these lines to web.xml in the 1.5 branch in CVS:

  <!-- mapping for attachment-requests -->
  <!-- uncomment this when using attachments builder
  <servlet-mapping>
    <servlet-name>servdb</servlet-name>
    <url-pattern>/attachment.db/*</url-pattern>
  </servlet-mapping>
  -->

At least this vital piece of information is now documented in one of the
obvious places.

Rob van Maris
Developer

Finalist IT Group
Java Specialists
-------------------------------------------------------------
Amsterdam, The Netherlands                          
Office:         +31 20 5962321 (Direct)
Mobile: +31 651444006
Fax:    +31 20 5962331
------------------------------------------------------------- 

Reply via email to