You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Stanislav Dvorscak (JIRA)" <ji...@apache.org> on 2008/10/23 09:10:44 UTC

[jira] Created: (WICKET-1887) 404 error page customize - with specified url-pattern (not /*)

404 error page customize - with specified url-pattern (not /*)
--------------------------------------------------------------

                 Key: WICKET-1887
                 URL: https://issues.apache.org/jira/browse/WICKET-1887
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.4
         Environment: jetty 6.1.x
Tomcat 6
Gentoo linux
            Reporter: Stanislav Dvorscak
         Attachments: wicket-bug.tar.gz

The problem is with incorrect url, when I created own 404 page. 

I attached the source, where can you see the problem. If you start the application, and than you go to http://localhost:8080/app/404 - you can see error test page, with own CSS file (NotFoundPage). It is function, but the problem is, if you try to access any missing page. Than you can see the error page (NotFoundPage), but the problem is, that the css style added by css header contributer generates incorrect url. I try to understand the problem, but I can see strange behavior. (It always returns the url, referenced to root, but not to specified  url-pattern of web.xml).

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


[jira] Resolved: (WICKET-1887) 404 error page customize - with specified url-pattern (not /*)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1887.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.11
       Resolution: Fixed

> 404 error page customize - with specified url-pattern (not /*)
> --------------------------------------------------------------
>
>                 Key: WICKET-1887
>                 URL: https://issues.apache.org/jira/browse/WICKET-1887
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: jetty 6.1.x
> Tomcat 6
> Gentoo linux
>            Reporter: Stanislav Dvorscak
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11
>
>         Attachments: wicket-bug.tar.gz
>
>
> The problem is with incorrect url, when I created own 404 page. 
> I attached the source, where can you see the problem. If you start the application, and than you go to http://localhost:8080/app/404 - you can see error test page, with own CSS file (NotFoundPage). It is function, but the problem is, if you try to access any missing page. Than you can see the error page (NotFoundPage), but the problem is, that the css style added by css header contributer generates incorrect url. I try to understand the problem, but I can see strange behavior. (It always returns the url, referenced to root, but not to specified  url-pattern of web.xml).

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


[jira] Updated: (WICKET-1887) 404 error page customize - with specified url-pattern (not /*)

Posted by "Stanislav Dvorscak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanislav Dvorscak updated WICKET-1887:
---------------------------------------

    Attachment: wicket-bug.tar.gz

example of bug

> 404 error page customize - with specified url-pattern (not /*)
> --------------------------------------------------------------
>
>                 Key: WICKET-1887
>                 URL: https://issues.apache.org/jira/browse/WICKET-1887
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: jetty 6.1.x
> Tomcat 6
> Gentoo linux
>            Reporter: Stanislav Dvorscak
>         Attachments: wicket-bug.tar.gz
>
>
> The problem is with incorrect url, when I created own 404 page. 
> I attached the source, where can you see the problem. If you start the application, and than you go to http://localhost:8080/app/404 - you can see error test page, with own CSS file (NotFoundPage). It is function, but the problem is, if you try to access any missing page. Than you can see the error page (NotFoundPage), but the problem is, that the css style added by css header contributer generates incorrect url. I try to understand the problem, but I can see strange behavior. (It always returns the url, referenced to root, but not to specified  url-pattern of web.xml).

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


[jira] Commented: (WICKET-1887) 404 error page customize - with specified url-pattern (not /*)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903863#action_12903863 ] 

Hudson commented on WICKET-1887:
--------------------------------

Integrated in Apache Wicket 1.4.x #129 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/129/])
    

> 404 error page customize - with specified url-pattern (not /*)
> --------------------------------------------------------------
>
>                 Key: WICKET-1887
>                 URL: https://issues.apache.org/jira/browse/WICKET-1887
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: jetty 6.1.x
> Tomcat 6
> Gentoo linux
>            Reporter: Stanislav Dvorscak
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.11
>
>         Attachments: wicket-bug.tar.gz
>
>
> The problem is with incorrect url, when I created own 404 page. 
> I attached the source, where can you see the problem. If you start the application, and than you go to http://localhost:8080/app/404 - you can see error test page, with own CSS file (NotFoundPage). It is function, but the problem is, if you try to access any missing page. Than you can see the error page (NotFoundPage), but the problem is, that the css style added by css header contributer generates incorrect url. I try to understand the problem, but I can see strange behavior. (It always returns the url, referenced to root, but not to specified  url-pattern of web.xml).

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