RE: Admin webapp context path fix

2004-10-22 Thread Shapira, Yoav
Hi, Patch applied to both Tomcat 5.0 and 5.5. Thank you for submitting it. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Horacio de Oro [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 21, 2004 8:59 PM >To: [EMAIL PROTECTED] >Subject: Admin weba

Admin webapp context path fix

2004-10-21 Thread Horacio de Oro
Hi! The admin webapp doesn't work properly in context others than "/admin". That's because on banner.jsp the "form" tag has a hardcoded path: /admin/commitChanges.do and /admin/logOut.do. I haven't found any other reference to "/admin". This little patch can fix that. It's a fix for the admin webap