Re: ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




I enabled comment pass through, and it still broke.
Would not pass through the comments ..
Non valid HTML .. if that is correct ?
More complete listing of the front of the source at the end

Regardless ..

So from what you are saying proxy_html does NOT  filter comments,
even if I if they were formatted correctly.

The internal app is a variant  of this of a TV recording  software
 http://www.cs.usyd.edu.au/~efax/DVScheduler.html#DV%20Scheduler

Given that it appears that even if the format of the comments, is ok,
and this is problem.  It would not help me anyway, as the current version of html_proxy
does not filter them........................

I am going to get back to the author of the app, and see what he can
do to change the source HTML.

Even if it causes probs with IE browsers :-)

Tx for the help

Here is a code from the top

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DNTV Scheduler Pro System Status</title>
<link rel="stylesheet" href="/css/main.css" type="text/css">
<!--[if lt IE 7.0]>
      <script src=""></script>
      <![endif]-->
<!--[if lt IE 7.0]>
        <link rel="stylesheet" href="" type="text/css"/>
      <![endif]-->
<!--[if IE 7.0]>
        <link rel="stylesheet" href="" type="text/css"/>
      <![endif]-->
<script src="/_javascript_/main.js"></script><script>

		function selectChannel(obj)
		{
			var mode = obj.fullscreen;
			if (mode == false)
			{
				var cnt = obj.controls.audioLanguageCount;
				var index = obj.controls.currentAudioLanguageIndex;
				index = index + 1;
				if (index > cnt)
					index = 1;
	
				obj.controls.currentAudioLanguageIndex = inde

 etc  ... etc ... etc


Nick Kew wrote:
Nick Kew wrote:

    <!--

mod_proxy_html won't rewrite comments.  It'll pass them through
untouched or strip them out - no other option.

Come to think of it, that was a somewhat-legitimate feature request.
Maybe I'll add it to a future 3.2 release.

Meanwhile you might find it easier to revert to a non-markup-aware
filter such as mod_sed, and work your way through any "false
positives" that arise out of context-blind pattern matching.


--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux