oazabir / autojscssversion

Automatically exported from code.google.com/p/autojscssversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illegal characters in path exception

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.  Create a new web app project.
2.  Add a master page and a content page.
3.  Add a few JS file references.
4.  Paste the BeginRequest code in.
5.  Add the StaticContentFilter class to the project.
6.  Run the project.

What is the expected output? What do you see instead?

Expect the page to load, and expect to see the JS file references versioned.  
Instead, I get an exception:

Illegal characters in path on the line "var physicalPath = 
Server.MapPath(relativePath);"


relativePath has the value:

" />

</head>
<body>
    <form method=



Original issue reported on code.google.com by mikerobe...@gmail.com on 28 Feb 2012 at 2:28

Same issue in my application
Illegal character in path

Original comment by vinod.pa...@zeonsolutions.com on 11 Oct 2013 at 11:17

same issue illegal character in path. 

Exception on relativepath
var physicalPath = Server.MapPath(relativePath);

Original comment by faheemar...@gmail.com on 24 Oct 2013 at 6:49