Web-ContextPath is not set as Web Application Bundle context-root if it's
defined
---------------------------------------------------------------------------------
Key: GERONIMO-5588
URL: https://issues.apache.org/jira/browse/GERONIMO-5588
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: web
Affects Versions: 3.0
Environment: OS: winxp
JDk: 1.6.0_21
Build:2010.09.08-11:46:48.734+0800
Reporter: viola.lu
Fix For: 3.0
1. Create a hello web application bundle, define its web-contextpath : /hello
package it as a zip file
2.Deploy it, but its context root doesn't keep consistent with web-contextpath
definition
3.If i define its id in web.xml like: <web-app id="Blog">, its context root is
set as /Blog, not /hello,
Based on that, currenlty web application bundle context root is set by id
attribute in web-app, not web-contextpath in manifest file.This doens't meet
RFC066 spec.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.