You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2005/10/15 19:42:44 UTC

[jira] Created: (NUTCH-112) Link in cached.jsp page to cached content is an absolute link

Link in cached.jsp page to cached content is an absolute link
-------------------------------------------------------------

         Key: NUTCH-112
         URL: http://issues.apache.org/jira/browse/NUTCH-112
     Project: Nutch
        Type: Bug
  Components: web gui  
    Versions: 0.7.1, 0.7, 0.6, 0.7.2-dev, 0.8-dev    
 Environment: Windows XP Professional SP2, Intel Pentium M 2.0 Ghz, 512 MB RAM, although bug is independent of environment
    Reporter: Chris A. Mattmann
 Assigned to: Chris A. Mattmann 
    Priority: Trivial


The link in the cached.jsp page that points to the cached content uses an absolute link, of the form "/servlet/cached?idx=xxx&id=yyy". This causes an error when the user goes to click on the link and the Nutch war is not deployed at the root context of the application server. The link should be of the form "./servlet/cached?idx=xxx&id=yyy", i.e., a relative link to correct this problem.

I've attached a small patch that fixes the error. I've tested the patch in my local environment and it fixes the error.

-- 
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


[jira] Closed: (NUTCH-112) Link in cached.jsp page to cached content is an absolute link

Posted by "Jerome Charron (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/NUTCH-112?page=all ]
     
Jerome Charron closed NUTCH-112:
--------------------------------

    Fix Version: 0.8-dev
     Resolution: Fixed

Committed to trunk and mapred.
http://svn.apache.org/viewcvs?rev=354575&view=rev
http://svn.apache.org/viewcvs?rev=354582&view=rev

Thanks Chris.

> Link in cached.jsp page to cached content is an absolute link
> -------------------------------------------------------------
>
>          Key: NUTCH-112
>          URL: http://issues.apache.org/jira/browse/NUTCH-112
>      Project: Nutch
>         Type: Bug
>   Components: web gui
>     Versions: 0.7.1, 0.7, 0.6, 0.7.2-dev, 0.8-dev
>  Environment: Windows XP Professional SP2, Intel Pentium M 2.0 Ghz, 512 MB RAM, although bug is independent of environment
>     Reporter: Chris A. Mattmann
>     Assignee: Chris A. Mattmann
>     Priority: Trivial
>      Fix For: 0.8-dev
>  Attachments: NUTCH-112.Mattmann.patch.txt
>
> The link in the cached.jsp page that points to the cached content uses an absolute link, of the form "/servlet/cached?idx=xxx&id=yyy". This causes an error when the user goes to click on the link and the Nutch war is not deployed at the root context of the application server. The link should be of the form "./servlet/cached?idx=xxx&id=yyy", i.e., a relative link to correct this problem.
> I've attached a small patch that fixes the error. I've tested the patch in my local environment and it fixes the error.

-- 
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


[jira] Updated: (NUTCH-112) Link in cached.jsp page to cached content is an absolute link

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/NUTCH-112?page=all ]

Chris A. Mattmann updated NUTCH-112:
------------------------------------

    Attachment: NUTCH-112.Mattmann.patch.txt

The small patch to fix NUTCH-112

> Link in cached.jsp page to cached content is an absolute link
> -------------------------------------------------------------
>
>          Key: NUTCH-112
>          URL: http://issues.apache.org/jira/browse/NUTCH-112
>      Project: Nutch
>         Type: Bug
>   Components: web gui
>     Versions: 0.7.1, 0.7, 0.6, 0.7.2-dev, 0.8-dev
>  Environment: Windows XP Professional SP2, Intel Pentium M 2.0 Ghz, 512 MB RAM, although bug is independent of environment
>     Reporter: Chris A. Mattmann
>     Assignee: Chris A. Mattmann
>     Priority: Trivial
>  Attachments: NUTCH-112.Mattmann.patch.txt
>
> The link in the cached.jsp page that points to the cached content uses an absolute link, of the form "/servlet/cached?idx=xxx&id=yyy". This causes an error when the user goes to click on the link and the Nutch war is not deployed at the root context of the application server. The link should be of the form "./servlet/cached?idx=xxx&id=yyy", i.e., a relative link to correct this problem.
> I've attached a small patch that fixes the error. I've tested the patch in my local environment and it fixes the error.

-- 
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