File system warning for certain component event request, on windows only
------------------------------------------------------------------------

                 Key: TAPESTRY-2606
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2606
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship
            Assignee: Howard M. Lewis Ship
            Priority: Minor



This happens because of the colon in the URL (that identifies the event name).  
We should change the StaticFilesFilter to assume any URL with a colon is not 
going to map to a static resource (and is potentially a Tapestry URL).

[WARN] ResourceCache Alias request of 
'file:/F:/Steph/workspace/mailings/src/main/webapp/clients.grid.columns:sort/description'
 for 
'file:/F:/Steph/workspace/mailings/src/main/webapp/clients.grid.columns:sort/description'
[WARN] Credential EXCEPTION
java.io.IOException: Syntaxe du nom de fichier, de répertoire ou de volume 
incorrecte
  at java.io.WinNTFileSystem.canonicalize0(Native Method)
  at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396)
  at java.io.File.getCanonicalPath(File.java:559)
  at org.mortbay.util.FileResource.getAlias(FileResource.java:176)
  at org.mortbay.http.ResourceCache.getResource(ResourceCache.java:250)
  at org.mortbay.http.HttpContext.getResource(HttpContext.java:2118)
  at 
org.mortbay.jetty.servlet.WebApplicationContext.getResource(WebApplicationContext.java:785)
  at 
org.mortbay.jetty.servlet.ServletHandler.getResource(ServletHandler.java:735)
  at 
org.mortbay.jetty.servlet.ServletHandler$Context.getResource(ServletHandler.java:1082)
  at 
org.apache.tapestry.internal.services.ContextImpl.getResource(ContextImpl.java:43)
  at $Context_119ded1b2a2.getResource($Context_119ded1b2a2.java)
  at $Context_119ded1b209.getResource($Context_119ded1b209.java)
  at 
org.apache.tapestry.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:56)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to