<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Hi list</span><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><div>I have problems when I want to load a tiff or shape by the plugin LayerUploadPanel.js of GeoExplorer.<br></div><div>The error here:</div><div><span style="color:rgb(255,0,0);font-family:'dejavu sans mono',monospace;font-size:11px;line-height:12px;white-space:pre-wrap">POST <a href="http://localhost:9080/geoserver/rest/imports" title="http://localhost:9080/geoserver/rest/imports" target="_blank" style="color:rgb(84,84,84)">http://localhost:9080/geoserver/rest/imports</a> 405 (Method Not Allowed)</span><span style="color:rgb(255,0,0);font-family:'dejavu sans mono',monospace;font-size:11px;line-height:12px;white-space:pre-wrap"> </span><br></div><div><span style="color:rgb(255,0,0);font-family:'dejavu sans mono',monospace;font-size:11px;line-height:12px;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(255,0,0);font-family:'dejavu sans mono',monospace;font-size:11px;line-height:12px;white-space:pre-wrap"><br></span></div>The code in LayerUploadPanel.js </div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Ext.Ajax.request({<div> url: this.getUploadUrl(),</div><div> method: "POST",</div><div> jsonData: jsonData,</div><div> success: function(response) {</div><div><span style="white-space:pre-wrap">                         </span> this._import = response.getResponseHeader("Location");</div><div> this.optionsFieldset.expand();<br></div><div> form.submit({<br></div><div> url: this._import + "/tasks?expand=all",</div><div> waitMsg: this.waitMsgText,</div><div> waitMsgTarget: true,</div><div> reset: true,</div><div> scope: this</div><div> .....</div><div><br></div><div><div>With geoserver 2.5.2 and 2.4.8 not work! (take the war from <a href="http://geoserver.org">geoserver.org</a>)</div><div><br></div></div><div>How I can solve this problem? It is a problem of geoserver, but there will be some way to solve client side programmatically.<br></div><div><br></div><div>Thanks</div></div><div><br></div>Pablo
</div>