• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

HFS Errata's Errata

 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Errata for P634 says if no <http-method> given, all methods are allowed. I think what the book is right and the errata is wrong!!!

I tested with tomcat 5.0.29. If <http-method> is missing all resources are really constrained as originally described in the book.

Could anyone double confirm my test result?
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alec,
you are right.
the pages 643 and 635 of HFjS + ErrataBook instanceOf totalWrong ==> true
Book + errata are a big desaster.
the resin tutorial (resin-3.0.149) about security is very nice. Try it(It's free)
You can find the tutorial about security in Tomcat under:
/yourTomcathome/webapps/jsp-examples/security/protected
ser
 
reply
    Bookmark Topic Watch Topic
  • New Topic