You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carlos Pita (JIRA)" <ji...@apache.org> on 2008/02/20 05:20:43 UTC

[jira] Created: (WICKET-1360) Wrong path separator in reloading classloader patterns

Wrong path separator in reloading classloader patterns
------------------------------------------------------

                 Key: WICKET-1360
                 URL: https://issues.apache.org/jira/browse/WICKET-1360
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.1
            Reporter: Carlos Pita


public class WildcardMatcherHelper
{
        [....]
	/** Default path separator: "/" */
	public static final char PATHSEP = '/';    <---- should be '.'





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


[jira] Resolved: (WICKET-1360) Wrong path separator in reloading classloader patterns

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1360.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC2
         Assignee: Juergen Donnerstag

thanks

> Wrong path separator in reloading classloader patterns
> ------------------------------------------------------
>
>                 Key: WICKET-1360
>                 URL: https://issues.apache.org/jira/browse/WICKET-1360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.1
>            Reporter: Carlos Pita
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC2
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> public class WildcardMatcherHelper
> {
>         [....]
> 	/** Default path separator: "/" */
> 	public static final char PATHSEP = '/';    <---- should be '.'

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