You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/08/23 22:54:39 UTC

svn commit: r434172 - /portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java

Author: cdoremus
Date: Wed Aug 23 13:54:38 2006
New Revision: 434172

URL: http://svn.apache.org/viewvc?rev=434172&view=rev
Log:
Applied patch suggested by David Hay in PLUTO-248. Thank you.

Modified:
    portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java

Modified: portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java?rev=434172&r1=434171&r2=434172&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java (original)
+++ portals/pluto/trunk/pluto-portal-driver/src/main/java/org/apache/pluto/driver/url/PortalURLParser.java Wed Aug 23 13:54:38 2006
@@ -64,6 +64,7 @@
             new String[] { "<",  "0x6" },
             new String[] { ">",  "0x7" },
             new String[] { " ",  "0x8" },
+            new String[] { "#",  "0x9" },
     };
     
     // Constructor -------------------------------------------------------------