- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- WASD strange reacting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 03:04 AM
08-23-2006 03:04 AM
WASD strange reacting
Result is xxx becomes the title but the txt file is no longer shown correctly : the LF is no longer executed.
I would like to understand why the txt file is interpreted ?
Output in IE (on 1 line) :
/* */ /* From: "Craig A. Berry" Date: Sun, 30 Sep 2001 13:19:09 PDT > TXT2PDF
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 07:01 AM
08-23-2006 07:01 AM
Re: WASD strange reacting
you were ok until you added a HTML tag, and
then the server started treating the file as
HTML (where a line ending is just more white
space). Perhaps it would help if you added
after the title, andat the end.
I'd guess that WASD was trying to help you,
and then you outsmarted it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 08:03 AM
08-23-2006 08:03 AM
Re: WASD strange reacting
Are you sure that it is the WASD server and not your WWW Browser. The file should be served up verbatim, it is the browser that does all of the formatting.
Which browser are you using?
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 08:35 AM
08-23-2006 08:35 AM
Re: WASD strange reacting
Not really. The server may add metadata,
like, for example, "Content-Type: text/html;
charset=iso-8859-1" and the like, which are
not part of the file being serverd, but which
can affect the way the browser will
interpret/render the actual file data.
You may need to be using HTTP/1.1 to get the
extra goodies. Telnet to port 80 is the way
to see exactly what the server spews, but you
need to know how to phrase the request.
(For deatils, have Google look for words like
"telnet 80 http".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:10 PM
08-23-2006 11:10 PM
Re: WASD strange reacting
Here you see Joseph Huber's link :
http://wwwvms.mppmu.mpg.de/vmssig/src/c/txt2pdf.c also wrong.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 10:08 PM
08-24-2006 10:08 PM
Re: WASD strange reacting
This is WATCH output :
Content-Type: text/plain; charset=ISO-8859-1
Content-Length: 9335
|12:02:53.79 NET 1948 0001 RES-BODY BODY 4096 bytes|
/*
. Berry"
So, WASD clearly told IE the plain text phrase and did give the HTML tag.
I tried the same in mozilla for VMS (1.5). It works correctly (the html tag is not interpreted).
Microsoft bug ? I'm using 6.0 on XP.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:31 AM
08-28-2006 03:31 AM
Re: WASD strange reacting
http://www.howtocreate.co.uk/wrongWithIE/?chapter=Content-type%3A+text%2Fplain
Wim