zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #08443
[Merge] lp:~zorba-coders/zorba/bug-907624 into lp:zorba
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-907624 into lp:zorba.
Requested reviews:
Chris Hillery (ceejatec)
Dennis Knochenwefel (dennis-knochenwefel)
Related bugs:
Bug #907624 in Zorba: "misleading error message on URIMapper::DENY_ACCESS"
https://bugs.launchpad.net/zorba/+bug/907624
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-907624/+merge/103255
--
https://code.launchpad.net/~zorba-coders/zorba/bug-907624/+merge/103255
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/diagnostics/diagnostic_en.xml'
--- src/diagnostics/diagnostic_en.xml 2012-04-23 10:46:38 +0000
+++ src/diagnostics/diagnostic_en.xml 2012-04-24 10:54:22 +0000
@@ -1698,7 +1698,7 @@
</diagnostic>
<diagnostic code="ZXQP0029" name="URI_ACCESS_DENIED">
- <value>"$1": module import not allowed</value>
+ <value>"$1": URI access not allowed</value>
</diagnostic>
<diagnostic code="ZXQP0030" name="DEADLOCK">
=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
--- src/diagnostics/pregenerated/dict_en.cpp 2012-04-23 10:46:38 +0000
+++ src/diagnostics/pregenerated/dict_en.cpp 2012-04-24 10:54:22 +0000
@@ -414,7 +414,7 @@
{ "ZXQP0025", "item creation failed" },
{ "ZXQP0026", "\"$1\": invalid enumerated value for $2" },
{ "ZXQP0028", "\"$1\": target namespace not provided by module from $2" },
- { "ZXQP0029", "\"$1\": module import not allowed" },
+ { "ZXQP0029", "\"$1\": URI access not allowed" },
{ "ZXQP0030", "deadlock" },
{ "ZXQP0031", "malformed XQueryX XML input${: 1}" },
{ "ZXQP0032", "error transforming XQueryX to XQuery${: 1}" },
Follow ups