Ticket #92 (closed Defect: fixed)

Opened 13 years ago

Last modified 13 years ago

File Browser Proxy config does not work with IP V6

Reported by: JuergeN Owned by:
Priority: Major Milestone:
Component: DeepaMehta Standard Distribution Version: 4.0.3
Keywords: Cc:
Complexity: 3 Area: GUI
Module:

Description (last modified by JuergeN) (diff)

I cannot access and browse the filesystem with the filebrowser in DeepaMehta GUI if IP V6 is enabled on my system. When trying to open the first folder, the system throws an error in the content panel:

Folder Content
FolderContentRendererError: AJAX GET request failed, server response: 500 
(For input string: "0:0:0:0:0:0:0:1"), exception: undefined

Change History

comment:1 Changed 13 years ago by JuergeN

Just as a reminder: in Ubuntu 10.04 you can disable IP V6 temporarily:

echo -n "1" >/proc/sys/net/ipv6/conf/all/disable_ipv6

comment:2 Changed 13 years ago by JuergeN

  • Description modified (diff)
Version 0, edited 13 years ago by JuergeN (next)

comment:3 Changed 13 years ago by Jörg Richter

Proxy module: support for IPv6 (#92).

It should work now.

If you have IPv6 enabled you must specify the dm4.proxy.net.filter setting in ./pom.xml in IPv6 notation as well, e.g. ::1/128 instead of 127.0.0.1/32
(otherwise proxy requests will fail. See error messages in the terminal log).

For the binary distribution (not yet released) the setting is found ./conf/config.properties

See ticket 92.

Last edited 13 years ago by jri (previous) (diff)

comment:4 Changed 13 years ago by JuergeN

Good. I have tested it and it seems to work now! Thx.

comment:5 Changed 13 years ago by jri

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.