hi helix, you're right. the problem is the HTML URL encoding, but i still cannot find where is the problem. i read this : https://jira.duraspace.org/browse/DS-1014?page=com.xiplink.jira.git.jira-git-plugin:git-commits-tabpanel
but in my OREDisseminationCrosswalk.java the code is fixed. i try to same thing too at OREIngestionCrosswalk.java because the both OREDisseminationCrosswalk.java and OREIngestionCrosswalk.java have same method (encodeForURL(String sourceString)). but its still not working. the method only change the url into hexa. until now i cannot find where is the problem. so to finish it, i using URLDecoder in java to change %2f to ascii and its worked, %2f is change to '/'. thanks helix, for your help. sorry for my bad english. -- View this message in context: http://dspace.2283337.n4.nabble.com/Error-with-Dspace-OAI-PHM-listing-records-and-Identifiers-tp4662827p4664511.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

