Continuum

continuum-acegi branch webapp doesn't work with jetty

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1-alpha-1
  • Fix Version/s: 1.1-alpha-1
  • Component/s: Web interface
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

:WARN: /summary.action
org.apache.jasper.JasperException: /navigations/DefaultTop.jsp(6,0) According to TLD or attribute directive in tag file, attribute value does not accept any expressions
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at org.apache.jasper.compi

the following url describes this: http://forum.springframework.org/showthread.php?t=13911

the fix from that issue actually makes the initial page load up when running jetty from the maven plugin in the continuum-webapp directory.

carlos wanted me to ping you on this issue to fix it in the relevant places.

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

to

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

in this case.

Activity

Hide
Henry S. Isidro added a comment -

Attached FIle: CONTINUUM-790-continuum-webapp.patch

Here's a patch for this. I also changed the pom to use the latest maven jetty plugin (just removed the '6' from the artifactId). You can try running it via a 'mvn jetty:run' at a console.

Show
Henry S. Isidro added a comment - Attached FIle: CONTINUUM-790-continuum-webapp.patch Here's a patch for this. I also changed the pom to use the latest maven jetty plugin (just removed the '6' from the artifactId). You can try running it via a 'mvn jetty:run' at a console.
Hide
Henry S. Isidro added a comment -

The patch also contains a fix for addUserRole.jsp as commented on by Carlos in CONTINUUM-783.

Show
Henry S. Isidro added a comment - The patch also contains a fix for addUserRole.jsp as commented on by Carlos in CONTINUUM-783.
Hide
Carlos Sanchez added a comment -

Applied

Show
Carlos Sanchez added a comment - Applied

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: