ExtensionsFilter results in empty response on Jetty 6
-----------------------------------------------------

         Key: MYFACES-1126
         URL: http://issues.apache.org/jira/browse/MYFACES-1126
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: 1.1.1, Nightly    
 Environment: Windows XP SP2, Jetty 6 as part of the Jetty6 plugin for maven2
    Reporter: Jurgen Lust


When deploying a MyFaces webapp that uses the ExtensionsFilter in Jetty6, the 
response is always empty.
You can verify this by adding this to the tomahawk/examples/simple/pom.xml:

       <plugins>
           <plugin>
               <groupId>org.mortbay.jetty</groupId>
               <artifactId>maven-jetty6-plugin</artifactId>
               <version>6.0.0beta9</version>
               <configuration>
                   <scanIntervalSeconds>10</scanIntervalSeconds>
               </configuration>
           </plugin>
       </plugins>

And then typing mvn jetty6:run in the same folder.
Now you can access the simple example at 
http://localhost:8080/myfaces-example-simple/
Normally you will now see a completely empty page...


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to