<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/sqlrest/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/sqlrest/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlrest/bugs/</id><updated>2011-08-10T14:23:13Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Nullpointer caused by NULL FK</title><link href="https://sourceforge.net/p/sqlrest/bugs/16/" rel="alternate"/><published>2011-08-10T14:23:13Z</published><updated>2011-08-10T14:23:13Z</updated><author><name>Arlindo Neto</name><uri>https://sourceforge.net/u/arduke/</uri></author><id>https://sourceforge.net97d85d6bfecf2028b3948486a7368af14a846159</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When the FK is nullable a Nullpointer exception is generated. &lt;br /&gt;
Correction:&lt;/p&gt;
&lt;p&gt;RestUtil.getRowUrl(...)&lt;/p&gt;
&lt;p&gt;if(id != null)&lt;br /&gt;
return getTableUrl( servletURL, tableName) + URLEncoder.encode(id, "UTF-8") + "/";&lt;br /&gt;
else&lt;br /&gt;
return "";&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>enable updates with more than one field</title><link href="https://sourceforge.net/p/sqlrest/bugs/15/" rel="alternate"/><published>2007-04-27T12:33:21Z</published><updated>2007-04-27T12:33:21Z</updated><author><name>marco_h</name><uri>https://sourceforge.net/u/userid-1761896/</uri></author><id>https://sourceforge.netb20e677accadf522f38fbbfe0709f517c1ae887e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;join the set expression with and&lt;/p&gt;
&lt;p&gt;[update PRODUCT set PRICE = 12.8 NAME = 'Coffee' where ID = 4]&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Change Content-Type</title><link href="https://sourceforge.net/p/sqlrest/bugs/14/" rel="alternate"/><published>2003-05-22T16:17:57Z</published><updated>2003-05-22T16:17:57Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7d8f0efe0d1e13b2926d033d37257d050bce492d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Change text/xml to application/xml&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Change Content-Type to text/xml</title><link href="https://sourceforge.net/p/sqlrest/bugs/13/" rel="alternate"/><published>2003-05-12T06:50:03Z</published><updated>2003-05-12T06:50:03Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net351b3e829a4c01ec5e2d157d5f9b07ebaa52651b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A content-type of text/plain isn't correct.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Respond with SC 201 on resource creation</title><link href="https://sourceforge.net/p/sqlrest/bugs/12/" rel="alternate"/><published>2003-04-24T14:59:40Z</published><updated>2003-04-24T14:59:40Z</updated><author><name>Thomas Bayer</name><uri>https://sourceforge.net/u/bayert/</uri></author><id>https://sourceforge.netb284db7b259358cb1fd53d3ea5b82d00a002f254</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Deliver SC 201 after creating a resource&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Provide a Location Header on resource creation</title><link href="https://sourceforge.net/p/sqlrest/bugs/11/" rel="alternate"/><published>2003-04-22T15:45:50Z</published><updated>2003-04-22T15:45:50Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcfbd8a74cb582729873794fd9ffa935e78cb90a4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If a new resource is created using POST or PUT. Provide&lt;br /&gt;
a Location Header containg the location of the new&lt;br /&gt;
created resource.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>POST for creating resources causes exception</title><link href="https://sourceforge.net/p/sqlrest/bugs/10/" rel="alternate"/><published>2003-04-22T11:53:27Z</published><updated>2003-04-22T11:53:27Z</updated><author><name>Thomas Bayer</name><uri>https://sourceforge.net/u/bayert/</uri></author><id>https://sourceforge.net538b3ac99dd4f50a8307e5d275f07ec04cdcd920</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A POST request to &lt;/p&gt;
&lt;p&gt;&lt;a href="http://localhost:8080/sqlrest/PRODUCT/" rel="nofollow"&gt;http://localhost:8080/sqlrest/PRODUCT/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;causes:&lt;/p&gt;
&lt;p&gt;Can't create process POST request &lt;br /&gt;
java.lang.ArrayIndexOutOfBoundsException: 2&lt;br /&gt;
java.lang.ArrayIndexOutOfBoundsException: 2&lt;br /&gt;
at &lt;br /&gt;
de.oio.sqlrest.xml.AbstractResponseBuilder.getPrimaryKey&lt;br /&gt;
(AbstractResp&lt;br /&gt;
onseBuilder.java:104)&lt;br /&gt;
at de.oio.sqlrest.xml.CreateEntityHandler.generate&lt;br /&gt;
(CreateEntityHandler.j&lt;br /&gt;
ava:89)&lt;br /&gt;
at de.oio.sqlrest.Dispatcher.dispatchPOST&lt;br /&gt;
(Dispatcher.java:143)&lt;br /&gt;
at de.oio.sqlrest.MainServlet.doPost&lt;br /&gt;
(MainServlet.java:108)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service&lt;br /&gt;
(HttpServlet.java:760)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>URL Interpreter </title><link href="https://sourceforge.net/p/sqlrest/bugs/9/" rel="alternate"/><published>2003-04-20T12:31:53Z</published><updated>2003-04-20T12:31:53Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net583678f7aa8118fb561bfcf8d06b3c7978f73a00</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Interpreter for URLs, so that a test can be made&lt;br /&gt;
instead the nested if statements. For example a class&lt;br /&gt;
using regexp.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Resouce root element instead of resources</title><link href="https://sourceforge.net/p/sqlrest/bugs/8/" rel="alternate"/><published>2003-04-20T11:46:55Z</published><updated>2003-04-20T11:46:55Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9eff90cac98a21c69aeec1f6fbf6d929f3ee6c17</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The representation of an entity uses as root element&lt;br /&gt;
also the resources element. An element resource would&lt;br /&gt;
be suitabler.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error building distribution</title><link href="https://sourceforge.net/p/sqlrest/bugs/7/" rel="alternate"/><published>2003-04-19T16:39:41Z</published><updated>2003-04-19T16:39:41Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9a1adb6d4d33dda3ca5bc641f455ef46d70256fc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Building the distribtion I get InstallTask not found&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>