Bug 5350 - Can't scrape a URL with a port?
Summary: Can't scrape a URL with a port?
Status: RESOLVED WORKSFORME
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Scrape Taglib (show other bugs)
Version: 1.0
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-11 00:05 UTC by Anthony Collen
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Collen 2001-12-11 00:05:32 UTC
<%@ taglib uri="http://jakarta.apache.org/taglibs/scrape-1.0" prefix="scrape" %>

<scrape:page url="http://artemis.drwilco.net:8000/index.html">
<scrape:scrape id="currentTrack" begin="<font class=logoText>" end="</font>" 
anchors="true" />
</scrape:page>
<h2> <scrape:result scrape="currentTrack" /> </h2>
</body>
</html>

This fails. I am attempting to scrape info off a shoutcast page.  I can scrape 
data off the URL "http://artemis.drwilco.net" just fine, but when I put a port 
at the end, the scrape fails.  No exception is thrown in the page, only blank 
data is returned from the scrape.