Bug 90084 - content-section sections missing from web.xml in the binary distribution
Summary: content-section sections missing from web.xml in the binary distribution
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise CMS
Classification: Retired
Component: other
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-05-02 09:13 UTC by Branimir Dolicki
Modified: 2007-04-18 16:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-02 13:25:58 UTC
Embargoed:


Attachments (Terms of Use)

Description Branimir Dolicki 2003-05-02 09:13:58 UTC
Description of problem:

This is what is missing in web.xml

<servlet>
<servlet-name>content-section</servlet-name>
<servlet-class>com.arsdigita.cms.ContentSectionServlet</servlet-class>
</servlet>

...

<servlet-mapping>
<servlet-name>content-section</servlet-name>
<url-pattern>/__ccm__/servlet/content-section/*</url-pattern>
</servlet-mapping>


Version-Release number of selected component (if applicable):
ccm-portalserver-servlet-resin-troika.beta1-1

How reproducible:
Always

Steps to Reproduce:
1. Create a new content item

Actual Results:  You get a 404 error message

Additional info:

Comment 1 Richard Li 2003-05-02 12:10:04 UTC
Branimir, is this same problem you reported on IRC a few days ago? If so, that
should have been fixed the day you reported it and it should be present in the
nightlies at this point. If you are on the latest nightly and still seeing the
problem, please let us know.


Note You need to log in before you can comment on or make changes to this bug.