You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jurgen Lust (JIRA)" <de...@myfaces.apache.org> on 2006/02/21 21:54:55 UTC

[jira] Commented: (TOMAHAWK-75) ExtensionsFilter results in empty response on Jetty 6

    [ http://issues.apache.org/jira/browse/TOMAHAWK-75?page=comments#action_12367256 ] 

Jurgen Lust commented on TOMAHAWK-75:
-------------------------------------

This appears to be an issue with Jetty 6, and not with MyFaces. It has been fixed in the latest snapshot of the Jetty6 plugin

> ExtensionsFilter results in empty response on Jetty 6
> -----------------------------------------------------
>
>          Key: TOMAHAWK-75
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-75
>      Project: MyFaces Tomahawk
>         Type: Bug
>  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