You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Oleg Taranenko (JIRA)" <ji...@apache.org> on 2007/09/17 07:54:32 UTC

[jira] Updated: (WICKET-977) Static Pages -> Passing URI to a Wicket page == 404 Error

     [ https://issues.apache.org/jira/browse/WICKET-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Taranenko updated WICKET-977:
----------------------------------


cd C:\OpenSource\org\apache\wicket\trunk\jdk-1.5\wicket-examples
mvn jetty:run
http://localhost:8080/wicket-examples/staticpages/
click on "Passing URI to a Wicket page"


Result ::
HTTP ERROR: 404

NOT_FOUND

RequestURI=/wicket-examples/staticpages/pages/path/to/hello.html

Powered by Jetty://

suspicious patch is

Revision: 573525
Author: jbq
Date: 12:04:15, 07 September 2007
Message:
WICKET-795 Easy access to final rendered page source
----
Modified : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/Application.java
Added : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/CapturingBookmarkablePageRequestTarget.java
Added : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/CapturingBookmarkablePageRequestTargetUrlCodingStrategy.java
Added : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/EmailPage.html
Added : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/EmailPage.java
Modified : /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/staticpages/Home.java





> Static Pages -> Passing URI to a Wicket page == 404 Error
> ---------------------------------------------------------
>
>                 Key: WICKET-977
>                 URL: https://issues.apache.org/jira/browse/WICKET-977
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows/Jetty/Firefox
>            Reporter: Oleg Taranenko
>
> Broken url

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.