Unrecognized html request when loading web/bin/iniedit.pl

View: New views
2 Messages — Rating Filter:   Alert me  

Unrecognized html request when loading web/bin/iniedit.pl

by Michael Stovenour :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I’m running SVN 1607 and found a small typo.  Would someone be kind enough to commit this fix, if appropriate?  Every time I access the INI editor I get this log message:

Unrecognized html request: get_req=/bin/default.css get_arg=  header=GET /bin/default.css HTTP/1.1

Simply adding a forward slash to the default.css path fixed this problem in web/bin/iniedit.pl but I’m not sure that is the correct fix.  While looking for the problem I found other modules that do not include a path for this file.  Looking at the SVN logs, I think there was some clean up to the default.css files.  It might be worth checking each to make sure there is local default.css file for any scripts or pages that do not specify a path.

Michael

 

Index: web/bin/iniedit.pl

===================================================================

--- web/bin/iniedit.pl  (revision 1607)

+++ web/bin/iniedit.pl  (working copy)

@@ -26,7 +26,7 @@

 <HEAD>

 <TITLE>Misterhouse Configuration Parameters</TITLE>

 </HEAD>

-<LINK REL="STYLESHEET" HREF="default.css" TYPE="text/css">

+<LINK REL="STYLESHEET" HREF="/default.css" TYPE="text/css">

 <BODY>

 

 <DIV ID="overDiv" STYLE="position:absolute; visibility:hide; z-index:1;"></DIV>

 

 

 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365


Re: Unrecognized html request when loading web/bin/iniedit.pl

by David Norwood-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I was cleaning out my old misterhouse mail and found this old bugfix from Michael Stovenour.  I just committed this change to svn.  Sorry for the delay.  
 
David
 
----- Original Message -----
Sent: Wednesday, February 18, 2009 7:24 AM
Subject: [mh] Unrecognized html request when loading web/bin/iniedit.pl

I’m running SVN 1607 and found a small typo.  Would someone be kind enough to commit this fix, if appropriate?  Every time I access the INI editor I get this log message:

Unrecognized html request: get_req=/bin/default.css get_arg=  header=GET /bin/default.css HTTP/1.1

Simply adding a forward slash to the default.css path fixed this problem in web/bin/iniedit.pl but I’m not sure that is the correct fix.  While looking for the problem I found other modules that do not include a path for this file.  Looking at the SVN logs, I think there was some clean up to the default.css files.  It might be worth checking each to make sure there is local default.css file for any scripts or pages that do not specify a path.

Michael

 

Index: web/bin/iniedit.pl

===================================================================

--- web/bin/iniedit.pl  (revision 1607)

+++ web/bin/iniedit.pl  (working copy)

@@ -26,7 +26,7 @@

 <HEAD>

 <TITLE>Misterhouse Configuration Parameters</TITLE>

 </HEAD>

-<LINK REL="STYLESHEET" HREF="default.css" TYPE="text/css">

+<LINK REL="STYLESHEET" HREF="/default.css" TYPE="text/css">

 <BODY>

 

 <DIV ID="overDiv" STYLE="position:absolute; visibility:hide; z-index:1;"></DIV>

 

 

 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H


________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
________________________________________________________
To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365